/third_party/ffmpeg/doc/ |
D | APIchanges | 59 2022-03-15 - cdba98bb80 - lavc 59.24.100 - avcodec.h codec_par.h 169 2021-09-20 - 176b8d785bf - lavc 59.9.100 - avcodec.h 173 2021-09-20 - dd846bc4a91 - lavc 59.8.100 - avcodec.h codec.h 193 2021-09-02 - cbf111059d2 - lavc 59.7.100 - avcodec.h 196 2021-08-24 - 590a7e02f04 - lavc 59.6.100 - avcodec.h 229 2021-06-10 - 7c9763070d9 - lavc 59.1.100 - avcodec.h codec.h 230 Move av_get_profile_name() from avcodec.h to codec.h. 232 2021-06-10 - bb3648e6766 - lavc 59.1.100 - avcodec.h codec_par.h 233 Move av_get_audio_frame_duration2() from avcodec.h to codec_par.h. 235 2021-06-10 - 881db34f6a0 - lavc 59.1.100 - avcodec.h codec_id.h [all …]
|
D | multithreading.txt | 19 in avcodec.h.
|
D | libav-merge.txt | 103 - avcodec/libaomenc: export the Sequence Header OBU as extradata (See a024c3ce9a)
|
D | issue_tracker.txt | 166 avcodec
|
D | ffplay.texi | 268 @ifset config-avcodec
|
D | git-howto.texi | 239 avcodec/cbs: add a helper to read extradata within packet side data
|
/third_party/ffmpeg/ |
D | Changelog | 5 avcodec/4xm: Check for cfrm exhaustion 11 avcodec/dovi_rpu: Use 64 bit in get_us/se_coeff() 15 avcodec/jpeg2000dec: Check image offset 18 avcodec/h2645_parse: Avoid EAGAIN 19 avcodec/xvididct: Make c* unsigned to avoid undefined overflows 21 avcodec/h264_parser: saturate dts a bit 33 avcodec/escape124: Do not return random numbers 34 avcodec/apedec: Fix an integer overflow in predictor_update_filter() 37 avcodec/lcldec: Make PNG filter addressing match the code afterwards 42 avcodec/xvididct: Fix integer overflow in idct_row() [all …]
|
D | Makefile | 22 ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale swresample 28 FFLIBS-$(CONFIG_AVCODEC) += avcodec
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_fmt.c | 34 enum AVCodecID avcodec; member 112 uint32_t ff_v4l2_format_avcodec_to_v4l2(enum AVCodecID avcodec) in ff_v4l2_format_avcodec_to_v4l2() argument 116 if (fmt_map[i].avcodec == avcodec) in ff_v4l2_format_avcodec_to_v4l2() 132 enum AVPixelFormat ff_v4l2_format_v4l2_to_avfmt(uint32_t v4l2_fmt, enum AVCodecID avcodec) in ff_v4l2_format_v4l2_to_avfmt() argument 136 if (fmt_map[i].avcodec == avcodec && in ff_v4l2_format_v4l2_to_avfmt()
|
D | v4l2_fmt.h | 31 enum AVPixelFormat ff_v4l2_format_v4l2_to_avfmt(uint32_t v4l2_fmt, enum AVCodecID avcodec); 32 uint32_t ff_v4l2_format_avcodec_to_v4l2(enum AVCodecID avcodec);
|
D | utils.c | 74 int av_codec_is_encoder(const AVCodec *avcodec) in av_codec_is_encoder() argument 76 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_encoder() 82 int av_codec_is_decoder(const AVCodec *avcodec) in av_codec_is_decoder() argument 84 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_decoder() 886 const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *avcodec, int index) in avcodec_get_hw_config() argument 888 const FFCodec *const codec = ffcodec(avcodec); in avcodec_get_hw_config()
|
D | avcodecres.rc | 45 … VALUE "OriginalFilename", "avcodec" BUILDSUF "-" AV_STRINGIFY(LIBAVCODEC_VERSION_MAJOR) SLIBSUF
|
D | Makefile | 1 NAME = avcodec 6 avcodec.h \ 33 avcodec.o \ 1256 TESTPROGS = avcodec \
|
/third_party/ffmpeg/tests/fate/ |
D | libavcodec.mak | 82 FATE_LIBAVCODEC-yes += fate-libavcodec-avcodec 83 fate-libavcodec-avcodec: libavcodec/tests/avcodec$(EXESUF) 84 fate-libavcodec-avcodec: CMD = run libavcodec/tests/avcodec$(EXESUF) 85 fate-libavcodec-avcodec: CMP = null
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/ |
D | CMakeLists.txt | 48 add_library( avcodec SHARED IMPORTED) target 49 set_target_properties(avcodec PROPERTIES IMPORTED_LOCATION 54 set (TARGET_LIBS ${TARGET_LIBS} avformat avutil avcodec swresample)
|
/third_party/skia/experimental/ffmpeg/ |
D | BUILD.gn | 23 "avcodec", 43 "avcodec",
|
/third_party/vk-gl-cts/framework/delibs/cmake/ |
D | FindFFmpeg.cmake | 4 # FFMPEG_INCLUDE_DIR, where to find avcodec.h, avformat.h ... 109 FFMPEG_FIND(LIBAVCODEC avcodec avcodec.h)
|
/third_party/ffmpeg/libavcodec/tests/ |
D | .gitignore | 1 /avcodec
|
/third_party/ffmpeg/tools/ |
D | missing_codec_desc | 36 done < $srcdir/libavcodec/avcodec.h
|
/third_party/ffmpeg/tests/dnn/ |
D | Makefile | 15 …$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(filter %.o,$^) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec)…
|
/third_party/ffmpeg/doc/examples/ |
D | Makefile.example | 37 avcodec: LDLIBS += -lm
|
/third_party/vk-gl-cts/external/ffmpeg/ |
D | CMakeLists.txt | 25 # ${FFMPEG_ABS_PATH}/include/libavcodec/avcodec.h
|
/third_party/ffmpeg/tests/checkasm/ |
D | Makefile | 80 …$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec) …
|
/third_party/pulseaudio/src/pulsecore/ |
D | meson.build | 78 'ffmpeg/avcodec.h',
|
/third_party/ffmpeg/fftools/ |
D | opt_common.c | 188 PRINT_LIB_INFO(avcodec, AVCODEC, flags, level); in print_all_libs_info()
|