summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacdec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Proper recovery of timestamp information in the transport stream parser.Andreas Huber2010-12-151-3/+3
* Emit better (correct) timestamps that respect AAC upsampling.Andreas Huber2010-12-141-1/+1
* libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-091-0/+2
* Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...Andreas Huber2010-09-281-0/+4
* Another attempt for fixing AAC+/eAAC+ related issueJames Dong2010-09-201-12/+57
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled.James Dong2010-07-191-9/+13
* Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-081-45/+61
* Return a runtime error instead of asserting if the AACDecoder is passed an un...Andreas Huber2010-05-131-2/+4
* Ignore corrupt aac audio frames and substitute silence.Andreas Huber2010-04-121-12/+19
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-301-0/+2
* Instead of asserting that nothing bad happened during (software-)AAC decoding...Andreas Huber2010-03-171-1/+10
* The PV aac software decoder screws up if playing a mono-AACplus stream unless...Andreas Huber2010-02-261-6/+8
* Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-051-1/+2
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-3/+5
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-101-4/+0
* Adding copyright headers to recently introduced decoder source files.Andreas Huber2009-12-101-0/+16
* Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...Andreas Huber2009-12-071-7/+12
* Initial check in of stagefright software AAC decoder based on PV source code.Andreas Huber2009-12-07338-0/+81876