summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-091-1/+1
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-091-0/+2
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-091-11/+11
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-091-4/+3
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-091-34/+24
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-091-6/+8
* Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...Kostya Shishkov2006-07-071-17/+22
* Enable coefficient scalingKostya Shishkov2006-07-071-22/+21
* Don't read out-of-bounds values.Kostya Shishkov2006-07-071-1/+2
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-061-5/+5
* Implement intensity compensationKostya Shishkov2006-07-041-2/+42
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-041-3/+9
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-041-53/+21
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-031-1/+6
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-031-5/+8
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-031-42/+19
* 4-MV decoding supportKostya Shishkov2006-07-031-81/+368
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-011-13/+14
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-011-2/+2
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-011-5/+0
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-011-5/+2
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-301-6/+6
* typoKostya Shishkov2006-06-301-1/+1
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-291-242/+216
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-291-3/+7
* Added loop filtering as ersatz for overlap filter (improves picture quality f...Kostya Shishkov2006-06-271-9/+36
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-271-7/+1
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-271-1533/+1537
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-271-0/+2675