summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144dec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* ra144: check buffer size before requesting a bufferJanne Grunau2013-03-101-6/+7
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-261-1/+0
* ra144: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* ra144dec: set channel layoutJustin Ruggles2012-11-011-1/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+20
* ra144: use macro constants to make the code more understandable.Justin Ruggles2011-10-101-9/+9
* ra144dec: log an error message when output buffer is too small.Justin Ruggles2011-10-101-2/+4
* ra144dec: use a more descriptive calculation for output data sizeJustin Ruggles2011-10-101-2/+4
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+8
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-111-29/+2
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-111-16/+17
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-111-0/+154
OpenPOWER on IntegriCloud