summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* NuPlayer: use MediaCodec instead of ACodecLajos Molnar2014-03-101-27/+23
* Revert "NuPlayer: Use a software renderer when using software codecs"Lajos Molnar2014-03-101-25/+2
* NuPlayer side support for seamless format switch.Robert Shih2014-02-241-1/+8
* Remove unused FragmentedMP4Parser and friends. The functionality has beenAndreas Huber2014-02-131-10/+1
* warnings be gone.Andreas Huber2014-02-111-1/+1
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-4/+2
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-5/+11
* Merge "NuPlayer: Use a software renderer when using software codecs"Marco Nelissen2013-11-281-2/+25
|\
| * NuPlayer: Use a software renderer when using software codecsMartin Storsjo2013-09-251-2/+25
| * Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-251-0/+7
| * Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
| * Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-9/+10
| * Squashed commit of the following:Andreas Huber2013-03-121-1/+8
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
| * Enable pause/resume for RTSP streamingRoger Jönsson2013-02-061-0/+2
| * RTSP buffering improvementsRoger Jönsson2013-02-061-0/+12
| * 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
* | | Add FLAG_CAN_SEEK_BACKWARD and FLAG_CAN_SEEK_FORWARD see flagsChong Zhang2013-09-111-0/+5
* | | MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-2/+85
* | | Add MEDIA_STARTED/PAUSED/STOPPED events to media playersLajos Molnar2013-08-151-0/+3
* | | New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-7/+81
* | | Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-251-0/+7
* | | Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
* | | Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-9/+10
* | | Squashed commit of the following:Andreas Huber2013-03-121-1/+8
* | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
* | | Enable pause/resume for RTSP streamingRoger Jönsson2013-02-061-0/+2
* | | RTSP buffering improvementsRoger Jönsson2013-02-061-0/+12
* | | 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
|\ \ \