summaryrefslogtreecommitdiff
path: root/libavcodec/libmp3lame.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libmp3lame: make it possible to set copyright/original flagsLukáš Lalinský2023-05-101-3/+13
* avcodec/libmp3lame: Remove redundant av_packet_unref()Andreas Rheinhardt2023-03-181-4/+1
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-5/+1
* 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: 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-1/+1
* libmp3lame: convert to new channel layout APIAnton Khirnov2022-03-151-4/+11
* avcodec/libmp3lame: return proper error codesJames Almer2022-01-141-3/+3
* avcodec/libmp3lame: Avoid copying data, allow user-supplied bufferAndreas Rheinhardt2021-05-231-3/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* libavcodec/libmp3lame: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-2/+0
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* lavc/libmp3lame: add support for cutoffMoritz Barsnick2016-12-311-0/+4
* lavc/libmp3lame: send encoder delay/padding in packet side dataJon Toohill2016-10-181-1/+26
* Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-011-3/+4
|\
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-3/+4
* | avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all optionsPaul B Mahol2015-09-091-3/+3
* | 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-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* | avcodec/libmp3lame: use av_malloc_array()Michael Niedermayer2015-01-171-1/+1
* | avcodec/libmp3lame: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-301-3/+9
* | Do not set the lame quality if the user didn't request it.Carl Eugen Hoyos2014-10-291-3/+1
* | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer2014-10-141-1/+1
|\ \ | |/
| * lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28'Michael Niedermayer2014-06-231-1/+7
|\ \ | |/
| * Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-221-1/+7
| * libmp3lame: add ABR supportTimothy Gu2014-03-311-2/+9
| * libmp3lame: add comments about CBR/VBR modesTimothy Gu2014-03-311-2/+2
| * libmp3lame: allow joint stereo to be disabledPaul B Mahol2014-03-311-1/+3
* | avcodec/libmp3lame: do not attempt to flush lame if no data was inputMichael Niedermayer2014-05-191-0/+2
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-7/+3
|\ \ | |/
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-7/+3
* | avcodec/libmp3lame: add ABR supportTimothy Gu2013-11-021-2/+9
* | lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu2013-10-241-2/+2
* | lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu2013-10-241-2/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | libmp3lame: allow joint stereo to be disabledPaul B Mahol2013-04-021-1/+3
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-11/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0