summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* Merge "Properly implement asynchronous preparation of media playback."Andreas Huber2010-02-081-21/+2
|\
| * Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-081-21/+2
* | Use Tremor for sim-eng, and Tremolo for other targets.Gloria Wang2010-02-081-1/+9
|/
* Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor l...Gloria Wang2010-02-051-1/+1
* Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-041-1/+1
* Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary.Mathias Agopian2010-01-292-17/+8
* Simplify the MemoryDealer implementationMathias Agopian2010-01-291-2/+2
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-2/+2
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-2812-22/+46
* Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-262-0/+15
* Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-262-6/+107
* Special-case .wmv and .wma metadata retrieval and playback to use PV if avail...Andreas Huber2010-01-211-0/+13
* b/2353646Marco Nelissen2010-01-122-69/+59
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-083-251/+0
* Use stagefright for http streaming if the right property is set.Andreas Huber2010-01-051-3/+7
* Make metadata support through stagefright property dependent until it's ready.Andreas Huber2010-01-041-7/+11
* Disable HTTP playback and metadata support in stagefright, use PV instead.Andreas Huber2009-12-172-6/+17
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-141-1/+2
* 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
* | Refactor MediaScanner. Some steps on the way towards being able to build the ...Andreas Huber2009-12-032-2/+18
* | Remove old hack A/V sync hack that is no longer needed.Dave Sparks2009-12-032-4/+1
* | am 8424ec32: Merge change I0f9a53d4 into eclairDave Sparks2009-11-232-24/+0
|\ \ | |/
| * Set metadata retriever thread group to the caller's group.Dave Sparks2009-11-232-24/+0
* | Squashed commit of the following:Andreas Huber2009-11-233-83/+40
* | Squashed commit of the following:Andreas Huber2009-11-165-5/+336
* | am cfe45c77: Merge change I96c4d4b3 into eclairAndreas Huber2009-11-101-1/+3
|\ \ | |/
| * Fix for random audio output failures, properly dup() the file descriptor in I...Andreas Huber2009-11-101-1/+3
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-054-4/+23
* | am 1d9246e8: Merge change Id095e180 into eclairMarco Nelissen2009-11-021-0/+1
|\ \ | |/
| * Make sure the visualization stops immediately when sound stops, instead of co...Marco Nelissen2009-11-021-0/+1
* | am 3a814141: Merge change Iee0486e2 into eclairGloria Wang2009-10-294-3/+33
|\ \ | |/
| * Dump media recorder PID in dumpsys media.player, and fix minor bugs.Gloria Wang2009-10-294-3/+33
* | Merge change Ic5e3d73f into eclair-mr2Android (Google) Code Review2009-10-291-1/+1
|\ \
| * | LOG_ASSERT needs a message.Patrick Scott2009-10-291-1/+1
* | | am e8543418: Merge change I7c0d20a7 into eclairDave Sparks2009-10-282-0/+37
|\ \ \ | |/ / |/| / | |/
| * Run the metadataretriever at background priority. Bug 2187133.Dave Sparks2009-10-262-0/+37
* | Use a simple replacement for String8 that allocates its storage beforehand to...Andreas Huber2009-10-271-1/+34
* | New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-20/+1
* | Make stagefright a little less verbose. Fix heap corruption for real.Andreas Huber2009-10-231-6/+6
* | Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-231-1/+2
* | Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-221-1/+11
* | Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in...Andreas Huber2009-10-211-2/+10
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-163-4/+11
* | OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-131-1/+4
* | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-084-3/+258
|/
* Music visualizer support hack.Marco Nelissen2009-10-062-1/+141
* Remove audio latency fudge factor 96 msec.Jianhong Jiang2009-09-291-1/+1
* Fix some metadata retriever issues:James Dong2009-09-292-24/+27
* Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-0/+1