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
2013-10-13indeo4: Check the inherited quant_matLuca Barbato
2013-10-13indeo4: Check the block size if reusing the band configurationLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-15indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-07-13indeo: Bound-check before applying transformLuca Barbato
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
2013-05-28indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov
2013-05-28indeo4: add missing Haar and slanted transformsKostya Shishkov
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-09indeo4: handle frame type 1 properlyKostya Shishkov
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-03-21indeo4: fix out-of-bounds function call.Ronald S. Bultje
2012-01-12indeo4: add some missing static and const qualifiersKostya Shishkov
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