summaryrefslogtreecommitdiff
path: root/libavcodec/libshine.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-5/+1
* avcodec/libshine: Remove dead channel count checkAndreas Rheinhardt2022-09-221-5/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-12/+12
* libshine: convert to new channel layout APIAnton Khirnov2022-03-151-3/+9
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/libshine: Avoid copying data, allow user-supplied bufferAndreas Rheinhardt2021-05-231-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* libshine: Fix faulty ff_alloc_packet2 usageRico Tzschichholz2015-08-021-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* libshine: fix support for shine 3.0Andreas Cadhalpun2015-05-251-1/+1
* avcodec: fix old codec idsMichael Niedermayer2013-10-281-1/+1
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* Support for shine 3.0.0Romain Beauxis2013-07-301-6/+6
* libshine fixed point MP3 encoding supportPaul B Mahol2013-04-111-0/+149