summaryrefslogtreecommitdiff
path: root/libavcodec/bmv.c
Commit message (Expand)AuthorAge
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* bmvaudio: set channel layout at init() rather than validating itJustin Ruggles2012-11-01
* bmv: get a new frame on every decode_frame(), so we can use direct renderingKostya Shishkov2012-10-19
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-03
* bmv audio: implement new audio decoding APIJustin Ruggles2012-01-01
* BMV demuxer and decoderKostya Shishkov2011-11-08