aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/vc1_sa10143
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/vc1: add overlap smooting and loop filter for frame/field-interlaceJerome Borsboom2018-04-251-30/+30
| | | | | | | | Add previously omitted overlap smooting and loop filtering for frame/field-interlace pictures. For progressive pictures switch to the re-implemented versions of overlap smooting and loop filtering. Signed-off-by: Jerome Borsboom <jerome.borsboom@carpalis.nl>
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* iavcodec/vc1dec: Fix missing {}Michael Niedermayer2014-04-161-14/+14
| | | | | | Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vc1dec: Fix destination pointers in context for fieldsMichael Niedermayer2013-02-081-14/+14
| | | | | | | | | | | | | | | This replaces a large number of checks for the second field by fixing the pointers when they are setup This should also fix I/BI field pictures Changes checksums for vc1_sa10143, the file becomes slightly closer to what the reference decoder outputs Based on "vc1dec: the second field is written wrong to the picture" by Sebastian Sandberg <sebastiand.sandberg@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vc1dec: dont apply the loop filter on fieldsMichael Niedermayer2012-07-241-29/+29
| | | | | | Fixes read of uninitialized memory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vc1: Add a test for interlaced field picturesMashiat Sarker Shakkhar2012-07-221-0/+31
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>