summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/
* | am 1f3d61f9: am bd828233: Use the correct data offset by remembering the offs...Andreas Huber2012-08-132-8/+15
|\ \ | |/
| * Use the correct data offset by remembering the offset of the enclosing 'moof'Andreas Huber2012-08-132-8/+15
* | am 6f1ecc98: am 75767ab7: Merge "Signal end of stream if no more fragments ar...Andreas Huber2012-08-132-1/+15
|\ \ | |/
| * Signal end of stream if no more fragments are going to be available.Andreas Huber2012-08-092-1/+15
* | am 8f8bffd6: am faa88edb: Merge "Fix static sample table processing, add supp...Andreas Huber2012-08-093-55/+49
|\ \ | |/
| * Fix static sample table processing, add support for h.263 video.Andreas Huber2012-08-093-55/+49
* | am ef8532b0: am e2229fba: Merge "Handle empty stsc box" into jb-mr1-devMarco Nelissen2012-08-081-2/+9
|\ \ | |/
| * Handle empty stsc boxMarco Nelissen2012-08-081-2/+9
* | am c9b125a1: am a3b71fa5: Merge "experimental support for fragmented mp4 play...Marco Nelissen2012-08-0320-47/+2654
|\ \ | |/
| * experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-0320-47/+2654
* | Removed a CHECK_EQ that is not needed.James Dong2012-07-311-2/+0
|/