| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -23/+7 |
* | bmvaudio: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -16/+5 |
* | bmv: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -8/+8 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | bmvaudio: set channel layout at init() rather than validating it | Justin Ruggles | 2012-11-01 | 1 | -6/+4 |
* | bmv: get a new frame on every decode_frame(), so we can use direct rendering | Kostya Shishkov | 2012-10-19 | 1 | -7/+11 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | bmv: add stricter checks for invalid decoded length | Kostya Shishkov | 2012-06-03 | 1 | -3/+7 |
* | bmv audio: implement new audio decoding API | Justin Ruggles | 2012-01-01 | 1 | -9/+25 |
* | BMV demuxer and decoder | Kostya Shishkov | 2011-11-08 | 1 | -0/+360 |