summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
* Restart HLS streaming from the bottom of the playlist if we miss the boat on theAndreas Huber2011-08-041-13/+22
* Start playing live streaming HLS content from the first segment.Andreas Huber2011-08-011-11/+10
* More HLS fixesAndreas Huber2011-07-192-10/+30
* Always consider playlists corresponding to different bandwidths different.Andreas Huber2011-07-151-0/+6
* Refetch playlists according to the HLS specs, varying delay if playlists unch...Andreas Huber2011-07-151-12/+111
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-1/+10
* Seeking/duration in HLS content is based on the individual segments' durationAndreas Huber2011-06-302-16/+42
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-212-3/+43
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-201-2/+21
* Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-2/+25
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-091-4/+9
* Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-241-4/+13
* Experimental support for https transfers in stagefright.Andreas Huber2011-02-171-1/+2
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-161-12/+0
* Disconnect HTTP live sessions as soon as the request comes in.Andreas Huber2011-01-311-1/+24
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-211-2/+15
* Always revert to the previous bandwidth if the required sequence number canno...Andreas Huber2011-01-191-2/+1
* Return a runtime error if decryption fails instead of asserting.Andreas Huber2011-01-191-2/+8
* Fix typo.Andreas Huber2011-01-061-1/+1
* If the stream for the new bandwidth doesn't have the segment we're looking fo...Andreas Huber2011-01-061-0/+13
* Use NuPlayer for HTTP live streaming playback by default.Andreas Huber2011-01-061-2/+2
* Some more fixes regarding HTTP live in NuPlayer.Andreas Huber2011-01-051-3/+17
* Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber2011-01-051-3/+15
* Squashed commit of the following:Andreas Huber2010-12-233-4/+45
* Better handling of forming absolute https URLs, runtime error on https:// acc...Andreas Huber2010-12-212-3/+4
* Squashed commit of the following:Andreas Huber2010-12-211-3/+6
* Instead of asserting, gracefully abort and signal and error.Andreas Huber2010-12-161-2/+10
* The HTTP/1.1 Host request header must include port if it's not the default (80).Andreas Huber2010-12-161-0/+9
* Squashed commit of the following:Andreas Huber2010-12-065-658/+853
* Squashed commit of the following:Andreas Huber2010-12-022-10/+20
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-4/+4
* Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-181-7/+28
* Make sure live streamed http live content does not start playing from the ver...Andreas Huber2010-11-161-1/+13
* More HTTP live support, AES encryption etc.Andreas Huber2010-11-153-40/+320
* Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-1/+1
|\
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* | am 28b93967: am 165c6579: Merge "HTTP Live content that are tagged as complet...Andreas Huber2010-10-142-2/+77
|\ \ | |/
| * HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-122-2/+77
* | am bb708373: am 949f7d90: Merge "Work to support switching transport streams ...Andreas Huber2010-10-102-24/+245
|\ \ | |/
| * Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-072-24/+245
* | am 57853559: am e619a9da: Merge "Start playing live streams from the start, n...Andreas Huber2010-10-011-1/+1
|\ \ | |/
| * Start playing live streams from the start, no the middle...Andreas Huber2010-10-011-1/+1
* | Fixes for simulator build on lucidMike Lockwood2010-07-151-1/+1
|/
* Switch LiveSource to use the new http data source instead of the old one.Andreas Huber2010-06-101-7/+4
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-073-0/+442