summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Andreas Huber2010-01-1215-63/+1178
* Merge "The mp3 decoder should not assert that decoding was successful but ret...Andreas Huber2010-01-111-1/+6
|\
| * The mp3 decoder should not assert that decoding was successful but return an ...Andreas Huber2010-01-111-1/+6
* | Fix an uninitialized read detected by valgrind. The array to be copied is sta...Andreas Huber2010-01-111-1/+1
|/
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-084-0/+332
* Quick and dirty implementation to follow http redirects in stagefright.Andreas Huber2010-01-052-11/+112
* Merge "Protect against possible temporary objects going away before we get at...Andreas Huber2010-01-053-4/+7
|\
| * Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-053-4/+7
* | I must have broken raw-audio decoding in the recent past, this fixes it.Andreas Huber2010-01-051-4/+15
|/
* Merge "Fix mpeg4/h.263 software decoder."Andreas Huber2010-01-042-17/+62
|\
| * Fix mpeg4/h.263 software decoder.Andreas Huber2010-01-042-17/+62
* | Fix avc software decoder to properly handle SEI nalType and access unit delim...Andreas Huber2010-01-041-2/+8
|/
* Add missing shared libraries in linker commands. Currently these libraries areDoug Kwan2009-12-221-1/+1
* 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-193-10/+13
|\ \ | |/
| * Fix a memory corruption problem in software M4v/H263 decoder due to out-of-sc...James Dong2009-12-183-10/+13
* | am 254e0025: am 791c626a: Merge change Ibac388a3 into eclair-mr2Gloria Wang2009-12-182-11/+184
|\ \ | |/
| * Merge change Ibac388a3 into eclair-mr2Android (Google) Code Review2009-12-182-11/+184
| |\
| | * Add support for XING headerGloria Wang2009-12-172-11/+184
* | | am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software dec...James Dong2009-12-1855-0/+21759
|\ \ \ | |/ /
| * | Initial checkins of the mpeg4 and h263 software decoders based on PVJames Dong2009-12-1755-0/+21759
| |/
* | Attempt to fix the simulator build by including stdlib.h for NULL.Andreas Huber2009-12-171-0/+2
|/
* Squashed commit of the following:Andreas Huber2009-12-1710-56/+1009
* Add a new API to support determining the roles of an OMX component specified ...Andreas Huber2009-12-158-134/+95
* Properly integrate the software codecs into the OMXCodec::Create hierarchy of...Andreas Huber2009-12-151-21/+82
* It's important that seek requests are only specified in the initial call to M...Andreas Huber2009-12-141-0/+1
* Merge change I1314e737 into eclair-mr2Android (Google) Code Review2009-12-147-16/+107
|\
| * AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-147-16/+107
* | The software AVCDecoder now properly seeks as requested.Andreas Huber2009-12-142-2/+36
|/
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-11114-3/+39577
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-116-31/+56
* Removing an unused header file and a stale forward declaration. Also handling...Andreas Huber2009-12-113-45/+7
* remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+3
* Fix seek-on-startup behaviour in AwesomePlayer.Andreas Huber2009-12-111-3/+9
* Merge change Ia67d5388 into eclair-mr2Android (Google) Code Review2009-12-111-0/+13
|\
| * remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+13
* | Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1038-18/+16372
|/
* 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-10289-0/+75184
|/
* Make sure to use the hand-tweaked-assembly version of the relevant mp3 code i...Andreas Huber2009-12-081-4/+6
* Merge change Ib16e5543 into eclair-mr2Android (Google) Code Review2009-12-081-9/+10
|\
| * Fix the mp3 audio extractor that would occasionally return an invalid frame d...Andreas Huber2009-12-071-9/+10
* | Merge change I8f658214 into eclair-mr2Android (Google) Code Review2009-12-083-8/+19
|\ \
| * | Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...Andreas Huber2009-12-073-8/+19
| |/
* | Note to self: Don't reverse the arguments to fseek(o)...Andreas Huber2009-12-071-1/+1
|/
* Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-0789-412/+19735
* Fixing the build, only instantiate the software aac decoder in full stagefrig...Andreas Huber2009-12-072-0/+6
* Initial check in of stagefright software AAC decoder based on PV source code.Andreas Huber2009-12-07342-0/+81958