summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Updated (internal) API for IStreamSource to signal discontinuitiesAndreas Huber2011-11-291-6/+11
| | |/
* | | resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-292-20/+59
|\ \ \ | |/ /
| * | 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
| |\
* | \ am bb1b7d5c: am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop...Glenn Kasten2011-11-091-1/+1
|\ \ \
| * \ \ 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
* | | resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-084-14/+0
|\ \ \ | |/ /
| * | 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
* | | | am e395f645: Poll input data with a small timeout and don\'t consume a full c...Andreas Huber2011-11-031-1/+1
|\ \ \ \ | |/ / /
| * | | Poll input data with a small timeout and don't consume a full core.Andreas Huber2011-11-031-1/+1
| |/ /
* | | am 27ed1249: Merge "Properly report that we\'re no longer playing after recei...Andreas Huber2011-10-283-4/+17
|\ \ \ | |/ /
| * | Properly report that we're no longer playing after receiving eventAndreas Huber2011-10-263-4/+17
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-30/+30
|/ /
* | 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