aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/v410dec.c
AgeCommit message (Expand)Author
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-26Fix typo in v410 decoder.Carl Eugen Hoyos
2012-07-23v410dec: Implement explode mode supportDerek Buitenhuis
2012-01-12lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov
2011-12-28v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer
2011-12-22v410dec: include correct headersPaul B. Mahol
2011-12-13v410 encoder and decoderDerek Buitenhuis