summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* RTSP now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-051-2/+6
* Support for a "preparation" state that can take care of lengthyAndreas Huber2013-02-051-7/+90
* Added HTTP support for SDP files.Oscar Rydhé2013-02-051-0/+6
* Groundwork to support bidirectional, asynchronous communicationAndreas Huber2013-02-051-6/+29
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-4/+4
* Merge "setVideoSurfaceTexture is now synchronous and applied dynamically"Andreas Huber2012-12-051-10/+67
|\
| * setVideoSurfaceTexture is now synchronous and applied dynamicallyAndreas Huber2012-12-031-10/+67
* | Respect sample aspect ratio in NuPlayer.Andreas Huber2012-12-051-10/+31
|/
* Fix nuplayer seek jankiness by properly flushing decoders beforeAndreas Huber2012-11-301-85/+194
* am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'.Andreas Huber2012-11-281-0/+49
|\
| * Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-0/+49
* | am 9568b4cd: am 376074ed: Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-171-1/+2
|\ \ | |/
| * Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-141-1/+2
* | am 05e73de0: am 0d268a3c: Add setVideoScalingMode support to NuPlayerJames Dong2012-09-041-1/+19
|\ \ | |/
| * Add setVideoScalingMode support to NuPlayerJames Dong2012-09-041-1/+19
* | am eca95af8: am fbe9d81f: Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
|\ \ | |/
| * Support for acting as a wifi display sink.Andreas Huber2012-09-041-2/+2
* | am c9b125a1: am a3b71fa5: Merge "experimental support for fragmented mp4 play...Marco Nelissen2012-08-031-7/+34
|\ \ | |/
| * experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-031-7/+34
* | Removed a CHECK_EQ that is not needed.James Dong2012-07-311-2/+0
|/
* 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