| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vc1dec: fieldtx is only valid for interlaced frame pictures | Sebastian Sandberg | 2013-05-14 | 1 | -3/+5 |
* | vc1: Remove now unused variables | Martin Storsjö | 2013-04-20 | 1 | -2/+0 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+6 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -181/+181 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -2/+16 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -12/+12 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -11/+11 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -10/+14 |
* | vc1dec: use codec_id instead of codec_tag for VC1IMAGE | Vladimir Pantelic | 2013-02-06 | 1 | -1/+1 |