summaryrefslogtreecommitdiff
path: root/libavcodec/libfdk-aacenc.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-06
* libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö2014-05-05
* libfdk-aacenc: Enable 7.1 channel encodingJean First2014-05-05
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-24
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* libfdk-aacenc: Actually check for upper bounds of cutoffDerek Buitenhuis2013-02-11
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö2012-09-25
* libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö2012-09-25
* libfdk-aac: reindent after last commitNathan Caldwell2012-09-25
* libfdk-aac: Limit to supported sample rates.Nathan Caldwell2012-09-25
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-25
* libfdk-aac: Check if cutoff value is validMohammad Alsaleh2012-07-15
* libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö2012-07-12
* Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-12