summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-25
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-23
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-30
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-27
* mpegvideoenc: check color_rangeVittorio Giovara2014-06-10
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-01
* mpegvideo: Use the current_picture ptsMichael Niedermayer2014-04-21
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-13
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö2014-01-22
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-03
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-05
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-05
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-05
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-05
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-05
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* mpegvideo_enc: use the AVFrame API properly.Anton Khirnov2013-11-16
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-14
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-14
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-07
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-15
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* h261: Move function declarations to h261.hDiego Biurrun2013-04-05
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-27
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-11
* lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov2013-03-09
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08