summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: log uri protocols, and opt-in to log full uriLajos Molnar2014-04-041-6/+3
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-5/+6
* am 49b2e310: am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decryp...Robert Shih2014-03-191-4/+6
|\
| * am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ...Robert Shih2014-03-191-4/+6
| |\
| | * httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-191-4/+6
| * | am 466786b2: 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 5b297ba7: am 67a10c52: Merge "httplive: clear access units before returnin...Lajos Molnar2014-03-141-7/+19
| |\ \ | | |/
| | * httplive: clear access units before returning from seekTo.Robert Shih2014-03-111-7/+19
* | | am f4431278: am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-121-1/+1
|\ \ \ | |/ /
| * | am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-121-1/+1
| |\ \
| | * | Remove streaming URI from default logsDavid Williams2014-03-101-1/+1
| * | | resolved conflicts for merge of 8d1caa02 to klp-modular-dev-plus-aospNarayan Kamath2014-03-071-175/+372
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
* | | LiveSession: fix incorrect stream key (subtitle"s")Robert Shih2014-03-101-1/+1
* | | httplive: clear access units before returning from seekTo.Robert Shih2014-03-071-7/+19
* | | Initial HLS seamless switch implementation.Robert Shih2014-02-281-30/+250
* | | LiveSession refactor: reverted loop indice change.Robert Shih2014-02-241-2/+1
* | | Merge "LiveSession refactor"Robert Shih2014-02-211-118/+68
|\ \ \
| * | | LiveSession refactorRobert Shih2014-02-201-118/+68
* | | | resolved conflicts for merge of aa0390b7 to masterMarco Nelissen2014-02-201-3/+11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| |/
* | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-02-131-34/+63
* | Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-8/+1
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-6/+8
* | The member mRefreshState was removed in commit and the printout causesAndreas Huber2013-11-181-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