82 Commits (0a1dc817237b8546189960efd523257b4f62e1ab)

Author SHA1 Message Date
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
James Almer 88e2e31d34 avcodec/libxavs: make dia the default for motion-est 7 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Vittorio Giovara 1482aff204 lavc: Move noise_reduction to codec private options 9 years ago
Vittorio Giovara 7c79587d74 lavc: Move scenechange_threshold to codec private options 9 years ago
Vittorio Giovara 5764d38173 lavc: Move chromaoffset to codec private options 9 years ago
Vittorio Giovara 0e6c853221 lavc: Move b_frame_strategy and b_sensitivity to codec private options 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato 167ea1fbf1 xavs: Do not try to set the bitrate tolerance without a bitrate 9 years ago
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