summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer
Commit message (Expand)AuthorAgeFilesLines
* Add FLAG_CAN_SEEK_BACKWARD and FLAG_CAN_SEEK_FORWARD see flagsChong Zhang2013-09-112-5/+9
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-197-7/+181
* Add MEDIA_STARTED/PAUSED/STOPPED events to media playersLajos Molnar2013-08-154-0/+44
* am 9f0e0597: am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in R...Jean-Baptiste Queru2013-07-081-0/+4
|\
| * am ca7f1609: Merge "Prevent double disconnects in RTSPSource"Jean-Baptiste Queru2013-07-081-0/+4
| |\
| | * Prevent double disconnects in RTSPSourceFredrik Rosin2013-07-011-0/+4
| * | Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-252-0/+23
| * | Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
| * | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
| * | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-111-3/+3
| * | Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-9/+10
| * | Squashed commit of the following:Andreas Huber2013-03-127-7/+42
| * | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
| * | Enable pause/resume for RTSP streamingRoger Jönsson2013-02-064-0/+25
| * | RTSP buffering improvementsRoger Jönsson2013-02-065-7/+100
| * | HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-062-17/+65
| * | RTSP now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-055-14/+52
| * | Support for a "preparation" state that can take care of lengthyAndreas Huber2013-02-0515-119/+406
| * | Added HTTP support for SDP files.Oscar Rydhé2013-02-053-7/+80
| * | Groundwork to support bidirectional, asynchronous communicationAndreas Huber2013-02-0513-19/+75
| * | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-184-8/+8
| * | Merge "setVideoSurfaceTexture is now synchronous and applied dynamically"Andreas Huber2012-12-054-12/+97
| |\ \
| | * | setVideoSurfaceTexture is now synchronous and applied dynamicallyAndreas Huber2012-12-034-12/+97
| * | | Respect sample aspect ratio in NuPlayer.Andreas Huber2012-12-051-10/+31
| |/ /
| * | Fix nuplayer seek jankiness by properly flushing decoders beforeAndreas Huber2012-11-302-88/+207
| * | am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'.Andreas Huber2012-11-2813-15/+122
| |\ \
| | * | Add support for HLS playlists of type 'event'.Andreas Huber2012-11-2713-15/+122
| * | | Fix a crash when the stop might be called due to some error before start in R...James Dong2012-11-161-3/+4
| * | | 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 dd1a87b3: am 9c6cb7a8: Merge "Fragmented mp4 extractor" into jb-mr1-devMarco Nelissen2012-09-051-0/+4
| |\ \ \ | | |/ /
| | * | Fragmented mp4 extractorMarco Nelissen2012-09-051-0/+4
| * | | am 05e73de0: am 0d268a3c: Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
| |\ \ \ | | |/ /
| | * | Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
| * | | 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 76fd1ea5: am 7323115c: Merge "Improvements to our MPEG2 Transport Stream p...Andreas Huber2012-09-041-2/+20
| |\ \ \ | | |/ /
| | * | Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-devAndreas Huber2012-09-041-2/+20
| | |\ \
| | | * | Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-311-2/+20
| * | | | am 4adf4c6c: am 31238033: Merge "Move fragmented mp4 parser to libstagefright...Marco Nelissen2012-08-317-2429/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-devMarco Nelissen2012-08-317-2429/+5
| | |\ \ \
| | | * | | Move fragmented mp4 parser to libstagefrightMarco Nelissen2012-08-317-2429/+5
| | | |/ /
| * | | | am 8d0189dc: am 61356671: Merge "Add support for mpeg2 transport streams to t...Andreas Huber2012-08-312-5/+75
| |\ \ \ \ | | |/ / /
| | * | | Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-312-5/+75
| | |/ /
* | | | New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-316-112/+138
* | | | Handle the case where an asynchronous prepare was initiated and thenAndreas Huber2013-04-252-0/+23
* | | | Fix a typo that would cause us not to shutdown/flush the decoders inAndreas Huber2013-04-161-2/+2
* | | | Guard against mLooper == NULL.Andreas Huber2013-04-151-1/+3
* | | | Instead of returning an error, return an invalid duration (-1 ms)Andreas Huber2013-04-111-3/+3
* | | | Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-9/+10