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 (Collapse)Author
2013-10-13indeo4: Check the inherited quant_matLuca Barbato
Invalidate it if not supported. Sample-Id: 00000262-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-10-13indeo4: Check the block size if reusing the band configurationLuca Barbato
Sample-Id: 00000287-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
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
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo: Bound-check before applying transformLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-05-28indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov
Currently if no custom block VLC is specified for band, a default block VLC will be used, while the global block VLC stored in the context should be used instead. This fixes decoding of one sample I have.
2013-05-28indeo4: add missing Haar and slanted transformsKostya Shishkov
That involves fixing INV_HAAR4() macro and changing it to work with different input and output like INV_HAAR8() instead of in-place transform.
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
It turns out that this frame type is actually intra and should be used as a reference for interframes too.
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
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-01-12indeo4: add some missing static and const qualifiersKostya Shishkov
From the patch by 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
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>