summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar2012-10-13
* Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar2012-10-10
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* MSS2 decoderAlberto Delmás2012-08-31
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-26
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-07
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes2012-01-26
* vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-23
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-28
* vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-13
* vc1: K&R reformatting cosmeticsKostya Shishkov2011-10-10
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
* VC1: Support dynamic dimension changesAlberto Delmás2011-08-31
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-25
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* VC-1: fix reading of custom PAR.Reimar Döffinger2011-08-15
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10
* vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-08
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-26
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov2009-10-10
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser2009-06-16
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier2009-06-05
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-15
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov2009-04-23
* Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov2009-04-22
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-21
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-21
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-16
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14