summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
* update offloaded audio track sampling rateEric Laurent2013-12-171-0/+14
* Assign blame for playback wakelocks.Marco Nelissen2013-10-251-7/+12
* soundpool: allocate shared memory heap by clientEric Laurent2013-09-241-22/+27
* Fix hangMarco Nelissen2013-09-161-1/+1
* libmediaplayerservice: offload playback supportRichard Fitzgerald2013-07-261-82/+202
* am 903871da: am 83790fcc: am bdf33c98: Merge "Fix compilation warning: incorr...Glenn Kasten2013-06-281-1/+1
|\
| * am bdf33c98: Merge "Fix compilation warning: incorrect format specifier for t...Glenn Kasten2013-06-281-1/+1
| |\
| | * Fix compilation warning: incorrect format specifier for type 'ssize_t'.Scott Fan2013-06-271-1/+1
| | * Merge "fix a race condition of MediaPlayerServce::Client::mClient"Andreas Huber2013-04-241-1/+1
| | |\
| | * | Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-211-25/+0
| | * | HDCP module binderizedAndreas Huber2012-09-191-0/+5
| | * | Add a permission for controlling wifi display.Jeff Brown2012-09-071-0/+9
| | * | Add a small hook to support gapless in AAH.John Grossman2012-09-061-5/+12
| | * | Update remote display API.Jeff Brown2012-09-051-2/+2
| | * | Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-051-12/+3
| | * | Implement remote display service stubs.Jeff Brown2012-09-051-0/+8
| | * | Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-301-4/+10
| | * | Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+23
* | | | Public API changes for audio offload support.Richard Fitzgerald2013-06-271-4/+8
* | | | Use sp<AudioTrack> instead of raw AudioTrack *Glenn Kasten2013-06-031-22/+15
|/ / /
* | | am b7319a7e: Update HTTP proxy configuration for all media playback inside st...Andreas Huber2013-06-031-0/+6
|\ \ \
| * | | Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-311-0/+6
* | | | am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient"Andreas Huber2013-04-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge "fix a race condition of MediaPlayerServce::Client::mClient"Andreas Huber2013-04-241-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix a race condition of MediaPlayerServce::Client::mClientbeanz2012-11-051-1/+1
* | | | Implementing MediaDrm APIsJeff Tinker2013-03-131-0/+5
* | | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-2/+2
* | | | Plumbing to reflect minor changes in the HDCP module API that allow forAndreas Huber2013-01-301-2/+2
* | | | Merge "Remove unnecessary parameter"Glenn Kasten2012-12-211-3/+6
|\ \ \ \
| * | | | Remove unnecessary parameterGlenn Kasten2012-12-181-3/+6
* | | | | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-8/+8
|/ / / /
* | | | Use size_t for frame countsGlenn Kasten2012-11-151-1/+1
* | | | Use uint32_t for sample rateGlenn Kasten2012-11-141-1/+1
|/ / /
* | | Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-211-25/+0
* | | HDCP module binderizedAndreas Huber2012-09-191-0/+5
* | | Add a permission for controlling wifi display.Jeff Brown2012-09-071-0/+9
* | | Add a small hook to support gapless in AAH.John Grossman2012-09-061-5/+12
* | | Update remote display API.Jeff Brown2012-09-051-2/+2
* | | Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-051-12/+3
* | | Implement remote display service stubs.Jeff Brown2012-09-051-0/+8
* | | Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-301-4/+10
* | | Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+23
| |/ |/|
* | Fixed a potential/rare race condtion in MediaPlayerService::Client::notify() ...James Dong2012-08-261-2/+10
* | Add a missing NULL check.John Grossman2012-08-231-1/+2
* | Add the ability to dynamicaly register MediaPlayer types.John Grossman2012-08-131-204/+37
|/
* Fix gapless for deep buffersMarco Nelissen2012-06-111-0/+1
* Fix gapless playbackMarco Nelissen2012-06-111-38/+47
* Use new sd card mount point for dumpsysMarco Nelissen2012-05-071-2/+2
* Add support for deep audio buffersEric Laurent2012-04-201-6/+13