summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* vc1: Always reset numref when parsing a new frame header.Michael Niedermayer2014-01-20
* vc1: Enable the interlaced B-frame codepath.Tim Walker2014-01-13
* vc1: Fix intensity compensation performance regressionMason Carter2013-12-22
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-17
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-29
* vc1: Reset numref if fieldmode is not setKostya Shishkov2013-11-26
* vc1dec: Remove interlaced warningMichael Niedermayer2013-05-28
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-28
* vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö2013-05-15
* vc1: Make INIT_LUT() self containedMichael Niedermayer2013-05-15
* vc1: Simplify code by using INIT_LUT()Michael Niedermayer2013-05-15
* vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer2013-05-15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-15
* vc1: implement frame interlaced b-frame header parsingHendrik Leppkes2013-05-14
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* 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