summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Recover from a certain mp3 decoder error instead of signalling an error and t...Andreas Huber2010-02-241-6/+17
* Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-041-4/+0
* The AVC software decoder always aligns the decoded dimensions to 16 pixel bou...Andreas Huber2010-01-291-2/+4
* Make sure the OMX component is synchronously shutdown before we try to instan...Andreas Huber2010-01-291-0/+2
* Make sure to release the buffer we're not using in case of an error.Andreas Huber2010-01-121-0/+3
* Squashed commit of the following:Andreas Huber2010-01-121-1/+1
* The mp3 decoder should not assert that decoding was successful but return an ...Andreas Huber2010-01-111-1/+6
* Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-053-4/+7
* Merge "Fix mpeg4/h.263 software decoder."Andreas Huber2010-01-041-17/+61
|\
| * Fix mpeg4/h.263 software decoder.Andreas Huber2010-01-041-17/+61
* | Fix avc software decoder to properly handle SEI nalType and access unit delim...Andreas Huber2010-01-041-2/+8
|/
* am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header ...James Dong2009-12-192-1/+2
|\
| * Attempt to fix simular build break.James Dong2009-12-192-1/+2
* | am 2473eb4a: am 4e4795c8: Fix a memory corruption problem in software M4v/H26...James Dong2009-12-191-7/+11
|\ \ | |/
| * Fix a memory corruption problem in software M4v/H263 decoder due to out-of-sc...James Dong2009-12-181-7/+11
* | am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software dec...James Dong2009-12-1852-0/+21686
|\ \ | |/
| * Initial checkins of the mpeg4 and h263 software decoders based on PVJames Dong2009-12-1752-0/+21686
* | Attempt to fix the simulator build by including stdlib.h for NULL.Andreas Huber2009-12-171-0/+2
|/
* The software AVCDecoder now properly seeks as requested.Andreas Huber2009-12-141-2/+35
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-11110-0/+39504
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-115-20/+43
* Removing an unused header file and a stale forward declaration. Also handling...Andreas Huber2009-12-112-43/+7
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1035-17/+16277
* Merge change I3c01bb62 into eclair-mr2Android (Google) Code Review2009-12-102-0/+32
|\
| * Adding copyright headers to recently introduced decoder source files.Andreas Huber2009-12-102-0/+32
* | Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-10285-0/+75054
|/
* Make sure to use the hand-tweaked-assembly version of the relevant mp3 code i...Andreas Huber2009-12-081-4/+6
* Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...Andreas Huber2009-12-072-7/+18
* Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-0781-0/+19667
* Initial check in of stagefright software AAC decoder based on PV source code.Andreas Huber2009-12-07339-0/+81884