summaryrefslogtreecommitdiffstats
path: root/libavcodec/v410dec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-231-2/+6
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-121-1/+1
* v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer2011-12-281-0/+5
* v410dec: include correct headersPaul B. Mahol2011-12-221-1/+1
* v410 encoder and decoderDerek Buitenhuis2011-12-131-0/+113
OpenPOWER on IntegriCloud