summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '91820d46b5f3065c2fded3cdf65d305715b33bb1' into HEADBill Yi2014-04-291-185/+396
|\
| * am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-191-4/+6
| |\
| | * httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-191-4/+6
| * | am 70cc5bdc: Merge changes Ic46e3069,Idc92716b into klp-devLajos Molnar2014-03-141-1/+1
| |\ \ | | |/
| | * LiveSession: fix incorrect stream key (subtitle"s")Robert Shih2014-03-111-1/+1
| * | am 67a10c52: Merge "httplive: clear access units before returning from seekTo...Lajos Molnar2014-03-141-7/+19
| |\ \ | | |/
| | * httplive: clear access units before returning from seekTo.Robert Shih2014-03-111-7/+19
| * | am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-131-1/+1
| |\ \
| * \ \ am 49ea1337: Merge changes I787e1c05,I72d3a5e1,I0a5cc65f,I75fc2a25,I2c2be08d,...Lajos Molnar2014-03-071-176/+381
| |\ \ \ | | | |/ | | |/|
| | * | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-03-061-3/+11
| | * | Initial HLS seamless switch implementation.Robert Shih2014-03-061-30/+250
| | * | LiveSession refactorRobert Shih2014-03-061-119/+67
| | * | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-03-061-34/+63
* | | | libstagefright: fix 64-bit warningsColin Cross2014-04-141-4/+5
| |_|/ |/| |
* | | Remove streaming URI from default logsDavid Williams2014-03-101-1/+1
* | | Merge "LiveSession: Use the actual, possibly redirected url as base in the M3U"Marco Nelissen2014-02-201-3/+11
|\ \ \ | |/ / |/| |
| * | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-01-101-3/+11
| |/
* | frameworks/av: fix errors inside ALOGVColin Cross2014-02-061-3/+0
|/
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-10/+49
* Fix uninitialized variable error in HLS bandwidth determination.Andreas Huber2013-06-031-1/+1
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-575/+641
* Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-13/+11
* HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-061-9/+44
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-12/+80
* Don't log streaming url.James Dong2012-08-171-5/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-13/+13
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-8/+8
* Support new HLS byte-range extensionsAndreas Huber2011-10-311-5/+36
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-5/+5
* 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-191-1/+4
* 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-301-13/+32
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-211-0/+2
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-201-2/+21
* 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