summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669.Dave Sparks2010-09-271-2/+4
* Reverse the default setting of media.stagefright.enable-{rtsp,record} in prep...Andreas Huber2010-08-301-2/+2
* Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-1/+46
* Add runtime dumpsys support for media recorder clientJames Dong2010-07-081-5/+11
* Added Visualizer effect.Eric Laurent2010-07-071-121/+0
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-58/+3
* Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-221-15/+27
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-2/+7
* am 1d628c5d: merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
|\
| * merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
| |\
| | * Accept media files by file extension in case insensitive manner.Atsushi Eno2010-03-191-1/+1
* | | am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefrig...Andreas Huber2010-05-041-7/+35
|\ \ \ | |/ /
| * | Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-041-7/+35
* | | am 6852b198: am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into...James Dong2010-04-141-0/+5
|\ \ \ | |/ /
| * | Use PV_PLAYER to handle RTSP streamingJames Dong2010-04-141-0/+5
* | | Remove legacy NO_OPENCORE code bypass from MediaPlayerService.Andreas Huber2010-04-091-4/+0
|/ /
* | Fix build. I screwed up a merge.Dave Sparks2010-03-021-1/+1
* | Add locking to signal in AudioCache::notify(). Bug 2317844.Dave Sparks2010-03-021-1/+2
* | Add some space and total memory amount to the memory dump from the media serv...James Dong2010-02-251-1/+3
* | Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-181-0/+2
* | New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-121-0/+14
* | Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-5/+85
* | API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-4/+7
* | Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-261-0/+13
* | Special-case .wmv and .wma metadata retrieval and playback to use PV if avail...Andreas Huber2010-01-211-0/+13
* | b/2353646Marco Nelissen2010-01-121-69/+58
* | Use stagefright for http streaming if the right property is set.Andreas Huber2010-01-051-3/+7
* | Disable HTTP playback and metadata support in stagefright, use PV instead.Andreas Huber2009-12-171-0/+6
* | 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
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-051-2/+8
* | Remove old hack A/V sync hack that is no longer needed.Dave Sparks2009-12-031-2/+1
* | 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-291-1/+18
|\ \ | |/
| * Dump media recorder PID in dumpsys media.player, and fix minor bugs.Gloria Wang2009-10-291-1/+18
* | Use a simple replacement for String8 that allocates its storage beforehand to...Andreas Huber2009-10-271-1/+34
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-2/+8
|/
* Music visualizer support hack.Marco Nelissen2009-10-061-1/+138
* Remove audio latency fudge factor 96 msec.Jianhong Jiang2009-09-291-1/+1
* Only build the "full" stagefright (including MediaExtractors and MediaPlayer)...Andreas Huber2009-09-111-0/+4
* Add basic metadata retrieval support for midi, ogg, etc.James Dong2009-09-081-2/+2
* Build the stagefright library by default.Andreas Huber2009-08-071-38/+12
* Squashed commit of the following:Andreas Huber2009-07-281-0/+2
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-3/+13
* Added native metadata support.niko2009-07-221-31/+22
* Added method to get metadata out of the player.niko2009-07-171-6/+31
* New test player stub to load mock native players.Nicolas Catania2009-07-161-2/+18
* Squashed commit of the following:Andreas Huber2009-07-161-5/+83
* Implemented the tracking of the metadata updates.Nicolas Catania2009-07-101-75/+68