summaryrefslogtreecommitdiff
path: root/libavcodec/libfdk-aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libfdk-aaceenc: add a flush callbackJames Almer2023-04-031-0/+40
* avcodec/libfdk-accenc: Add option to set frame length when encoding with libf...Raphael Schlarb2023-03-311-0/+11
* avcodec/libfdk-aacenc: Remove redundant av_packet_unref()Andreas Rheinhardt2023-03-181-4/+1
* libavcodec/libfdk-aacenc: send encoder delay/padding in packet side dataJonHGee2023-03-011-1/+24
* libavcodec/libfdk-aacenc: Enable writing DRC metadataJonHGee2023-03-011-13/+54
* avcodec/libfdk-aacenc: fix version check for the new channel layoutsJames Almer2022-11-291-3/+15
* avcodec/libfdk-aacenc: add support for 6.1(back) channel layoutJames Almer2022-11-291-0/+3
* avcodec/libfdk-aacenc: add support for 7.1(top) channel layoutJames Almer2022-11-291-0/+4
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-3/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+2
* 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-13/+13
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* libfdk-aac: convert to new channel layout APIVittorio Giovara2022-03-151-8/+27
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+3
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-221-0/+2
* Merge commit '2a9e1c122eed66be1b26b747342b848300b226c7'James Almer2018-09-131-3/+6
|\
| * libfdk-aac: Don't use defined() in a #defineMartin Storsjö2018-09-131-3/+6
* | Merge commit '7e929dac100916fc45cb95e231025f3439c20156'James Almer2018-09-111-1/+26
|\ \ | |/
| * libfdk-aacenc: Allow enabling the ELDv2 profileMartin Storsjö2018-09-051-1/+26
* | Merge commit 'ffb9b7a6bab6c6bfd3dd9a7c32e3724209824999'James Almer2018-09-111-3/+3
|\ \ | |/
| * libfdk-aac: Consistently use a proper version check macro for detecting featuresMartin Storsjö2018-09-051-3/+3
* | Merge commit '141c960e21d2860e354f9b90df136184dd00a9a8'James Almer2018-09-111-9/+25
|\ \ | |/
| * libfdk-aacenc: Fix building with libfdk-aac v2Martin Storsjö2018-09-031-9/+25
* | Merge commit 'b93026777aada7742583d8c5ab079e9f4dfe9a5d'James Almer2018-09-021-1/+2
|\ \ | |/
| * libfdk-aac: Use enum names instead of literal numbers for the output formatMartin Storsjö2018-07-061-1/+2
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-1/+4
|\ \ | |/
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-1/+4
* | Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-221-1/+1
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+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-4/+4
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-4/+4
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+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 '2f7065190ad48744014a02288799d03adfa613e0'Michael Niedermayer2014-06-061-22/+10
|\ \ | |/
| * libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-061-22/+10
* | Merge commit '3828eb8519c1530392ab8820b1aa784602128afc'Michael Niedermayer2014-05-051-11/+21
|\ \ | |/
| * libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö2014-05-051-11/+21