Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-25avcodec/vc1: add overlap smooting and loop filter for frame/field-interlaceJerome Borsboom
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>
2016-04-13avformat/framecrc: enable new outputJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2014-04-16iavcodec/vc1dec: Fix missing {}Michael Niedermayer
Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-08vc1dec: Fix destination pointers in context for fieldsMichael Niedermayer
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>
2012-07-24vc1dec: dont apply the loop filter on fieldsMichael Niedermayer
Fixes read of uninitialized memory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-23vc1: Add a test for interlaced field picturesMashiat Sarker Shakkhar
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>