| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a null pointer dereference on oom when decoding vc1. | Carl Eugen Hoyos | 2013-06-29 | 1 | -0/+2 |
* | avcodec/vc1dec: Check source picture availability in vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-06-15 | 1 | -4/+8 |
* | vc1dec: Disable dead code | Michael Niedermayer | 2013-06-04 | 1 | -5/+7 |
* | Merge commit '728214992e3698305550c1762f973d2ac567f016' | Michael Niedermayer | 2013-05-29 | 1 | -34/+34 |
|\ |
|
| * | 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: restructure interpmvp code | Michael Niedermayer | 2013-05-17 | 1 | -2/+2 |
* | | Merge commit '1fb013a57c6d98d3f425506eb25f32b2cf7ddc6f' | Michael Niedermayer | 2013-05-17 | 1 | -24/+17 |
|\| |
|
| * | vc1dec: Add support for interlaced B-frames | Sebastian Sandberg | 2013-05-17 | 1 | -55/+411 |
* | | lavc/vc1dec: fix a few "may be used uninitialized" warnings. | Clément Bœsch | 2013-05-16 | 1 | -7/+5 |
* | | vc1dec: silence "may be used uninitialized in this function" warning from gcc | Michael Niedermayer | 2013-05-16 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -22/+17 |
|\| |
|
| * | 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 |
* | | Merge commit '5d9d8461fbb87046a7ca220d3676a045bd7ab46e' | Michael Niedermayer | 2013-05-15 | 1 | -3/+4 |
|\| |
|
| * | vc1dec: Don't apply the loop filter on fields | Martin Storsjö | 2013-05-14 | 1 | -2/+3 |
* | | Merge commit '46430fd47c6239ef8742d0a34f9412d5060fa798' | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Cosmetics: Fix indentation and add braces after last commit. | Carl Eugen Hoyos | 2013-05-06 | 1 | -3/+3 |
* | | vc1dec: Call ff_vdpau_vc1_decode_picture() once for each field. | Carl Eugen Hoyos | 2013-05-06 | 1 | -0/+5 |
* | | vc1dec: fix lutuv use in vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-05-03 | 1 | -3/+3 |
* | | vc1dec: Fix mixed field/frame intensity compensation | Michael Niedermayer | 2013-05-03 | 1 | -26/+32 |
* | | vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and MC | Michael Niedermayer | 2013-05-03 | 1 | -2/+2 |
* | | vc1dec: Try to fix vc1_mc_4mv_chroma4() parameters | Michael Niedermayer | 2013-04-25 | 1 | -1/+3 |
* | | vc1dec: add avg & variable direction support to vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-04-25 | 1 | -16/+35 |
* | | vc1dec: fix doxy for vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-04-25 | 1 | -1/+1 |
* | | vc1dec: drop mv_f_last, simplify code | Michael Niedermayer | 2013-04-25 | 1 | -13/+2 |
* | | vc1dec: drop old use_ic code from vc1_b_mc | Michael Niedermayer | 2013-04-24 | 1 | -13/+0 |
* | | vc1: use use_ic instead of shuffling mv_mode around | Michael Niedermayer | 2013-04-24 | 1 | -10/+24 |
* | | vc1dec: Implement intensity compensation for vc1_interp_mc() | Michael Niedermayer | 2013-04-24 | 1 | -1/+25 |
* | | vc1dec: redesign the intensity compensation | Michael Niedermayer | 2013-04-24 | 1 | -15/+34 |
* | | vc1dec: fix current ptr selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-04-24 | 1 | -1/+1 |
* | | vc1dec: factorize picture pointer selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-04-24 | 1 | -8/+3 |