summaryrefslogtreecommitdiffstats
path: root/media/libmedia/mediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: initial timed id3 support in hlsRobert Shih2015-04-161-0/+3
* Unhide the android.media.[Media]DataSource interface.Chris Watkins2015-04-151-0/+17
* namespace does not need a closing semicolonGlenn Kasten2015-03-231-1/+1
* mediaplayer: support dynamic playback rateWei Jia2015-02-241-0/+19
* resolved conflicts for merge of 9391844d to masterMarco Nelissen2015-01-271-41/+0
|\
| * Remove MediaPlayerService::decode()Marco Nelissen2015-01-261-41/+0
* | Line length 100Glenn Kasten2014-12-301-4/+7
|/
* Cache audio attributes when player not availableJean-Michel Trivi2014-09-051-2/+19
* rename AudioSystem::newAudioSessionId()Eric Laurent2014-07-281-1/+1
* NuPlayer: save thread id in MediaPlayer::startChong Zhang2014-07-231-9/+18
* Support for audio attributes on audio output of media playerJean-Michel Trivi2014-07-011-0/+22
* libmedia: 64-bit compile warningsMark Salyzyn2014-06-201-6/+8
* 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