| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: check mpv return value | Vittorio Giovara | 2014-11-11 | 1 | -1/+3 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -10/+7 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -28/+29 |
* | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -5/+10 |
* | aarch64: NEON intrinsics dct_unquantize_h263. | James Yu | 2014-07-21 | 1 | -0/+3 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -2/+2 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -25/+27 |
* | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 1 | -0/+1 |
* | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -40/+0 |
* | mpeg: Mark ff_mpeg_set_erpic() static | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -1/+3 |
* | mpegvideo: synchronize AVFrame pointers in ERContext fully | Janne Grunau | 2014-06-11 | 1 | -1/+4 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -0/+1 |
* | dsputil: Move ff_alternate_*_scan tables to mpegvideo | Diego Biurrun | 2014-05-29 | 1 | -0/+22 |
* | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 1 | -2/+2 |
* | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 1 | -1/+0 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -83/+102 |
* | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -5/+0 |
* | mpegvideo: move ff_draw_horiz_band() to mpegutils.c | Vittorio Giovara | 2014-03-16 | 1 | -53/+0 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | er: move relevant fields from Picture to ERPicture | Vittorio Giovara | 2014-03-16 | 1 | -3/+22 |
* | mpegvideo: directly use frames in ff_draw_horiz_band() | Vittorio Giovara | 2014-03-16 | 1 | -8/+9 |
* | mpeg: Drop unused parameters from ff_draw_horiz_band() | Diego Biurrun | 2014-01-29 | 1 | -6/+4 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | mpegvideo: allocate edges when encoding. | Anton Khirnov | 2014-01-20 | 1 | -2/+20 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -49/+2 |
* | mpegvideo: remove disabled bfin asm | Anton Khirnov | 2014-01-03 | 1 | -2/+0 |
* | mpegvideo: move dct_unquantize functions up to avoid forward declarations | Anton Khirnov | 2014-01-03 | 1 | -233/+218 |
* | mpegvideo: split the encoding-only parts of frame_start() into a separate fun... | Anton Khirnov | 2014-01-03 | 1 | -72/+42 |
* | mpegvideo: set reference/pict_type on generated reference frames | Anton Khirnov | 2014-01-03 | 1 | -0/+8 |
* | mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -4/+4 |
* | mpegvideo: remove an unneeded call to avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+0 |
* | mpegvideo: make ff_release_unused_pictures() static | Anton Khirnov | 2013-12-05 | 1 | -5/+3 |
* | mpegvideo: make frame_size_alloc() static. | Anton Khirnov | 2013-12-05 | 1 | -4/+4 |
* | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -22/+9 |
* | mpegvideo: remove commented out cruft from ff_MPV_frame_end() | Anton Khirnov | 2013-12-05 | 1 | -18/+0 |
* | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 1 | -18/+2 |
* | mpegvideo: do not update last_non_b_pict_type in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -4/+0 |
* | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 1 | -31/+0 |
* | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 1 | -3/+0 |
* | mpegvideo: don't copy input_picture_number in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -2/+2 |
* | mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -1/+2 |
* | mpegvideo: Fix swapping of UV planes for VCR2 | Kostya Shishkov | 2013-11-19 | 1 | -0/+13 |
* | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -13/+13 |
* | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 1 | -21/+37 |
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -2/+0 |
* | lavc: deprecate FF_DEBUG_MV and remove all traces of its use | Anton Khirnov | 2013-10-31 | 1 | -2/+1 |
* | mpegvideo: Drop a faulty assert | Luca Barbato | 2013-10-23 | 1 | -2/+6 |
* | mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 | Martin Storsjö | 2013-09-24 | 1 | -8/+8 |