summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/RTSPSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable pause/resume for RTSP streamingRoger Jönsson2013-02-061-0/+19
* RTSP buffering improvementsRoger Jönsson2013-02-061-6/+74
* RTSP now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-051-10/+31
* Support for a "preparation" state that can take care of lengthyAndreas Huber2013-02-051-6/+16
* Added HTTP support for SDP files.Oscar Rydhé2013-02-051-6/+68
* Groundwork to support bidirectional, asynchronous communicationAndreas Huber2013-02-051-1/+3
* am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'.Andreas Huber2012-11-281-2/+2
|\
| * Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-2/+2
* | Fix a crash when the stop might be called due to some error before start in R...James Dong2012-11-161-3/+4
|/
* Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-311-5/+71
* experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-031-1/+1
* For an RTSP live stream we won't map rtp time to normal play time,Andreas Huber2012-05-211-8/+3
* Buffer at least 2 secs worth of data at startup of after a seek beforeAndreas Huber2012-05-171-0/+39
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-4/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Fix the build. (Change LOGV to ALOGV)Owen Lin2011-12-121-1/+1
* Merge "Don't perform RTSP seeks right away but queue them for 200ms" into ics...Andreas Huber2011-12-081-4/+26
|\
| * Don't perform RTSP seeks right away but queue them for 200msAndreas Huber2011-12-081-4/+26
* | Fix Bitreader "putBits" implementation, make sure we emulate timestampsAndreas Huber2011-12-081-7/+20
|/
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-0/+354