summaryrefslogtreecommitdiff
path: root/libavcodec/libfdk-aacenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/libfdk-aaceenc: add a flush callbackJames Almer2023-04-03
* avcodec/libfdk-accenc: Add option to set frame length when encoding with libf...Raphael Schlarb2023-03-31
* avcodec/libfdk-aacenc: Remove redundant av_packet_unref()Andreas Rheinhardt2023-03-18
* libavcodec/libfdk-aacenc: send encoder delay/padding in packet side dataJonHGee2023-03-01
* libavcodec/libfdk-aacenc: Enable writing DRC metadataJonHGee2023-03-01
* avcodec/libfdk-aacenc: fix version check for the new channel layoutsJames Almer2022-11-29
* avcodec/libfdk-aacenc: add support for 6.1(back) channel layoutJames Almer2022-11-29
* avcodec/libfdk-aacenc: add support for 7.1(top) channel layoutJames Almer2022-11-29
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-28
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* libfdk-aac: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-22
* Merge commit '2a9e1c122eed66be1b26b747342b848300b226c7'James Almer2018-09-13
|\
| * libfdk-aac: Don't use defined() in a #defineMartin Storsjö2018-09-13
* | Merge commit '7e929dac100916fc45cb95e231025f3439c20156'James Almer2018-09-11
|\|
| * libfdk-aacenc: Allow enabling the ELDv2 profileMartin Storsjö2018-09-05
* | Merge commit 'ffb9b7a6bab6c6bfd3dd9a7c32e3724209824999'James Almer2018-09-11
|\|
| * libfdk-aac: Consistently use a proper version check macro for detecting featuresMartin Storsjö2018-09-05
* | Merge commit '141c960e21d2860e354f9b90df136184dd00a9a8'James Almer2018-09-11
|\|
| * libfdk-aacenc: Fix building with libfdk-aac v2Martin Storsjö2018-09-03
* | Merge commit 'b93026777aada7742583d8c5ab079e9f4dfe9a5d'James Almer2018-09-02
|\|
| * libfdk-aac: Use enum names instead of literal numbers for the output formatMartin Storsjö2018-07-06
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-01
|\|
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12
* | Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-22
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27