summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacdec
Commit message (Expand)AuthorAgeFilesLines
...
* Make codecs reconfigurableMarco Nelissen2012-12-182-0/+6
* 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
* Merge "Remove the no longer used PV software aac decoder." into jb-mr1-devAndreas Huber2012-08-07339-82369/+19
|\
| * Remove the no longer used PV software aac decoder.Andreas Huber2012-08-07339-82369/+19
* | Only emit padding at the end of the stream in the aac and mp3 decodersAndreas Huber2012-08-071-16/+36
|/
* Revert input buffer count for the SoftAAC* decoders back to 4.Andreas Huber2012-06-202-2/+2
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Update make fileDave Burke2012-06-121-2/+1
* 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-253-3/+18
* Revert "Revert to PV for AAC codec for FactoryROM."Dave Burke2012-05-211-2/+2
* Revert to PV for AAC codec for FactoryROM.Dave Burke2012-05-211-2/+2
* Add more verbose ADTS error logging to SoftAAC.Andreas Huber2012-05-212-20/+46
* 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-172-34/+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-114-6/+8
* 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-262-1/+19
* 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-202-10/+26
* Revert "Temporary revert of new AAC codec to fix build"Dave Burke2012-04-191-1/+1
* Temporary revert of new AAC codec to fix buildDave Burke2012-04-191-1/+1
* Make AAC 5.1 workDave Burke2012-04-173-32/+18
* Add support for a new AAC decoder library.Dave Burke2012-04-023-172/+770
* AV Android make files changesJames Dong2012-03-281-2/+2
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-262-3/+47
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Make sure our aac decoder handles this parameter.Andreas Huber2012-01-301-0/+12
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* We were accidentally sending out an output buffer before the final port setti...Andreas Huber2011-08-231-19/+25
* Fix the software AAC decoder's AAC+ detection to ignore malformed framesAndreas Huber2011-08-121-2/+4
* Remove old-style software decoders.Andreas Huber2011-07-132-336/+0
* Restore legacy soft-aac decoder behaviour. Substitute silence on decode error.Andreas Huber2011-06-201-0/+8
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-2/+552
* Signal an error if aac decoding fails early.Andreas Huber2011-05-041-0/+17
* Fix PV AAC decoder crash due to out-of-boundary array access.James Dong2011-03-141-7/+25