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