summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)Kostya Shishkov2006-07-29
* Support range reduced framesKostya Shishkov2006-07-29
* Support grayscale decoding.Kostya Shishkov2006-07-29
* Add rounding for overlap filtersKostya Shishkov2006-07-28
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-24
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-24
* Remove obsolete and misleading warning.Diego Biurrun2006-07-23
* Correct edge MC for chromaKostya Shishkov2006-07-23
* Replace code for clipping MV vectors (which is wrong to use here) with clippi...Kostya Shishkov2006-07-22
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-22
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-21
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-21
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-21
* Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov2006-07-16
* Correct inverse quantization for P-framesKostya Shishkov2006-07-16
* Rounding control for motion compensation.Kostya Shishkov2006-07-16
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
* Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...Kostya Shishkov2006-07-07
* Enable coefficient scalingKostya Shishkov2006-07-07
* Don't read out-of-bounds values.Kostya Shishkov2006-07-07
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-06
* Implement intensity compensationKostya Shishkov2006-07-04
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-04
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-04
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-03
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-03
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-03
* 4-MV decoding supportKostya Shishkov2006-07-03
* 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