summaryrefslogtreecommitdiff
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-09
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-21
* indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-12
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* indeo4: remove two unused variablesKostya Shishkov2011-12-29
* Indeo 4 decoderKostya Shishkov2011-12-28