summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* Output more detailed error message if loading library failsleozwang@google.com2013-07-173-1/+9
* am 9f0e0597: am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in R...Jean-Baptiste Queru2013-07-081-0/+4
|\
| * am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in RTSPSource"Jean-Baptiste Queru2013-07-081-0/+4
| |\
| | * am ca7f1609: Merge "Prevent double disconnects in RTSPSource"Jean-Baptiste Queru2013-07-081-0/+4
| | |\
| | | * Prevent double disconnects in RTSPSourceFredrik Rosin2013-07-011-0/+4
* | | | am 9a25c012: am eced745a: Merge "Part of fix for TEE resource leaks when app ...Jeff Tinker2013-07-072-1/+19
|\ \ \ \ | |/ / /
| * | | am eced745a: Merge "Part of fix for TEE resource leaks when app crashes" into...Jeff Tinker2013-07-072-1/+19
| |\ \ \ | | |/ / | |/| |
| | * | Part of fix for TEE resource leaks when app crashesJeff Tinker2013-07-032-1/+19
* | | | Include what is neededGlenn Kasten2013-07-021-3/+0
* | | | 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
* | | | Public API changes for audio offload support.Richard Fitzgerald2013-06-272-6/+12
* | | | Use sp<AudioTrack> instead of raw AudioTrack *Glenn Kasten2013-06-032-25/+18
* | | | am f9bb8358: am b7319a7e: Update HTTP proxy configuration for all media playb...Andreas Huber2013-06-032-0/+9
|\ \ \ \ | |/ / /
| * | | am b7319a7e: Update HTTP proxy configuration for all media playback inside st...Andreas Huber2013-06-032-0/+9
| |\ \ \ | | | |/ | | |/|
| | * | Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-312-0/+9
| * | | am dd309b97: Merge "Handle the case where an asynchronous prepare was initiat...Andreas Huber2013-04-252-0/+23
| |\ \ \ | | |/ /
| | * | Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-252-0/+23
| * | | 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 typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
| * | | | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
| * | | | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-111-3/+3
| * | | | Add liblogYing Wang2013-04-091-0/+1
| * | | | Merge "Implement async event callout from drm plugin to Java app" into jb-mr2...Jeff Tinker2013-04-052-2/+52
| |\ \ \ \
| | * | | | Implement async event callout from drm plugin to Java appJeff Tinker2013-04-032-2/+52
| * | | | | Merge "MediaDrm API update" into jb-mr2-devJeff Tinker2013-04-022-25/+176
| |\ \ \ \ \ | | |/ / / /
| | * | | | MediaDrm API updateJeff Tinker2013-04-012-25/+176
| * | | | | Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-012-10/+12
| * | | | | Fix valgrind error.Marco Nelissen2013-03-271-1/+2
| |/ / / /
| * | | | Load crypto plugins from additional shared librariesJeff Tinker2013-03-222-38/+138
| * | | | Merge "Implementing MediaDrm APIs" into jb-mr2-devJeff Tinker2013-03-207-0/+619
| |\ \ \ \
| | * | | | Implementing MediaDrm APIsJeff Tinker2013-03-137-0/+619
| * | | | | Merge "remove uses of Surface in favor or IGraphicBufferProducer" into jb-mr2...Mathias Agopian2013-03-134-5/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-124-5/+5
| * | | | | Squashed commit of the following:Andreas Huber2013-03-127-7/+42
| |/ / / /
| * | | | CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-254-3/+26
| * | | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-152-3/+3
| * | | | Enable pause/resume for RTSP streamingRoger Jönsson2013-02-064-0/+25
| * | | | RTSP buffering improvementsRoger Jönsson2013-02-065-7/+100
| * | | | HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-062-17/+65
| * | | | RTSP now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-055-14/+52
| * | | | Merge "Support for a "preparation" state that can take care of lengthy"Andreas Huber2013-02-0515-119/+406
| |\ \ \ \
| | * | | | Support for a "preparation" state that can take care of lengthyAndreas Huber2013-02-0515-119/+406
| * | | | | Fix a typo in MediaPlayerFactory that would prevent us fromAndreas Huber2013-02-051-1/+1
| |/ / / /
| * | | | Added HTTP support for SDP files.Oscar Rydhé2013-02-054-7/+84
| * | | | Groundwork to support bidirectional, asynchronous communicationAndreas Huber2013-02-0513-19/+75
| * | | | Plumbing to reflect minor changes in the HDCP module API that allow forAndreas Huber2013-01-304-7/+33
| * | | | Merge "Remove unnecessary parameter"Glenn Kasten2012-12-212-6/+9
| |\ \ \ \