summaryrefslogtreecommitdiffstats
path: root/libavcodec/options_table.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-201-0/+391
OpenPOWER on IntegriCloud