summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-04
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24
* mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov2012-08-20
* mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov2012-08-18
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-21
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
* mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-19
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* mpegvideo_enc: ifdef out/replace references to deprecated codec flags.Anton Khirnov2012-01-12
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-29
* mpegvideo_enc: K&R cosmeticsAneesh Dogra2011-12-27
* mpegvideo_enc: separate declarations and statementsDiego Biurrun2011-12-20
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-09
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-31
* h263/p encoder: add 'obmc' private option.Anton Khirnov2011-08-31
* h263p encoder: add 'aiv' private option.Anton Khirnov2011-08-31
* h263p encoder: add 'umv' private option.Anton Khirnov2011-08-31
* mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov2011-08-31