Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-28this prediction direction adjustment is wrongKostya Shishkov
2007-06-12TypoKostya Shishkov
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10those tables don't need to be externAurelien Jacobs
2007-05-10use header instead of copying table declarationsAurelien Jacobs
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-05-09Add ff_ prefix to (externally) visible variablesKostya Shishkov
2007-05-09Use correct dequantizer valueKostya Shishkov
2007-05-06Add prefix to some variables for consistencyKostya Shishkov
2007-05-06Move variables to vc1data.hKostya Shishkov
2007-05-04Move some declarations into headerKostya Shishkov
2007-05-04Move VC1 parser to its own file.Diego Biurrun
2007-04-21Remove unused variable.Diego Biurrun
2007-04-18Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov
2007-04-10Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov
2007-04-04vc1_split should be staticKostya Shishkov
2007-03-27FASTTX==0 means additional 16 bits in extradataKostya Shishkov
2007-03-27One more FASTTX-related hackKostya Shishkov
2007-03-251000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov
2007-03-18Zero MV vectors for P frame intra blocksKostya Shishkov
2007-03-18indentationKostya Shishkov
2007-03-18Proper handling of motion vectors for adv. profileKostya Shishkov
2007-02-28Looks like I'll work on it this year tooKostya Shishkov
2007-02-28WMV3 Complex Profile initial supportKostya Shishkov
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-13Intensity compensation for B-frames in AP was missingKostya Shishkov
2007-02-06Progressive frames disguised as interlaced are supportedKostya Shishkov
2007-02-06B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov
2007-02-06Wrong flag testedKostya Shishkov
2007-02-05Set codec dimensions in extradata parsingKostya Shishkov
2007-02-04Save frame header info in context variablesKostya Shishkov
2007-02-04Set frame rate from extradataKostya Shishkov
2007-02-03These messages are just for debug purposesKostya Shishkov
2007-02-03Set codec dimensions if provided by extradataKostya Shishkov
2007-02-03VC-1 parserKostya Shishkov
2007-02-020x00000103 is not an escape markerKostya Shishkov
2007-02-02General approach to parsing chunks in VC-1 APKostya Shishkov
2007-02-01Check for out-of-bounds accessKostya Shishkov
2007-01-29Fix BI-frames decoding for Adv. profileKostya Shishkov
2007-01-27Set aspect ratio if present (for AP only)Kostya Shishkov
2007-01-24Add debug messages for AP headersKostya Shishkov
2007-01-24Off-by-one error fixKostya Shishkov
2007-01-24Fail on VC-1 interlaced streamsKostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-17Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-0210e6l FastUVMC was done right but in the wrong placeKostya Shishkov
2006-12-01100l FastUVMC rounding was incorrect.Kostya Shishkov
2006-11-26Correct rounding values in overlap filteringKostya Shishkov
2006-11-26B-frames support for adv. profileKostya Shishkov