summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-088-88/+83
* 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
* | Merge "I must have broken raw-audio decoding in the recent past, this fixes it."Andreas Huber2010-01-051-4/+15
|\ \
| * | I must have broken raw-audio decoding in the recent past, this fixes it.Andreas Huber2010-01-051-4/+15
| |/
* | Use stagefright for http streaming if the right property is set.Andreas Huber2010-01-051-3/+7
|/
* Merge "Make metadata support through stagefright property dependent until it'...Andreas Huber2010-01-041-7/+11
|\
| * Make metadata support through stagefright property dependent until it's ready.Andreas Huber2010-01-041-7/+11
* | 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
* | Merge change I2278137eAndroid (Google) Code Review2009-12-172-6/+17
|\ \ | |/ |/|
| * Disable HTTP playback and metadata support in stagefright, use PV instead.Andreas Huber2009-12-172-6/+17
* | Squashed commit of the following:Andreas Huber2009-12-1711-62/+1027
|/
* 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-148-17/+109
|\
| * AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-148-17/+109
* | 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
* | Merge change I595c2d60 into eclair-mr2Android (Google) Code Review2009-12-1138-18/+16372
|\ \
| * | Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1038-18/+16372
| |/
* | am 14f89404: Fix media player decode function. Bug 2317821.Dave Sparks2009-12-101-7/+17
|\ \ | |/ |/|
| * Fix media player decode function. Bug 2317821.Dave Sparks2009-12-091-7/+17
* | 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
|\ \ \