| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -7/+7 |
* | avcodec/ralf: Move variable from context to stack | Andreas Rheinhardt | 2022-09-11 | 1 | -9/+8 |
* | avcodec/ralf: Move frame allocation after error checks | Andreas Rheinhardt | 2022-09-11 | 1 | -6/+5 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | ralf: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -9/+9 |
* | avcodec/ralf: Cleanup generically on init failure | Andreas Rheinhardt | 2022-02-11 | 1 | -19/+7 |
* | avcodec/ralf: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders | Michael Niedermayer | 2020-11-28 | 1 | -1/+2 |
* | avcodec/ralf: Check num_blocks before use | Michael Niedermayer | 2020-05-12 | 1 | -0/+2 |
* | avcodec/ralf: Fix integer overflow in decode_block() | Michael Niedermayer | 2020-05-12 | 1 | -3/+4 |
* | avcodec/ralf: Fix integer overflow in apply_lpc() | Michael Niedermayer | 2020-02-03 | 1 | -1/+1 |
* | avcodec/ralf: Fix overflows of biased values | Michael Niedermayer | 2020-01-30 | 1 | -1/+1 |
* | avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha... | Michael Niedermayer | 2019-11-25 | 1 | -2/+2 |
* | avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de... | Michael Niedermayer | 2019-11-20 | 1 | -1/+1 |
* | avcodec/ralf: Skip initializing unused filter variables | Michael Niedermayer | 2019-10-25 | 1 | -2/+4 |
* | avcodec/ralf: Fix integer overflow in decode_channel() | Michael Niedermayer | 2019-09-28 | 1 | -2/+2 |
* | avcodec/ralf: fix undefined shift in extend_code() | Michael Niedermayer | 2019-09-02 | 1 | -1/+1 |
* | avcodec/ralf: fix undefined shift | Michael Niedermayer | 2019-09-02 | 1 | -2/+2 |
* | avcodec/ralf: Fix undefined pointer in decode_channel() | Michael Niedermayer | 2019-08-05 | 1 | -1/+1 |
* | avcodec/ralf: Fix integer overflow in apply_lpc() | Michael Niedermayer | 2019-08-05 | 1 | -1/+1 |
* | avcodec/ralf: add support for mono | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
|/ |
|
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | ralf: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -12/+7 |
* | 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 |
* | ralf: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -15/+20 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | ralf: read Huffman code lengths without GetBitContext | Kostya Shishkov | 2012-03-24 | 1 | -4/+4 |
* | RealAudio Lossless decoder | Kostya Shishkov | 2012-03-19 | 1 | -0/+536 |