summaryrefslogtreecommitdiffstats
path: root/libavcodec/libfdk-aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * libfdk-aacenc: Enable 7.1 channel encodingJean First2014-05-051-0/+18
* | libfdk-aacenc: disable hard version requirementsTimothy Gu2014-02-061-0/+6
* | avcodec/libfdk-aacenc: change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7P...Michael Niedermayer2014-01-271-1/+1
* | avcodec/libfdk-aacenc: change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7...Michael Niedermayer2014-01-271-2/+2
* | avcodec/libfdk_aacenc: enable 7.1 channel encodingJean First2014-01-261-0/+12
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '95d52464542f532061290192518d5fe1c1930e8d'Michael Niedermayer2013-06-241-0/+1
|\ \ | |/
| * lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-241-0/+1
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-10/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-10/+0
| * libfdk-aacenc: Actually check for upper bounds of cutoffDerek Buitenhuis2013-02-111-1/+1
| * lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | libfdk-aacenc: Actually check for upper bounds of cutoffDerek Buitenhuis2013-02-111-1/+1
* | libfdk-aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-3/+3
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-261-2/+7
|\ \ | |/
OpenPOWER on IntegriCloud