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
2012-11-13indeo4: more complete check for the scan vs block sizes.Michael Niedermayer
2012-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-18indeo4: prevent printing uninitialized variableMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09indeo4: handle frame type 1 properlyKostya Shishkov
2012-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-04-23indeo4: check quant_mat more fully.Michael Niedermayer
2012-04-16indeo4: avoid storing invalid values in quant_mat.Michael Niedermayer
2012-04-15indeo4: check transform size.Michael Niedermayer
2012-04-14indeo4: setup width/height properly.Michael Niedermayer
2012-04-01indeo4: fix null ptr dereferenceMichael Niedermayer
2012-03-31indeo4: check that num_mbs matchesMichael Niedermayer
2012-03-28indeo4: Dont leave tables in random state on errors.Michael Niedermayer
2012-03-28indeo4: apply correction to eob/esc indexes tooMichael Niedermayer
2012-03-28indeo4: Check for mismatching scan tablesMichael Niedermayer
2012-03-26indeo4: better mv checkMichael Niedermayer
2012-03-24indeo4: Fix global array overread.Michael Niedermayer
2012-03-23indeo4: check ref_mbMichael Niedermayer
2012-03-23indeo4: check band->scanMichael Niedermayer
2012-03-23indeo4: check motion vetors.Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21indeo4: fix out-of-bounds function call.Ronald S. Bultje
2012-03-18indeo4: Skip null frames.Michael Niedermayer
2012-01-12indeo4: add some missing static and const qualifiersKostya Shishkov
2012-01-08indeo4, swresample: add some missing static/const to tables.Reimar Döffinger
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-29indeo4: remove two unused variablesKostya Shishkov
2011-12-28Indeo 4 decoderKostya Shishkov