aboutsummaryrefslogtreecommitdiffstats
path: root/libAACenc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/main'Martin Storsjo2023-10-061-1/+1
|\
| * Merge "Correct comment spelling error." am: 0f065e796b am: 18cb3fccf6 am: a6a...Jean-Michel Trivi2023-04-041-1/+1
| |\
| | * Correct comment spelling error.wujianxing12023-04-031-1/+1
| * | Update the version numbers in the public installed headersMartin Storsjo2022-12-091-3/+3
| * | Include the encoder library version in the publicly installed headerMartin Storsjo2022-12-011-0/+4
| |/
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2022-01-102-11/+17
|\|
| * Add parameter pointer check to aacEncInfo() encoder API function.Fraunhofer IIS FDK2021-05-072-3/+8
| * Fix input buffer flushing for PS encoder.Fraunhofer IIS FDK2021-01-141-5/+6
| * Fix wrong input buffer feed for PS encoder at less input samples than framesize.Fraunhofer IIS FDK2021-01-141-2/+2
| * Merge changes Ib8b6973e,I19874768TreeHugger Robot2020-12-281-2/+2
| |\
| | * Check number of core channels and SAC decoder input channels to avoid a chann...Fraunhofer IIS FDK2020-12-281-2/+2
| * | Adjust VBR mode depending on given peak bitrate and fix crash recovery usage.Fraunhofer IIS FDK2020-12-234-36/+83
| |/
* | Fixed a typo in the documentationChristian Budde2021-03-011-1/+1
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2021-01-144-36/+83
|\ \
| * | Adjust VBR mode depending on given peak bitrate and fix crash recovery usage.Fraunhofer IIS FDK2021-01-084-36/+83
| |/
* | Update the version numbers in the public installed headersMartin Storsjo2020-11-171-1/+1
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2020-11-178-90/+84
|\|
| * Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731fKris Alder2020-04-091-1/+1
| |\
| | * Stop using __DATE__/__TIME__ on all buildsAnuj Joshi2020-03-271-1/+1
| * | Enhance encoder audio quality for vbr (FDKenc v4.0.1).Fraunhofer IIS FDK2020-02-135-48/+36
| * | Improve encoder audio quality for low bitreservoir configuration.Fraunhofer IIS FDK2020-02-131-4/+7
| * | Fix SBR encoder element mapping for channel configurations with more than one...Fraunhofer IIS FDK2020-02-131-1/+27
| * | Ensure that QC_OUT_CHANNEL struct in encoder always uses aligned memoryFraunhofer IIS FDK2020-02-132-4/+4
| * | Revise and straighten out pointless description from encoder documentationFraunhofer IIS FDK2020-02-131-32/+9
| |/
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2019-10-083-15/+24
|\|
| * Integer overflow fix in FDKaacEnc_initAvoidHoleFlag()Fraunhofer IIS FDK2019-05-161-7/+5
| * Fix integer overflow in FDKaacEnc_IntensityStereoProcessing().Fraunhofer IIS FDK2019-05-151-6/+13
| * Fetch multiple samples of input channels from encoder input buffer.Fraunhofer IIS FDK2019-05-141-1/+5
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2019-01-212-4/+11
|\|
| * Add AOT specific number of qmf bands sanity check in SpatialSpecificConfig()Fraunhofer IIS FDK2019-01-031-1/+2
| * Add FDK_FALLTHROUGH macro to prevent implicit-fallthrough compiler warningsFraunhofer IIS FDK2018-12-272-0/+5
| * Encoder returned an error while explicit flushingFraunhofer IIS FDK2018-12-261-3/+4
* | Saturate additions in FDKaacEnc_IntensityStereoProcessingMartin Storsjo2018-11-051-2/+2
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2018-09-0273-21120/+25133
|\|
| * Upgrade to FDKv2Fraunhofer IIS FDK2018-04-1973-21100/+25123
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2018-03-061-1/+1
|\|
| * Merge "Fix not properly handled NULL-pointer access before check in aac lib" ...liuchao2017-02-231-6/+4
| |\
| * | Fix build warningGlenn Kasten2016-08-231-1/+1
* | | Fix an assertion failure when encoding a particular input at specific bitratesMartin Storsjo2017-12-201-0/+1
* | | Fix an assertion failure (avoid division by zero) when encoding a particular ...Martin Storsjo2017-10-301-0/+3
* | | Enhance TNS tuning for 8 kHz audio sampling rateMartin Storsjo2017-08-181-1/+1
* | | Merge remote-tracking branch 'aosp/master'Martin Storsjo2017-03-141-6/+4
|\ \ \ | | |/ | |/|
| * | Fix not properly handled NULL-pointer access before check in aac libliuchao2017-02-231-6/+4
| |/
* | Bump the library versions in the headersMartin Storsjo2016-08-251-1/+1
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2016-08-2525-513/+499
|\|
| * Merge "Left shift of negative int is undefined" am: 6ae5480Glenn Kasten2016-04-201-25/+25
| |\
| * \ resolve merge conflicts of ad1e898 to nyc-dev-plus-aospGlenn Kasten2016-04-201-1/+1
| |\ \
| * | | AAC/SBR encoder improvementsJean-Michel Trivi2016-04-0817-168/+281
| * | | SBR/AAC encoder updates, code clean upJean-Michel Trivi2016-04-049-89/+168
| * | | Remove compiler warnings, revised ARM QMF encoderJean-Michel Trivi2016-04-049-254/+52