summaryrefslogtreecommitdiff
path: root/libavcodec/bmv.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* bmv: check for len being valid in bmv_decode_frame().Anton Khirnov2013-04-041-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-23/+7
* bmvaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-16/+5
* bmv: return meaningful error codes.Anton Khirnov2013-01-061-8/+8
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* bmvaudio: set channel layout at init() rather than validating itJustin Ruggles2012-11-011-6/+4
* bmv: get a new frame on every decode_frame(), so we can use direct renderingKostya Shishkov2012-10-191-7/+11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* bmv: add stricter checks for invalid decoded lengthKostya Shishkov2012-06-031-3/+7
* bmv audio: implement new audio decoding APIJustin Ruggles2012-01-011-9/+25
* BMV demuxer and decoderKostya Shishkov2011-11-081-0/+360