| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Add option to encode MPEG-2 AAC with libfdk-aac | Kieran Kunhya | 2013-06-24 | 1 | -0/+2 |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+1 |
* | lavc: remove disabled FF_API_IDCT cruft | Anton Khirnov | 2013-03-11 | 1 | -4/+0 |
* | lavc: remove disabled FF_API_SNOW cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_MMI cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_SUB_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_INTER_THRESHOLD cruft | Anton Khirnov | 2013-03-09 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_COLOR_TABLE_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -3/+0 |
* | lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft | Anton Khirnov | 2013-03-09 | 1 | -17/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -0/+1 |
* | h264: Allow discarding the cropping information from SPS | Vittorio Giovara | 2013-01-25 | 1 | -0/+1 |
* | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -0/+2 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -4/+2 |
* | misc typo, style and wording fixes | Diego Biurrun | 2012-12-18 | 1 | -53/+53 |
* | cosmetics: Use consistent names for multiple inclusion guards. | Diego Biurrun | 2012-12-17 | 1 | -3/+3 |
* | lavc: remove stats_out from the options table. | Anton Khirnov | 2012-10-22 | 1 | -1/+0 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -0/+3 |
* | options_table: refs option is not snow-only | Diego Biurrun | 2012-10-11 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -119/+119 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -180/+180 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -3/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | x86: remove libmpeg2 mmx(ext) idct functions | Mans Rullgard | 2012-08-02 | 1 | -1/+0 |
* | libavcodec: Add more AAC profiles | Martin Storsjö | 2012-07-12 | 1 | -0/+4 |
* | lavc: options: add planar names for request_sample_fmt | Mans Rullgard | 2012-07-05 | 1 | -0/+5 |
* | lavc: remove stats_in from AVCodecContext options table. | Anton Khirnov | 2012-06-21 | 1 | -1/+0 |
* | options_table: Add some missing #includes to fix "make checkheaders". | Alex Converse | 2012-05-08 | 1 | -0/+6 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | doc/avconv: remove entries for AVOptions. | Anton Khirnov | 2012-03-20 | 1 | -5/+15 |
* | Move AVFormatContext/AVCodecContext option tables to separate files. | Anton Khirnov | 2012-03-20 | 1 | -0/+391 |