| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Move QMAT_SHIFT* defines to the only place they are used | Diego Biurrun | 2014-07-25 | 1 | -0/+3 |
* | mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used | Diego Biurrun | 2014-07-23 | 1 | -0/+2 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -1/+1 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -52/+44 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -23/+24 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -10/+11 |
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 1 | -12/+16 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -12/+19 |
* | dsputil: Split off *_8x8basis to a separate context | Diego Biurrun | 2014-07-06 | 1 | -5/+8 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -9/+11 |
* | mjpeg: Split off bits shared by MJPEG and LJPEG encoders | Diego Biurrun | 2014-06-30 | 1 | -0/+1 |
* | mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter | Diego Biurrun | 2014-06-27 | 1 | -4/+5 |
* | mpegvideoenc: check color_range | Vittorio Giovara | 2014-06-10 | 1 | -6/+16 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -3/+6 |
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -0/+7 |
* | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -0/+7 |
* | lavc: deprecate CODEC_FLAG_INPUT_PRESERVED | Anton Khirnov | 2014-05-01 | 1 | -2/+1 |
* | mpegvideo: Use the current_picture pts | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -100/+100 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | dsputil: Drop ff_check_alignment() function | Diego Biurrun | 2014-03-13 | 1 | -6/+0 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | mpegvideo_enc: Don't call ff_h263dsp_init unconditionally | Martin Storsjö | 2014-01-22 | 1 | -1/+2 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -1/+1 |
* | mpegvideo: split the encoding-only parts of frame_start() into a separate fun... | Anton Khirnov | 2014-01-03 | 1 | -2/+97 |
* | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 1 | -33/+2 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 1 | -1/+1 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -1/+2 |
* | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -0/+14 |
* | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 1 | -1/+44 |
* | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 1 | -0/+26 |
* | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 1 | -0/+3 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | mpegvideo_enc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -25/+30 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -6/+10 |
* | lavc: deprecate FF_MAX_B_FRAMES | Anton Khirnov | 2013-11-14 | 1 | -1/+5 |
* | lavc: make error_rate a private option of mpegvideo encoders | Anton Khirnov | 2013-11-14 | 1 | -2/+9 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -0/+1 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -2/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -5/+5 |
* | mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ... | Vittorio Giovara | 2013-08-07 | 1 | -16/+7 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -5/+0 |
* | mpegvideo: Remove commented-out PARANOID debug cruft | Diego Biurrun | 2013-05-15 | 1 | -3/+0 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+6 |
* | h261: Move function declarations to h261.h | Diego Biurrun | 2013-04-05 | 1 | -0/+1 |
* | mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place | Diego Biurrun | 2013-03-27 | 1 | -0/+1 |
* | mpegvideo: remove FMT_H264 | Anton Khirnov | 2013-03-11 | 1 | -2/+0 |
* | lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft | Anton Khirnov | 2013-03-09 | 1 | -25/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -60/+42 |