summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-272-13/+88
* Don't log streaming url.James Dong2012-08-171-5/+1
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* AV Android make files changesJames Dong2012-03-281-1/+1
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-16/+16
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-9/+9
* Support new HLS byte-range extensionsAndreas Huber2011-10-312-5/+101
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-9/+9
* 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