| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Drop a stray error message | Luca Barbato | 2015-09-03 | 1 | -3/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -8/+8 |
* | mpegvideo: Move ER functions to a separate file | Vittorio Giovara | 2015-06-12 | 1 | -66/+2 |
* | mpegvideo: Mark one function as static | Vittorio Giovara | 2015-06-10 | 1 | -3/+3 |
* | mpegvideo: Move block permutation function where is used | Vittorio Giovara | 2015-06-10 | 1 | -29/+0 |
* | mpegvideo: Drop release_unused_pictures() function | Vittorio Giovara | 2015-06-10 | 1 | -12/+5 |
* | mpegvideo: Move Picture-related functions to a separate file | Vittorio Giovara | 2015-06-10 | 1 | -396/+1 |
* | mpegvideo: Split picture allocation for encoding and decoding | Vittorio Giovara | 2015-06-08 | 1 | -53/+71 |
* | mpegvideo: Rework frame_size_alloc function | Vittorio Giovara | 2015-06-08 | 1 | -11/+14 |
* | mpegvideo: Move various temporary buffers to a separate context | Vittorio Giovara | 2015-06-08 | 1 | -24/+25 |
* | mpegvideo: Move tables to a separate file | Vittorio Giovara | 2015-05-31 | 1 | -83/+1 |
* | mpegvideo: wmv2: Move function declarations | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | mpegvideo: Move ff_*_rl functions to a separate file | Anton Khirnov | 2015-05-28 | 1 | -92/+0 |
* | mpegvideo: Drop exchange_uv() function and use its code directly | Vittorio Giovara | 2015-05-28 | 1 | -13/+14 |
* | mpegvideo: Rework various functions not to use MpegEncContext directly | Vittorio Giovara | 2015-05-22 | 1 | -17/+17 |
* | mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly | Vittorio Giovara | 2015-05-22 | 1 | -7/+7 |
* | mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly | Vittorio Giovara | 2015-05-22 | 1 | -32/+28 |
* | mpegvideo: Drop err_recognition | Vittorio Giovara | 2015-05-22 | 1 | -2/+0 |
* | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -11/+10 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | lavc: deprecate unused AVCodecContext.stream_codec_tag | Anton Khirnov | 2015-01-27 | 1 | -2/+0 |
* | error_resilience: move the MECmpContext initialization into ER code | Anton Khirnov | 2015-01-27 | 1 | -2/+0 |
* | mpegvideo: move REBASE_PICTURE where it is used | Vittorio Giovara | 2014-12-15 | 1 | -0/+5 |
* | mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails | Michael Niedermayer | 2014-12-03 | 1 | -3/+3 |
* | mpegvideo: free_context_frame() cannot fail, make it return void | Michael Niedermayer | 2014-12-03 | 1 | -5/+2 |
* | mpegvideo: replace assert about interlaced EC with debug av_log() | Michael Niedermayer | 2014-12-03 | 1 | -1/+3 |
* | 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 |