summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
* B-frames support for adv. profileKostya Shishkov2006-11-26
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
* Use halfpq in coefficient scalingKostya Shishkov2006-11-26
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* dc_val should be signedMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-21
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-21
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-21
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-12
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-09
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-09
* Don't print header bits by defaultKostya Shishkov2006-09-09
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-09
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-09
* Proper support for B/BI framesKostya Shishkov2006-09-09
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-04
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-02
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
* SpellingKostya Shishkov2006-08-31
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-31
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-11
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-06
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-06
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-04
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-03
* Use bicubic MC (should also remove those ringing artifacts) when neededKostya Shishkov2006-07-30
* Use functions from DSPContext in vc1.cKostya Shishkov2006-07-30
* 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