summaryrefslogtreecommitdiff
path: root/media/libstagefright/codecs/aacdec
AgeCommit message (Expand)Author
2012-10-19AAC DRC reference level for mobile is -16dBJean-Michel Trivi
2012-10-02Bug 7170947 Configure AAC decoder for mobile DRC settingsJean-Michel Trivi
2012-09-09Fix buffer size issue for multichannel HE-AACJean-Michel Trivi
2012-08-13Fix AAC DRC metadata being ignoredJean-Michel Trivi
2012-08-07Merge "Remove the no longer used PV software aac decoder." into jb-mr1-devAndreas Huber
2012-08-07Remove the no longer used PV software aac decoder.Andreas Huber
2012-08-07Only emit padding at the end of the stream in the aac and mp3 decodersAndreas Huber
2012-06-20Revert input buffer count for the SoftAAC* decoders back to 4.Andreas Huber
2012-06-13Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong
2012-06-12Update make fileDave Burke
2012-05-30Only send port settings changed if the number of channels and sample rate are...James Dong
2012-05-29Precautionary logging to identify a potential infinite loop.Dave Burke
2012-05-25Property to enable AAC 5.1 pass-through.Dave Burke
2012-05-21Revert "Revert to PV for AAC codec for FactoryROM."Dave Burke
2012-05-21Revert to PV for AAC codec for FactoryROM.Dave Burke
2012-05-21Add more verbose ADTS error logging to SoftAAC.Andreas Huber
2012-05-18Instead of asserting on malformed ADTS headers or insufficient data,Andreas Huber
2012-05-18Don't reconfigure stream after outputing data.Dave Burke
2012-05-17Robustness - use defaults if we see bogus sample rate / channels from decoder.Dave Burke
2012-05-17Handle stream changes at any point in the stream.Dave Burke
2012-05-17Clear the decoder input buffer after it signalled an error to be able to cont...Andreas Huber
2012-05-17Add informational logging to track 0 channel issue.Dave Burke
2012-05-15Add logging for invalid channel count or sample rate.Dave Burke
2012-05-12Remove ASC workaround (now fixed in Franhofer library).Dave Burke
2012-05-11Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber
2012-05-10Make decoder more robust to inaccurate ASCs.Dave Burke
2012-04-30Added support for HE-AAC recordingDave Burke
2012-04-26Account for new AAC decoder's delayMarco Nelissen
2012-04-25Handle reconfiguration properly.Dave Burke
2012-04-20Make sure we restore our input buffer to its original state if we want to rev...Andreas Huber
2012-04-19Revert "Temporary revert of new AAC codec to fix build"Dave Burke
2012-04-19Temporary revert of new AAC codec to fix buildDave Burke
2012-04-17Make AAC 5.1 workDave Burke
2012-04-02Add support for a new AAC decoder library.Dave Burke
2012-03-28AV Android make files changesJames Dong
2012-03-26Provisional support for secure decryption of media streams.Andreas Huber
2012-03-12Switched to use the header files in /frameworks/nativeJames Dong
2012-01-30Make sure our aac decoder handles this parameter.Andreas Huber
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-23We were accidentally sending out an output buffer before the final port setti...Andreas Huber
2011-08-12Fix the software AAC decoder's AAC+ detection to ignore malformed framesAndreas Huber
2011-07-13Remove old-style software decoders.Andreas Huber
2011-06-20Restore legacy soft-aac decoder behaviour. Substitute silence on decode error.Andreas Huber
2011-05-16Fix module tags on stagefright software decoders.Andreas Huber
2011-05-11Squashed commit of the following:Andreas Huber
2011-05-04Signal an error if aac decoding fails early.Andreas Huber
2011-03-14Fix PV AAC decoder crash due to out-of-boundary array access.James Dong
2010-12-15Proper recovery of timestamp information in the transport stream parser.Andreas Huber