summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-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: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* libtwolame: convert to new channel layout APIAnton Khirnov2022-03-151-2/+9
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/libtwolame: fix mono default bitrateJames Cowgill2019-11-011-2/+6
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
| * libtwolame: prevent a NULL pointer dereferenceVittorio Giovara2014-11-211-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-141-2/+2
|\ \ | |/
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-2/+2
* | libavcodec/libtwolame: fix null pointer dereferencePaul B Mahol2014-10-131-1/+1
* | avcodec/libtwolame: fix encoding lsf with defaultsMichael Niedermayer2014-06-211-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-111-1/+0
|\ \ | |/
| * mp2: Do not force a samplerateLuca Barbato2014-04-111-1/+0
* | Merge commit '718907cd881a0b593264aed059c0e00da13f9e15'Michael Niedermayer2014-04-091-70/+98
|\ \ | |/
| * libtwolame MP2 encoding supportPaul B Mahol2014-04-071-0/+226
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* libtwolame: add forgotten callsPaul B Mahol2013-05-261-0/+2
* normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-6/+6
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-5/+5
* libtwolame: fix stupid bugPaul B Mahol2012-08-071-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* libtwolame MP2 encoding supportPaul B Mahol2012-08-051-0/+196