summaryrefslogtreecommitdiff
path: root/libavcodec/bmv.c
Commit message (Expand)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* bmv: check for len being valid in bmv_decode_frame().Anton Khirnov2013-04-04
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* bmvaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* bmv: return meaningful error codes.Anton Khirnov2013-01-06
* 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