summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-19
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
* 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
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-25
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-24
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-04
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* vc1: re-initialize tables after width/height change.John Stebbins2011-06-07
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-04
* 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
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* vc1: fix fate-vc1 after previous commit.Ronald S. Bultje2011-04-17
* wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje2011-04-16
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-21
* vc1: slice support.Ronald S. Bultje2011-03-21
* vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* VC1: Export profile/levelHendrik Leppkes2011-03-12
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-02
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-21
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-20
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-17
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-17
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-11
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-11
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-10
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-27
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-24
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-08
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-11
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-06