summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix mono gapless playback for decoders that output stereoMarco Nelissen2012-04-301-35/+1
* Add support for deep audio buffersEric Laurent2012-04-201-1/+19
* Add gapless playback support for NuPlayerMarco Nelissen2012-04-021-1/+35
* Use NuPlayer for media playback everywhereAndreas Huber2012-03-221-5/+32
* Add channel mask in AudioSinkJean-Michel Trivi2012-03-021-0/+1
* fix libgui header locationMathias Agopian2012-02-271-1/+0
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-5/+3
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-3/+3
* resolved conflicts for merge of 3d630e86 to masterAndreas Huber2011-11-301-1/+14
|\
| * Merge "Make sure we can properly shutdown even if" into ics-mr1Andreas Huber2011-11-291-1/+14
| |\
| | * Make sure we can properly shutdown even ifAndreas Huber2011-11-281-1/+14
* | | resolved conflicts for merge of 998a929a to masterAndreas Huber2011-11-291-20/+55
|\ \ \ | |/ /
| * | Finer granularity discontinuity support.Andreas Huber2011-11-281-20/+55
| |/
* | resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-6/+0
|\ \ | |/
| * Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-081-6/+0
| |\
| | * Remove surface legacy APIs and code.Andreas Huber2011-10-281-6/+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-281-1/+1
|\ \ | |/
| * Properly report that we're no longer playing after receiving eventAndreas Huber2011-10-261-1/+1
* | 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