summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-6/+6
* h261: Move function declarations to h261.hDiego Biurrun2013-04-051-0/+1
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-271-0/+1
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-111-2/+0
* lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov2013-03-091-25/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-60/+42
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-081-40/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-1/+1
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* mpegvideo_enc: fix indentation in load_input_picture()Anton Khirnov2013-01-261-70/+70
* mpegvideo_enc: do not modify the input frame.Anton Khirnov2013-01-261-8/+8
* Drop DCTELEM typedefDiego Biurrun2013-01-221-17/+17
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-8/+8
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-2/+4
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-4/+6
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-0/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-25/+25
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-4/+6
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-7/+0
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-8/+0
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-041-1/+0
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-241-0/+3
* mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov2012-08-201-1/+0
* mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov2012-08-181-8/+23
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-5/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-94/+94
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+9
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-281-20/+5
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-6/+6
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-011-0/+56
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-5/+7
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-2/+6
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-2/+7
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-6/+11
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-1/+22
* mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-211-14/+14
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-12/+32
* mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-191-1/+2
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-27/+27
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-151-3/+3
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-60/+2
OpenPOWER on IntegriCloud