summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/RTSPSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* rtsp: keep video damaged access unit to enhance fault toleranceLi Sun2016-04-131-3/+29
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-1/+3
|\
| * RTSPSource::pause mHandler NULL checkRobert Shih2015-08-131-1/+3
* | rtsp: notify the client when receiving BYE message in RTCPLi Sun2015-10-061-0/+8
* | rtsp: Don't post AUTimeout check during pause when EOS is nearingLi Sun2015-10-061-0/+4
* | RTSP: add RTSP extensions for customization supportLi Sun2015-10-061-2/+6
|/
* RTSP: clear data/eos status before returning from seekRobert Shih2015-07-161-3/+51
* stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-1/+1
* media: switch to new AMessage handlingLajos Molnar2015-03-051-4/+4
* fix threading in RTSPSource and StreamingSourceChong Zhang2014-12-031-21/+44
* AnotherPacketSource.cpp: Do not queue discontinity signal buffer resulted fro...Wei Jia2014-11-061-1/+1
* use dedicated looper for GenericSourceChong Zhang2014-08-141-6/+6
* some clean up of video size change notificationChong Zhang2014-08-081-1/+1
* HLS: do not discard packets when queuing explicit discontinuityChong Zhang2014-06-261-1/+4
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-2/+1
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-0/+4
* Add FLAG_CAN_SEEK_BACKWARD and FLAG_CAN_SEEK_FORWARD see flagsChong Zhang2013-09-111-5/+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
| * Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-2/+2
| * Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-311-5/+71
* | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
* | 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