summaryrefslogtreecommitdiffstats
path: root/libavcodec/libxavs.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-26/+0
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+11
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-1/+10
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-1/+11
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-1/+10
* xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato2015-08-231-2/+3
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-20/+36
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+16
* Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+6
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* libxavs: rename and fix a variable nameSean McGovern2013-11-201-8/+8
* libxavs: use the AVFrame API properly.Anton Khirnov2013-11-161-8/+12
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* libxavs: switch to encode2().Anton Khirnov2012-02-231-25/+63
* libxavs: add an AVClass at the beginning of XavsContext.Anton Khirnov2012-02-231-0/+1
* libxavs: split extradata writing out of encode_nals().Anton Khirnov2012-02-231-11/+18
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-36/+0
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-111-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-13/+13
* libxavs: add private options corresponding to deprecated global optionsAnton Khirnov2011-09-121-27/+99
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-271-0/+351
OpenPOWER on IntegriCloud