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 (Expand)Author
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov
2011-10-11vc1: enable interlaced p fields again, they seem no longer to crash with out...Michael Niedermayer
2011-10-11vc1: reset interlaced variables, prevent another bunch of crashes.Michael Niedermayer
2011-10-11vc1: disable parts of the interlaced code due to security issues.Michael Niedermayer
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10vc1: K&R reformatting cosmeticsKostya Shishkov
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-09-01vc1: loose one line difference to qatar.Michael Niedermayer
2011-09-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-31VC1: Support dynamic dimension changesAlberto Delmás
2011-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-17Fix VC-1 width/height handling.Reimar Döffinger
2011-08-15VC-1: fix reading of custom PAR.Reimar Döffinger
2011-08-14VC-1: fix reading of custom PAR.Reimar Döffinger
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-04Fix VC-1 playback with pulldown contentAlexandre Colucci
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-09logging: downgrade recoverable errors to warningsStefan Kost
2011-02-08logging: downgrade recoverable errors to warningsStefan Kost
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-26RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov
2010-07-10Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-10Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-06-16Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser
2009-06-11Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun
2009-06-05vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-05-30set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier
2009-05-15Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad