summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacdec/SoftAAC2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of A/V changes from CodeAuroraKrishnankutty Kolathappilly2013-06-181-1/+8
* AAC DRC reference level for mobile is -16dBJean-Michel Trivi2012-10-191-1/+1
* Bug 7170947 Configure AAC decoder for mobile DRC settingsJean-Michel Trivi2012-10-021-5/+37
* Fix buffer size issue for multichannel HE-AACJean-Michel Trivi2012-09-091-1/+2
* Fix AAC DRC metadata being ignoredJean-Michel Trivi2012-08-131-0/+5
* Only emit padding at the end of the stream in the aac and mp3 decodersAndreas Huber2012-08-071-16/+36
* Only send port settings changed if the number of channels and sample rate are...James Dong2012-05-301-6/+12
* Precautionary logging to identify a potential infinite loop.Dave Burke2012-05-291-0/+3
* Property to enable AAC 5.1 pass-through.Dave Burke2012-05-251-2/+16
* Add more verbose ADTS error logging to SoftAAC.Andreas Huber2012-05-211-8/+8
* Instead of asserting on malformed ADTS headers or insufficient data,Andreas Huber2012-05-181-18/+43
* Don't reconfigure stream after outputing data.Dave Burke2012-05-181-17/+40
* Robustness - use defaults if we see bogus sample rate / channels from decoder.Dave Burke2012-05-171-5/+6
* Handle stream changes at any point in the stream.Dave Burke2012-05-171-33/+15
* Clear the decoder input buffer after it signalled an error to be able to cont...Andreas Huber2012-05-171-1/+3
* Add informational logging to track 0 channel issue.Dave Burke2012-05-171-3/+3
* Add logging for invalid channel count or sample rate.Dave Burke2012-05-151-0/+3
* Remove ASC workaround (now fixed in Franhofer library).Dave Burke2012-05-121-9/+0
* Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber2012-05-111-2/+2
* Make decoder more robust to inaccurate ASCs.Dave Burke2012-05-101-0/+9
* Added support for HE-AAC recordingDave Burke2012-04-301-20/+30
* Account for new AAC decoder's delayMarco Nelissen2012-04-261-1/+18
* Handle reconfiguration properly.Dave Burke2012-04-251-1/+1
* Make sure we restore our input buffer to its original state if we want to rev...Andreas Huber2012-04-201-5/+14
* Make AAC 5.1 workDave Burke2012-04-171-29/+13
* Add support for a new AAC decoder library.Dave Burke2012-04-021-0/+492