summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-25/+25
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-2/+17
* Signal an appropriate error even if there are no active streams yet.Andreas Huber2011-09-271-3/+9
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-261-2/+13
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-161-37/+80
* Various improvements to nuplayer playbackAndreas Huber2011-09-161-1/+6
* Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-0/+13
* Signal errors to the client instead of asserting in ACodec.Andreas Huber2011-08-261-2/+4
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-161-1/+17
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-2/+8
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-201-11/+1
* Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-021-0/+48
* Merge "Suppress the logging of URLs when in incognito mode."Andreas Huber2011-02-241-1/+11
|\
| * Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-241-1/+11
* | Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-7/+17
|/
* Implement missing pause/resume support for NuPlayer.Andreas Huber2011-01-201-2/+16
* NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-101-12/+33
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-051-10/+4
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-051-9/+73
* Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber2011-01-041-56/+145
* Squashed commit of the following:Andreas Huber2010-12-231-145/+48
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-221-18/+52
* Squashed commit of the following:Andreas Huber2010-12-211-18/+82
* Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-161-12/+15
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-0/+477