| Commit message (Expand) | Author | Age | Files | Lines |
* | ra144: check buffer size before requesting a buffer | Janne Grunau | 2013-03-10 | 1 | -6/+7 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | ra144: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | ra144dec: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | 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 | -11/+20 |
* | ra144: use macro constants to make the code more understandable. | Justin Ruggles | 2011-10-10 | 1 | -9/+9 |
* | ra144dec: log an error message when output buffer is too small. | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | ra144dec: use a more descriptive calculation for output data size | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+8 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Split do_output_subblock() into common code and decoder specific parts | Francesco Lavra | 2010-06-11 | 1 | -29/+2 |
* | Add ff_ prefix to non-static functions | Francesco Lavra | 2010-06-11 | 1 | -16/+17 |
* | Split ra144.c in common code (to be shared with the future encoder) and | Francesco Lavra | 2010-06-11 | 1 | -0/+154 |