summaryrefslogtreecommitdiff
path: root/libavcodec/ralf.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* ralf: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+7
* 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
* ralf: use planar sample formatJustin Ruggles2012-10-011-15/+20
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* ralf: read Huffman code lengths without GetBitContextKostya Shishkov2012-03-241-4/+4
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+536