summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* vc1: re-initialize tables after width/height change.John Stebbins2011-06-071-3/+16
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-041-43/+236
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-041-25/+26
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-041-33/+25
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-12/+12
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-10/+0
* vc1: fix fate-vc1 after previous commit.Ronald S. Bultje2011-04-171-1/+1
* wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje2011-04-161-41/+50
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-3/+124
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+5
* vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-211-93/+203
* vc1: slice support.Ronald S. Bultje2011-03-211-24/+57
* vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-211-22/+19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* VC1: Export profile/levelHendrik Leppkes2011-03-121-4/+19
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-021-1/+1
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-211-25/+33
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-211-35/+13
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-201-3/+11
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-191-1/+1
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-86/+88
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-171-1/+1
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-171-45/+50
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-9/+9
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-4/+4
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-261-0/+5
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-111-9/+19
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-111-3/+19
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-101-6/+3
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-271-3/+3
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-291-6/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-241-3/+1
* VC1: fix missing include h263.hMåns Rullgård2010-02-211-0/+1
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-081-1/+1
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-111-0/+2
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-061-1/+1
* Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since staticReimar Döffinger2009-09-241-4/+2
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-2/+2
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-291-0/+2
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-291-1/+1
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-231-2/+2
* VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser2009-06-171-8/+12
* VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser2009-06-161-5/+4
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-5/+18
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-111-0/+3367
OpenPOWER on IntegriCloud