66 Commits (a1c487e9215c5685f0694ebde5bba07f4a07e95a)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer 5362df2ee3 avcodec: remove unused sd variables 9 years ago
Michael Niedermayer 557e011bf1 avcodec/libxavs: Export pict_type in side data 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Michael Niedermayer 27dfe54eb7 avcodec/libxavs: fix division by 0 bitrate 10 years ago
Michael Niedermayer 6be36ef3c1 avcodec/libxavs: disable global header code 10 years ago
Michael Niedermayer 98fbf8ef67 libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer dcad6ba68a avcodec/libxavs: Use av_mallocz_array() 11 years ago
Sean McGovern a7b87ca911 libxavs: rename and fix a variable name 11 years ago
Clément Bœsch 260fc0d95b avcodec/libxavs: 2nd attempt to fix compilation after b18c7c8d. 11 years ago
Clément Bœsch 71cd83e34c avcodec/libxavs: attempt to fix compilation after b18c7c8d. 11 years ago
Anton Khirnov b18c7c8d3d libxavs: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Sean McGovern bf18abb2eb Rename "AVClass class" as "AVClass component_class" for external codecs. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer d29719121d libxavs: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov 84db922bf9 libxavs: switch to encode2(). 13 years ago
Anton Khirnov d3b577f00d libxavs: add an AVClass at the beginning of XavsContext. 13 years ago
Anton Khirnov a5f848c86d libxavs: split extradata writing out of encode_nals(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 7232bfbd93 lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft. 13 years ago
Janne Grunau f6a152db11 threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov af1e247038 libxavs: add private options corresponding to deprecated global options 13 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 15 years ago
Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
Jason Garrett-Glaser e8c7fca90c Add intra refresh and crf-max support to the libavcodec libx264 wrapper. 15 years ago
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Takashi Mochizuki d749da7e8b Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago