summaryrefslogtreecommitdiff
path: root/libavcodec/sbcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/sbcdec: Remove always-false checkAndreas Rheinhardt2022-10-051-3/+0
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-4/+1
* 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/+0
* 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-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* sbc: convert to new channel layout APIAnton Khirnov2022-03-151-1/+8
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* lavc/sbc: Remove bool usage.Carl Eugen Hoyos2020-04-041-1/+0
* sbcdec: do not unnecessarily set frame propertiesAnton Khirnov2020-03-201-3/+4
* avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()Michael Niedermayer2019-11-091-14/+14
* avcodec/sbcdec: Fix integer overflows in sbc_synthesize_eight()Michael Niedermayer2019-10-161-18/+18
* avcodec/sbcdec: Initialize number of channelsMichael Niedermayer2019-09-261-0/+1
* avcodec/sbc: Fix non static function prefixMichael Niedermayer2018-04-191-1/+1
* sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-0/+379