summaryrefslogtreecommitdiffstats
path: root/media/libmedia/mediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add MediaPlayer::getAudioStreamType.John Spurlock2014-03-191-0/+8
* Track pid for each sessionMarco Nelissen2014-02-111-4/+4
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-11/+0
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-5/+11
* Fix compile warning / incomplete initializationGlenn Kasten2013-12-191-1/+1
* soundpool: allocate shared memory heap by clientEric Laurent2013-09-241-8/+16
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-0/+3
* Reject unprepared MediaPlayersMarco Nelissen2013-08-051-0/+7
* am d5018116: Merge "Fix typo."Glenn Kasten2013-06-141-1/+1
|\
| * Fix typo.Masaki Muranaka2013-06-061-1/+1
| * Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-12/+24
* | Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-311-0/+11
* | Don't purge effects we're about to start usingMarco Nelissen2013-05-101-1/+1
* | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-111-0/+7
* | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
* | Merge "Remove unnecessary parameter"Glenn Kasten2012-12-211-3/+3
|\ \
| * | Remove unnecessary parameterGlenn Kasten2012-12-181-3/+3
* | | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-2/+2
|/ /
* | Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-12/+24
|/
* Merge "Gapless playback, step 1."Marco Nelissen2012-03-131-0/+7
|\
| * Gapless playback, step 1.Marco Nelissen2012-03-131-0/+7
* | Whitespace and indentationGlenn Kasten2012-03-131-7/+7
|/
* Switch the way we configure for MediaPlayer retransmission.John Grossman2012-03-011-3/+50
* fix libgui header locationMathias Agopian2012-02-271-2/+0
* Update commentsGlenn Kasten2012-02-141-1/+1
* Fix incorrect includes of AudioTrack.hGlenn Kasten2012-01-181-1/+1
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-1/+1
* Merge "Use audio_format_t consistently"Glenn Kasten2012-01-121-2/+2
|\
| * Use audio_format_t consistentlyGlenn Kasten2012-01-051-2/+2
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-18/+18
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
|/
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-8/+0
|\
| * Remove surface legacy APIs and code.Andreas Huber2011-10-281-8/+0
* | am fc9592f8: am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerServ...Jamie Gennis2011-10-281-96/+2
|\ \ | |/
| * Stagefright: ANW::connect in MediaPlayerServiceJamie Gennis2011-10-261-96/+2
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-57/+57
|/
* Handle setDataSource failures properly. #5261671Dave Burke2011-09-061-9/+9
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-7/+27
* Keep effects sessions active when the caller dies.Marco Nelissen2011-08-091-1/+7
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-4/+4
* Merge "Log setVideoSurface() and setVideoSurfaceTexture() failures."James Dong2011-07-221-0/+2
|\
| * Log setVideoSurface() and setVideoSurfaceTexture() failures.James Dong2011-07-211-0/+2
* | MediaPlayer: add a disconnect from ANativeWindowJamie Gennis2011-07-191-0/+2
|/
* MediaPlayer: add ANativeWindow (dis)connect callsJamie Gennis2011-07-141-5/+101
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+22
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-1/+3
* - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-2/+5
* Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-0/+10