| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mpegvideo: Replace arch initialization ifdeffery by standard conditionals | Diego Biurrun | 2013-08-28 | 1 | -11/+10 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -2/+0 |
* | mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changes | Janne Grunau | 2013-05-22 | 1 | -0/+3 |
* | mpegvideo: unref old current_picture before allocating a new one | Janne Grunau | 2013-05-19 | 1 | -1/+2 |
* | mpegvideo: allocate sufficiently large scratch buffer for interlaced vid | Jindrich Makovicka | 2013-05-17 | 1 | -1/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -6/+0 |
* | mpegvideo: Remove commented-out PARANOID debug cruft | Diego Biurrun | 2013-05-15 | 1 | -4/+0 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+4 |
* | ppc: More consistent arch initialization | Diego Biurrun | 2013-04-30 | 1 | -2/+2 |
* | mpegvideo: unref cur/next/prev frames when flushing | Hendrik Leppkes | 2013-04-23 | 1 | -0/+4 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+7 |
* | lavc: Move start code finding to utils.c | Martin Storsjö | 2013-03-26 | 1 | -33/+0 |
* | mpegvideo: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -14/+12 |
* | mpegvideo: fix allocation of the hwaccel_picture_private data | Hendrik Leppkes | 2013-03-19 | 1 | -3/+5 |