summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerService.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-1/+1
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+14
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-3/+5
* - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-3/+5
* This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491Andreas Huber2011-04-041-1/+8
* Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-1/+2
* Add memory leak tracking/debugging code to drm serverJames Dong2011-03-141-136/+2
* - To track the usage of all audio output devicesGloria Wang2011-03-021-2/+110
* Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-0/+9
* - Add method in MediaPlayerService to collect and pullGloria Wang2011-02-221-0/+92
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-161-11/+7
* Use NuPlayer for HTTP live streaming playback by default.Andreas Huber2011-01-061-2/+2
* Squashed commit of the following:Andreas Huber2010-12-231-0/+15
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-1/+6
* Support streaming data across binder boundaries.Andreas Huber2010-11-231-0/+44
* Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-8/+0
* Remove legacy PV stuffJames Dong2010-11-151-30/+3
* Squashed commit of the following:Andreas Huber2010-10-291-14/+0
* am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" in...Eric Laurent2010-10-101-0/+10
|\
| * Added getter for session Id to AudioSinkEric Laurent2010-10-071-0/+10
* | am 7dff9dfd: am 269dea1c: Merge "Fix media.player dumpsys to output open/mapp...Dave Sparks2010-09-281-2/+4
|\ \ | |/
| * Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669.Dave Sparks2010-09-271-2/+4
* | am 9aa05ec2: am 681c5ff2: Merge "Reverse the default setting of media.stagefr...Andreas Huber2010-08-301-2/+2
|\ \ | |/
| * Reverse the default setting of media.stagefright.enable-{rtsp,record} in prep...Andreas Huber2010-08-301-2/+2
* | Squashed commit of the following:Andreas Huber2010-08-231-1/+9
|/
* 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