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-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
2006-11-26100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov
2006-11-26Use halfpq in coefficient scalingKostya Shishkov
2006-11-17Overlap filtering was done in reverse orderKostya Shishkov
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-21Finally enable B-frame decoding as all known samples work perfectKostya Shishkov
2006-09-21For B-frames if the second reference frame signals intensity compensationKostya Shishkov
2006-09-21Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov
2006-09-12Swap back and forward motion vectors to achieve correct pictureKostya Shishkov
2006-09-12Set motion vectors used in B-frames to zero by defaultKostya Shishkov
2006-09-12Use h264_chroma funcs in B-frames MC tooKostya Shishkov
2006-09-12Fix edge emulation for bicubic MC in B framesKostya Shishkov
2006-09-122989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov
2006-09-10Disable B-frames decoding until they produce correct pictureKostya Shishkov
2006-09-09Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov
2006-09-09Support for BI-frames in Advanced ProfileKostya Shishkov
2006-09-09Don't print header bits by defaultKostya Shishkov
2006-09-09[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov
2006-09-09[Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov