| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -9/+9 |
* | faandct: Remove FAAN_POSTSCALE define and related code. | Diego Biurrun | 2012-03-28 | 1 | -20/+5 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -6/+6 |
* | h263enc: Add an option for outputting info about MBs as side data | Martin Storsjö | 2012-03-01 | 1 | -0/+56 |
* | mpegvideo_enc: add quantizer_noise_shaping private option. | Anton Khirnov | 2012-02-29 | 1 | -5/+7 |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -2/+6 |
* | mpegvideo_enc: add cbp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -2/+7 |
* | mpegvideo_enc: add qp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -6/+11 |
* | mpegvideo_enc: add strict_gop flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+3 |
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 1 | -1/+22 |
* | mpegvideo_enc: only allocate output packet when we know there will be output | Anton Khirnov | 2012-02-21 | 1 | -14/+14 |
* | mpegvideo_enc: switch to encode2(). | Anton Khirnov | 2012-02-19 | 1 | -12/+32 |
* | mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0 | Anton Khirnov | 2012-02-19 | 1 | -1/+2 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -27/+27 |
* | rv: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | msmpeg4: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | mpeg12: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | mpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | libavcodec: Prefix fdct_ifast, fdct_ifast248 | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | libavcodec: Add ff_ prefix to some nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
* | lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. | Anton Khirnov | 2012-01-27 | 1 | -60/+2 |
* | mpegvideo_enc: ifdef out/replace references to deprecated codec flags. | Anton Khirnov | 2012-01-12 | 1 | -6/+14 |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -2/+3 |
* | mpegvideo_enc: K&R cosmetics (line 1000-2000). | Aneesh Dogra | 2011-12-29 | 1 | -394/+531 |
* | mpegvideo_enc: K&R cosmetics | Aneesh Dogra | 2011-12-27 | 1 | -439/+580 |
* | mpegvideo_enc: separate declarations and statements | Diego Biurrun | 2011-12-20 | 1 | -1/+2 |
* | mpegvideo: remove abort() in ff_find_unused_picture() | Andrey Utkin | 2011-12-14 | 1 | -0/+6 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -5/+5 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -6/+6 |
* | mpegvideo_enc: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 1 | -5/+5 |
* | h263/p encoder: add 'structured_slices' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+4 |
* | h263/p encoder: add 'obmc' private option. | Anton Khirnov | 2011-08-31 | 1 | -7/+21 |
* | h263p encoder: add 'aiv' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+3 |
* | h263p encoder: add 'umv' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+19 |
* | mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | mpeg4enc: add 'data_partitioning' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+6 |
* | mpeg2enc: add 'non_linear_quant' private option | Anton Khirnov | 2011-08-31 | 1 | -1/+3 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -35/+35 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -86/+86 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | put_bits: remove ALT_BITSTREAM_WRITER | Mans Rullgard | 2011-07-02 | 1 | -2/+0 |
* | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -2/+2 |
* | mpegvideoenc: fix multislice fate tests with threading disabled. | Ronald S. Bultje | 2011-06-03 | 1 | -2/+2 |