summaryrefslogtreecommitdiff
path: root/libavcodec/v410dec.c
Commit message (Collapse)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-26
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-23
| | | | | | | Try and decode broken files, but still fail if explode mode is enabled. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-12
|
* v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer2011-12-28
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* v410dec: include correct headersPaul B. Mahol2011-12-22
| | | | | | | | This file does not use anything from get_bits.h but needs intreadwrite.h. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* v410 encoder and decoderDerek Buitenhuis2011-12-13
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>