| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -4/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -10/+10 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | sbc: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+8 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | lavc/sbc: Remove bool usage. | Carl Eugen Hoyos | 2020-04-04 | 1 | -1/+0 |
* | sbcdec: do not unnecessarily set frame properties | Anton Khirnov | 2020-03-20 | 1 | -3/+4 |
* | avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four() | Michael Niedermayer | 2019-11-09 | 1 | -14/+14 |
* | avcodec/sbcdec: Fix integer overflows in sbc_synthesize_eight() | Michael Niedermayer | 2019-10-16 | 1 | -18/+18 |
* | avcodec/sbcdec: Initialize number of channels | Michael Niedermayer | 2019-09-26 | 1 | -0/+1 |
* | avcodec/sbc: Fix non static function prefix | Michael Niedermayer | 2018-04-19 | 1 | -1/+1 |
* | sbc: implement SBC decoder (low-complexity subband codec) | Aurelien Jacobs | 2018-03-07 | 1 | -0/+379 |