| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libmp3lame: make it possible to set copyright/original flags | Lukáš Lalinský | 2023-05-10 | 1 | -3/+13 |
* | avcodec/libmp3lame: Remove redundant av_packet_unref() | Andreas Rheinhardt | 2023-03-18 | 1 | -4/+1 |
* | avcodec/codec_internal: Avoid deprecation warnings for channel_layouts | Andreas Rheinhardt | 2022-09-28 | 1 | -5/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -0/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -12/+12 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | libmp3lame: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -4/+11 |
* | avcodec/libmp3lame: return proper error codes | James Almer | 2022-01-14 | 1 | -3/+3 |
* | avcodec/libmp3lame: Avoid copying data, allow user-supplied buffer | Andreas Rheinhardt | 2021-05-23 | 1 | -3/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | libavcodec/libmp3lame: Don't free user-provided AVPacket | Andreas Rheinhardt | 2020-05-23 | 1 | -2/+0 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | lavc/libmp3lame: add support for cutoff | Moritz Barsnick | 2016-12-31 | 1 | -0/+4 |
* | lavc/libmp3lame: send encoder delay/padding in packet side data | Jon Toohill | 2016-10-18 | 1 | -1/+26 |
* | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' | Hendrik Leppkes | 2016-01-01 | 1 | -3/+4 |
|\ |
|
| * | mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -3/+4 |
* | | avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options | Paul B Mahol | 2015-09-09 | 1 | -3/+3 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | avcodec/libmp3lame: use av_malloc_array() | Michael Niedermayer | 2015-01-17 | 1 | -1/+1 |
* | | avcodec/libmp3lame: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -3/+9 |
* | | Do not set the lame quality if the user didn't request it. | Carl Eugen Hoyos | 2014-10-29 | 1 | -3/+1 |
* | | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
|\| |
|
| * | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -1/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28' | Michael Niedermayer | 2014-06-23 | 1 | -1/+7 |
|\| |
|
| * | Check mp3 header before calling avpriv_mpegaudio_decode_header(). | Justin Ruggles | 2014-06-22 | 1 | -1/+7 |
| * | libmp3lame: add ABR support | Timothy Gu | 2014-03-31 | 1 | -2/+9 |
| * | libmp3lame: add comments about CBR/VBR modes | Timothy Gu | 2014-03-31 | 1 | -2/+2 |
| * | libmp3lame: allow joint stereo to be disabled | Paul B Mahol | 2014-03-31 | 1 | -1/+3 |
* | | avcodec/libmp3lame: do not attempt to flush lame if no data was input | Michael Niedermayer | 2014-05-19 | 1 | -0/+2 |
* | | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' | Michael Niedermayer | 2013-12-09 | 1 | -7/+3 |
|\| |
|
| * | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -7/+3 |
* | | avcodec/libmp3lame: add ABR support | Timothy Gu | 2013-11-02 | 1 | -2/+9 |
* | | lavc/libmp3lame: add comments about CBR/VBR modes | Timothy Gu | 2013-10-24 | 1 | -2/+2 |
* | | lavc/libmp3lame: fix alignment and capitalization in AVOptions | Timothy Gu | 2013-10-24 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libmp3lame: allow joint stereo to be disabled | Paul B Mahol | 2013-04-02 | 1 | -1/+3 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -11/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |