summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-6/+0
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö2014-01-221-1/+2
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-1/+1
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-031-2/+97
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-051-33/+2
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-051-1/+1
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-051-1/+2
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-051-0/+14
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-051-1/+44
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-051-0/+26
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-051-0/+3
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* mpegvideo_enc: use the AVFrame API properly.Anton Khirnov2013-11-161-25/+30
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-6/+10
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-141-1/+5
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-141-2/+9
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-0/+1
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-2/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-5/+5
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-071-16/+7
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-5/+0
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-151-3/+0
* 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
OpenPOWER on IntegriCloud