134 Commits (3c154e8579ca4c1d68d184b3d5e77921fd0d701e)

Author SHA1 Message Date
Lukáš Lalinský b5af451901 avcodec/libmp3lame: make it possible to set copyright/original flags 2 years ago
Andreas Rheinhardt af26a8ffbb avcodec/libmp3lame: Remove redundant av_packet_unref() 2 years ago
Andreas Rheinhardt fdff1b9cbf avcodec/codec_internal: Avoid deprecation warnings for channel_layouts 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 9b3130c886 libmp3lame: convert to new channel layout API 3 years ago
James Almer 45e45a6060 avcodec/libmp3lame: return proper error codes 3 years ago
Andreas Rheinhardt c59398970b avcodec/libmp3lame: Avoid copying data, allow user-supplied buffer 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 7e6941e185 libavcodec/libmp3lame: Don't free user-provided AVPacket 5 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Moritz Barsnick 6c442e1584 lavc/libmp3lame: add support for cutoff 8 years ago
Jon Toohill 81f4f789de lavc/libmp3lame: send encoder delay/padding in packet side data 8 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Paul B Mahol 33a68759c1 avcodec/libmp3lame: use AV_OPT_TYPE_BOOL for all options 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 7532f0e14c avcodec/libmp3lame: use av_malloc_array() 10 years ago
Michael Niedermayer 1aca990bd9 avcodec/libmp3lame: Use avpriv_float_dsp_alloc() 10 years ago
Carl Eugen Hoyos 2612214555 Do not set the lame quality if the user didn't request it. 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Michael Niedermayer ebbc33a42d avcodec/libmp3lame: do not attempt to flush lame if no data was input 11 years ago
Timothy Gu 09fda6bb50 libmp3lame: add ABR support 11 years ago
Timothy Gu 292dbe5e8a libmp3lame: add comments about CBR/VBR modes 11 years ago
Paul B Mahol 729d821fd8 libmp3lame: allow joint stereo to be disabled 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Timothy Gu d3211cfaed avcodec/libmp3lame: add ABR support 11 years ago
Timothy Gu 07e7bc9cbd lavc/libmp3lame: add comments about CBR/VBR modes 11 years ago
Timothy Gu 683d9cb1f2 lavc/libmp3lame: fix alignment and capitalization in AVOptions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 1de11a7cab libmp3lame: allow joint stereo to be disabled 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Justin Ruggles e984f47873 libmp3lame: use the correct remaining buffer size when flushing 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Michael Niedermayer 871b6ec01d libmp3lame: Fix assignments in if() 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles abd8b9e7e0 libmp3lame: resize the output buffer if needed 12 years ago
Justin Ruggles 473b297f26 libmp3lame: use planar sample formats 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago