summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-16/+16
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-131-0/+3
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-061-5/+3
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-061-3/+4
* Wrong flag testedKostya Shishkov2007-02-061-1/+1
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-051-0/+2
* Save frame header info in context variablesKostya Shishkov2007-02-041-5/+4
* Set frame rate from extradataKostya Shishkov2007-02-041-3/+9
* These messages are just for debug purposesKostya Shishkov2007-02-031-2/+2
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-031-2/+2
* VC-1 parserKostya Shishkov2007-02-031-0/+91
* 0x00000103 is not an escape markerKostya Shishkov2007-02-021-2/+1
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-021-40/+124
* Check for out-of-bounds accessKostya Shishkov2007-02-011-2/+2
* Fix BI-frames decoding for Adv. profileKostya Shishkov2007-01-291-4/+7
* Set aspect ratio if present (for AP only)Kostya Shishkov2007-01-271-2/+4
* Add debug messages for AP headersKostya Shishkov2007-01-241-3/+20
* Off-by-one error fixKostya Shishkov2007-01-241-2/+2
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-241-0/+4
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-171-2/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-021-15/+12
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-011-6/+6
* Correct rounding values in overlap filteringKostya Shishkov2006-11-261-28/+28
* B-frames support for adv. profileKostya Shishkov2006-11-261-2/+58
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-261-4/+3
* Use halfpq in coefficient scalingKostya Shishkov2006-11-261-12/+12
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-171-24/+24
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-12/+12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-2/+0
* 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
OpenPOWER on IntegriCloud