| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -47/+69 |
* | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -0/+1 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -4/+5 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -2/+4 |
* | lavc: set AVCodecContext.hwaccel in ff_get_format() | Anton Khirnov | 2014-05-11 | 1 | -1/+0 |
* | lavc: Add an internal wrapper around get_format() | Anton Khirnov | 2014-05-11 | 1 | -1/+1 |
* | vc1: Do not return an error when skipping b frames | Alessandro Ghedini | 2014-04-25 | 1 | -1/+1 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -67/+67 |
* | vc1dec: fix a possible unitialized variable warning | Vittorio Giovara | 2014-04-02 | 1 | -1/+2 |
* | vc1dec: improve hwaccel #ifdefs | Rémi Denis-Courmont | 2014-03-31 | 1 | -3/+3 |
* | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -2/+8 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -2/+0 |
* | vc1: Fix mb_height for field pictures | Michael Niedermayer | 2013-12-17 | 1 | -14/+15 |
* | mpegvideo: do not set current_picture_ptr in decoders | Anton Khirnov | 2013-12-05 | 1 | -9/+0 |
* | vc1dec: move setting repeat_pict after frame_start() has been called. | Anton Khirnov | 2013-12-05 | 1 | -12/+12 |
* | vc1: fix a memleak. | Anton Khirnov | 2013-11-21 | 1 | -2/+1 |
* | vc1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -6/+10 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -11/+26 |
* | hwaccel: Simplify ff_find_hwaccel | Luca Barbato | 2013-11-10 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -4/+4 |
* | vc1dec: Check the error handling flags on slice/field header decode errors | Martin Storsjö | 2013-09-22 | 1 | -0/+4 |
* | vc1dec: Don't decode slices when the latest slice header failed to decode | Michael Niedermayer | 2013-09-22 | 1 | -2/+6 |
* | vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks | Martin Storsjö | 2013-09-22 | 1 | -0/+3 |
* | vc1dec: Undo mpegvideo initialization if unable to allocate tables | Martin Storsjö | 2013-09-22 | 1 | -1/+5 |
* | vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors | Martin Storsjö | 2013-09-22 | 1 | -2/+13 |
* | vc1: check mb_height validity. | Luca Barbato | 2013-08-05 | 1 | -0/+6 |
* | vc1: check the source buffer in vc1_mc functions | Luca Barbato | 2013-08-05 | 1 | -0/+15 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -46/+2 |
* | vc1dec: Fix mixed field/frame intensity compensation | Michael Niedermayer | 2013-05-28 | 1 | -26/+32 |
* | vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4 | Michael Niedermayer | 2013-05-28 | 1 | -2/+2 |
* | vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n... | Michael Niedermayer | 2013-05-28 | 1 | -21/+42 |
* | vc1dec: Fix doxy for vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-05-28 | 1 | -1/+1 |
* | vc1dec: Drop old use_ic code from vc1_b_mc | Michael Niedermayer | 2013-05-28 | 1 | -13/+0 |
* | vc1: Use shuffled use_ic instead of equally shuffled mv_mode | Michael Niedermayer | 2013-05-28 | 1 | -11/+24 |
* | vc1dec: Implement intensity compensation for vc1_interp_mc() | Michael Niedermayer | 2013-05-28 | 1 | -0/+25 |
* | vc1dec: Redesign the intensity compensation | Michael Niedermayer | 2013-05-28 | 1 | -15/+34 |
* | vc1dec: Shuffle field MVs after decoding, not before | Michael Niedermayer | 2013-05-28 | 1 | -17/+4 |
* | vc1dec: Add support for interlaced B-frames | Sebastian Sandberg | 2013-05-17 | 1 | -55/+411 |
* | vc1dec: Remove some now unused variables | Martin Storsjö | 2013-05-15 | 1 | -19/+15 |
* | vc1dec: Do not allow field_mode to change after the first header | Michael Niedermayer | 2013-05-15 | 1 | -0/+2 |
* | vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header | Martin Storsjö | 2013-05-15 | 1 | -2/+2 |
* | vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
* | vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-05-15 | 1 | -8/+3 |
* | vc1dec: Factorize picture pointer selection code | Michael Niedermayer | 2013-05-15 | 1 | -26/+11 |
* | vc1dec: Factorize srcU/V offseting | Michael Niedermayer | 2013-05-15 | 1 | -8/+11 |
* | vc1dec: Fix tff == 0 handling in init_block_index() | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
* | vc1dec: Update destination pointers in context for fields | Michael Niedermayer | 2013-05-15 | 1 | -31/+24 |
* | vc1dec: Don't apply the loop filter on fields | Martin Storsjö | 2013-05-14 | 1 | -2/+3 |
* | vc1dec: Don't attempt error concealment on field pictures | Michael Niedermayer | 2013-05-14 | 1 | -1/+2 |