summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo4.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-291-0/+1
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
|
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-091-4/+6
| | | | | It turns out that this frame type is actually intra and should be used as a reference for interframes too.
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-201-245/+26
|
* indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-211-1/+2
| | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-121-1/+1
| | | | From the patch by Reimar Döffinger.
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
|
* indeo4: remove two unused variablesKostya Shishkov2011-12-291-4/+7
|
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+823
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
OpenPOWER on IntegriCloud