summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* dc_val should be signedMåns Rullgård2006-09-271-7/+7
* fix some signedness warningsMåns Rullgård2006-09-271-7/+7
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-211-6/+0
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-211-0/+12
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-211-16/+8
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-121-1/+11
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-121-0/+4
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-121-2/+4
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-121-3/+5
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-121-2/+1
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-101-0/+6
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-091-8/+8
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-091-3/+8
* Don't print header bits by defaultKostya Shishkov2006-09-091-1/+1
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-091-45/+32
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-091-15/+2
* Proper support for B/BI framesKostya Shishkov2006-09-091-52/+257
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-041-27/+777
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-021-4/+18
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-311-14/+4
* SpellingKostya Shishkov2006-08-311-2/+2
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-311-33/+8
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-111-0/+1
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-061-13/+135
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-061-2/+2
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-041-2/+30
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-031-2/+4
* Use bicubic MC (should also remove those ringing artifacts) when neededKostya Shishkov2006-07-301-17/+31
* Use functions from DSPContext in vc1.cKostya Shishkov2006-07-301-180/+26
* Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)Kostya Shishkov2006-07-291-0/+2
* Support range reduced framesKostya Shishkov2006-07-291-3/+61
* Support grayscale decoding.Kostya Shishkov2006-07-291-10/+34
* Add rounding for overlap filtersKostya Shishkov2006-07-281-28/+28
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-241-8/+293
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-241-2/+3
* Remove obsolete and misleading warning.Diego Biurrun2006-07-231-3/+0
* Correct edge MC for chromaKostya Shishkov2006-07-231-2/+2
* Replace code for clipping MV vectors (which is wrong to use here) with clippi...Kostya Shishkov2006-07-221-13/+8
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-221-4/+4
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-211-12/+20
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-211-2/+8
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-211-1/+4
* Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov2006-07-161-11/+11
* Correct inverse quantization for P-framesKostya Shishkov2006-07-161-4/+13
* Rounding control for motion compensation.Kostya Shishkov2006-07-161-16/+41
* 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
OpenPOWER on IntegriCloud