summaryrefslogtreecommitdiff
path: root/libavcodec/ralf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ralf: Move variable from context to stackAndreas Rheinhardt2022-09-111-9/+8
* avcodec/ralf: Move frame allocation after error checksAndreas Rheinhardt2022-09-111-6/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* ralf: convert to new channel layout APIAnton Khirnov2022-03-151-9/+9
* avcodec/ralf: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-19/+7
* avcodec/ralf: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-1/+2
* avcodec/ralf: Check num_blocks before useMichael Niedermayer2020-05-121-0/+2
* avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer2020-05-121-3/+4
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2020-02-031-1/+1
* avcodec/ralf: Fix overflows of biased valuesMichael Niedermayer2020-01-301-1/+1
* avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer2019-11-251-2/+2
* avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer2019-11-201-1/+1
* avcodec/ralf: Skip initializing unused filter variablesMichael Niedermayer2019-10-251-2/+4
* avcodec/ralf: Fix integer overflow in decode_channel()Michael Niedermayer2019-09-281-2/+2
* avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer2019-09-021-1/+1
* avcodec/ralf: fix undefined shiftMichael Niedermayer2019-09-021-2/+2
* avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer2019-08-051-1/+1
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2019-08-051-1/+1
* avcodec/ralf: add support for monoPaul B Mahol2016-04-141-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+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