summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-01
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-01
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-01
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-01
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-30
* typoKostya Shishkov2006-06-30
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-29
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-29
* Added loop filtering as ersatz for overlap filter (improves picture quality f...Kostya Shishkov2006-06-27
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-27
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-27
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27