summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-193-33/+33
* Merge "Don't perform RTSP seeks right away but queue them for 200ms" into ics...Andreas Huber2011-12-082-4/+31
|\
| * Don't perform RTSP seeks right away but queue them for 200msAndreas Huber2011-12-082-4/+31
* | Fix Bitreader "putBits" implementation, make sure we emulate timestampsAndreas Huber2011-12-082-7/+21
|/
* Merge "Make sure we can properly shutdown even if" into ics-mr1Andreas Huber2011-11-292-2/+20
|\
| * Make sure we can properly shutdown even ifAndreas Huber2011-11-282-2/+20
* | Merge "Updated (internal) API for IStreamSource to signal discontinuities" in...Andreas Huber2011-11-291-6/+11
|\ \
| * | Updated (internal) API for IStreamSource to signal discontinuitiesAndreas Huber2011-11-291-6/+11
| |/
* | Finer granularity discontinuity support.Andreas Huber2011-11-282-20/+59
|/
* am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop before" into...Glenn Kasten2011-11-091-1/+1
|\
| * Bug 5478024 drop after decode if can't drop beforeGlenn Kasten2011-11-041-1/+1
| * DO NOT MERGE Poll input data with a small timeout and don't consume a full core.Andreas Huber2011-11-031-1/+1
* | Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-084-14/+0
|\ \
| * | Remove surface legacy APIs and code.Andreas Huber2011-10-284-14/+0
* | | Poll input data with a small timeout and don't consume a full core.Andreas Huber2011-11-031-1/+1
|/ /
* | Properly report that we're no longer playing after receiving eventAndreas Huber2011-10-263-4/+17
* | NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-137-3/+487
|/
* Signal an appropriate error even if there are no active streams yet.Andreas Huber2011-09-276-27/+32
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-262-3/+18
* Bug 5234242 audio continues after discontinuityGlenn Kasten2011-09-211-2/+2
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-166-44/+132
* Various improvements to nuplayer playbackAndreas Huber2011-09-167-56/+102
* Don't post position updates too frequentlyAndreas Huber2011-09-132-3/+17
* I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-312-2/+17
* Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-311-0/+13
* ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-301-1/+1
* Signal errors to the client instead of asserting in ACodec.Andreas Huber2011-08-262-19/+32
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-163-18/+35
* Fix seek behaviour at startup and teardown of media session that hasn't been ...Andreas Huber2011-07-152-3/+11
* Enable signalling of a stream discontinuity involving a format-changeAndreas Huber2011-07-131-2/+11
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-016-5/+31
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-252-4/+4
* The decoder wrapper is no longer needed. Also disable building old-style deco...Andreas Huber2011-05-125-691/+4
* Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-292-0/+10
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-203-19/+28
* Fix issue 3483718: audio streaming and A2DP.Eric Laurent2011-03-211-9/+12
* Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber2011-03-026-6/+67
* Merge "Suppress the logging of URLs when in incognito mode."Andreas Huber2011-02-243-4/+22
|\
| * Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-243-4/+22
* | Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-236-15/+41
|/
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-211-3/+9
* Implement missing pause/resume support for NuPlayer.Andreas Huber2011-01-204-5/+85
* NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-102-12/+45
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-052-11/+5
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-0510-40/+283
* Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber2011-01-045-61/+191
* Squashed commit of the following:Andreas Huber2010-12-2315-183/+517
* Distinguish discontinuities w/ a format change from those without.Andreas Huber2010-12-222-18/+55
* Squashed commit of the following:Andreas Huber2010-12-218-25/+162
* Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-162-32/+104