summaryrefslogtreecommitdiff
path: root/libavcodec/ralf.c
Commit message (Expand)AuthorAge
* avcodec/ralf: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-28
* avcodec/ralf: Check num_blocks before useMichael Niedermayer2020-05-12
* avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer2020-05-12
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2020-02-03
* avcodec/ralf: Fix overflows of biased valuesMichael Niedermayer2020-01-30
* avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer2019-11-25
* avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer2019-11-20
* avcodec/ralf: Skip initializing unused filter variablesMichael Niedermayer2019-10-25
* avcodec/ralf: Fix integer overflow in decode_channel()Michael Niedermayer2019-09-28
* avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer2019-09-02
* avcodec/ralf: fix undefined shiftMichael Niedermayer2019-09-02
* avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer2019-08-05
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2019-08-05
* avcodec/ralf: add support for monoPaul B Mahol2016-04-14
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
|/
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* ralf: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* ralf: use planar sample formatJustin Ruggles2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* ralf: read Huffman code lengths without GetBitContextKostya Shishkov2012-03-24
* RealAudio Lossless decoderKostya Shishkov2012-03-19