summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-0/+49
* Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-141-1/+2
* Add setVideoScalingMode support to NuPlayerJames Dong2012-09-041-1/+19
* Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
* experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-031-7/+34
* Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-291-2/+5
|\
| * NuPlayer: Prevents creation of Video Decoder when we use Music PlayerHaynes Mathew George2012-07-251-2/+5
* | Added a callback in nuplayer via informational event to signal the start of v...James Dong2012-07-201-0/+2
|/
* Respect channel mask in ACodec and NuPlayer.Andreas Huber2012-05-031-1/+6
* 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