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
2014-01-13vc1: Enable the interlaced B-frame codepath.Tim Walker
2013-12-22vc1: Fix intensity compensation performance regressionMason Carter
2013-12-18vc1: Fix mb_height for field picturesMichael Niedermayer
2013-11-29vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov
2013-11-26vc1: Reset numref if fieldmode is not setKostya Shishkov
2013-05-28vc1dec: Remove interlaced warningMichael Niedermayer
2013-05-28vc1dec: Redesign the intensity compensationMichael Niedermayer
2013-05-15vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö
2013-05-15vc1: Make INIT_LUT() self containedMichael Niedermayer
2013-05-15vc1: Simplify code by using INIT_LUT()Michael Niedermayer
2013-05-15vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer
2013-05-15vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer
2013-05-14vc1: implement frame interlaced b-frame header parsingHendrik Leppkes
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-10-13vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar
2012-10-10Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-31MSS2 decoderAlberto Delmás
2012-03-27vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar
2012-03-07vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-01-26vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes
2012-01-23vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes
2011-11-28vc1: use an enum for Frame Coding ModeLuca Barbato
2011-10-13vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov
2011-10-10vc1: K&R reformatting cosmeticsKostya Shishkov
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-08-31VC1: Support dynamic dimension changesAlberto Delmás
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-15VC-1: fix reading of custom PAR.Reimar Döffinger
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
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-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-03-21vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-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