summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | | 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
| |\ \
| * | | [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-292-0/+10
| * | | Add support for HLS playlists of type 'event'.Andreas Huber2012-11-2713-15/+122
| * | | Fix some missing checks against missing codecsJames Dong2012-10-111-14/+14
| * | | Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.Andreas Huber2012-09-272-0/+15
| * | | Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-212-29/+0
| * | | HDCP module binderizedAndreas Huber2012-09-195-2/+26
| * | | Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-141-1/+2
| * | | Various improvements to the wifi display implementation.Andreas Huber2012-09-121-0/+1
| * | | 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
| * | | Merge "Update remote display API." into jb-mr1-devJeff Brown2012-09-063-4/+4
| |\ \ \
| | * | | Update remote display API.Jeff Brown2012-09-053-4/+4
| * | | | Merge "To support .mxmf which is specified in Android CDD." into jb-mr1-devMarco Nelissen2012-09-051-0/+1
| |\ \ \ \
| | * | | | To support .mxmf which is specified in Android CDD.Dongwon Kang2012-09-051-0/+1
| * | | | | Merge "Fragmented mp4 extractor" into jb-mr1-devMarco Nelissen2012-09-051-0/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fragmented mp4 extractorMarco Nelissen2012-09-051-0/+4
| * | | | | Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-053-30/+17
| * | | | | Implement remote display service stubs.Jeff Brown2012-09-052-0/+13
| |/ / / /
| * | | | Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
| * | | | Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
| * | | | Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-devAndreas Huber2012-09-041-2/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-311-2/+20
| * | | | Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-devMarco Nelissen2012-08-317-2429/+5
| |\ \ \ \
| | * | | | Move fragmented mp4 parser to libstagefrightMarco Nelissen2012-08-317-2429/+5
| | |/ / /
| * | | | Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-312-5/+75
| |/ / /
| * | | Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-304-10/+14
| * | | Merge "Initial checkin of support for acting as a wifi display source" into j...Andreas Huber2012-08-295-31/+169
| |\ \ \
| | * | | Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-295-31/+169
| * | | | Preliminary support for HDCP as a binder service for wifi display support.Andreas Huber2012-08-292-0/+149
| |/ / /
* | | | 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 race condition of MediaPlayerServce::Client::mClientbeanz2012-11-051-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