summaryrefslogtreecommitdiff
path: root/libavcodec/options_table.h
Commit message (Expand)AuthorAge
...
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-01
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-13
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-14
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-14
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-31
* lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-31
* lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-31
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-31
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-28
* avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun2013-08-06
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-24
* h264: fully support cropping.Anton Khirnov2013-04-19
* lavc: remove disabled FF_API_IDCT cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_SNOW cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_MMI cruftAnton Khirnov2013-03-11
* lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov2013-03-09
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-25
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-20
* Drop Snow codecDiego Biurrun2013-01-06
* misc typo, style and wording fixesDiego Biurrun2012-12-18
* cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-17
* lavc: remove stats_out from the options table.Anton Khirnov2012-10-22
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* options_table: refs option is not snow-onlyDiego Biurrun2012-10-11
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* libavcodec: Add more AAC profilesMartin Storsjö2012-07-12
* lavc: options: add planar names for request_sample_fmtMans Rullgard2012-07-05
* lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-21
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-08
* Remove lowres video decodingMans Rullgard2012-04-21
* doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-20