summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
Commit message (Expand)AuthorAgeFilesLines
* Fix simulator buildJames Dong2010-07-132-0/+4
* Initial checkin for software AVC encoderJames Dong2010-07-1323-0/+17812
* Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-081-45/+61
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-293-7/+24
* Fixed the software AAC encoderJames Dong2010-06-231-28/+52
* Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-27/+30
* Audio/video sync during recording (second part)James Dong2010-06-213-3/+3
* Initial checkin for pause and resume controlJames Dong2010-06-111-4/+7
* Squashed commit of the following:Andreas Huber2010-05-243-0/+250
* Update software AVC decoder to no longer require the kWantsNALFragments hack.Andreas Huber2010-05-201-59/+88
* am 3c16154a: am 2723e092: Merge "Better handling of codec initialization fail...Andreas Huber2010-05-201-2/+9
|\
| * Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-2/+9
* | Initial software encoder checkinsJames Dong2010-05-19209-17/+44004
|/
* Return a runtime error instead of asserting if the AACDecoder is passed an un...Andreas Huber2010-05-131-2/+4
* Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-111-8/+10
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-073-0/+263
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-052-4/+0
* Ignore corrupt aac audio frames and substitute silence.Andreas Huber2010-04-121-12/+19
* Update AMR codec.Dave Sparks2010-04-011-1/+1
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-305-0/+10
* Report a runtime error rather than asserting if the amr software decoder read...Andreas Huber2010-03-181-1/+9
* Either the software mp3 decoder's CRC computation is wrong (and PV never enab...Andreas Huber2010-03-181-1/+1
* 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
|/