| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -4/+6 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -7/+0 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -8/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | mpegvideo_enc: remove assert that has become obsolete with the new API | Michael Niedermayer | 2012-09-04 | 1 | -1/+0 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 1 | -0/+3 |
* | mpegvideo_enc: remove stray duplicate line from 7f9aaa4 | Anton Khirnov | 2012-08-20 | 1 | -1/+0 |
* | mpegvideo_enc: don't use deprecated avcodec_encode_video(). | Anton Khirnov | 2012-08-18 | 1 | -8/+23 |
* | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 1 | -5/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -94/+94 |
* | 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 |