Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | s302m: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -26/+8 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -19/+20 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -10/+36 |
* | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -1/+0 |
* | s302m: use nondeprecated audio sample format API | Dustin Brody | 2011-07-29 | 1 | -2/+2 |
* | s302m: fix resampling for 16 and 24bits. | Baptiste Coudurier | 2011-06-06 | 1 | -2/+2 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
* | Port SMPTE S302M audio decoder from FFmbc 0.3. | Baptiste Coudurier | 2011-05-11 | 1 | -0/+141 |