summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
Commit message (Expand)AuthorAgeFilesLines
* httplive: Add default implementation in HLS for custom changesSanthosh Behara2015-10-121-1/+1
* httplive: refactor for HLS customizationLi Sun2015-10-061-8/+15
* HLS: temporarily blacklist a variant if failed to fetchChong Zhang2015-07-141-0/+5
* HLS: make disconnect faster to prevent ANRChong Zhang2015-04-231-30/+3
* HLS: remove no more than 10% of bandwidth history at a timeChong Zhang2015-04-211-4/+8
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+1
* stagefright: initial timed id3 support in hlsRobert Shih2015-04-161-0/+15
* HLS: parse stream resolution and set maxWidth/maxHeightChong Zhang2015-04-141-0/+2
* Merge "HLS: allow down switch during prepare"Chong Zhang2015-04-101-1/+1
|\
| * HLS: allow down switch during prepareChong Zhang2015-04-091-1/+1
* | stagefright: LiveSession: delay consuming reply ID for seekLajos Molnar2015-04-081-1/+1
|/
* HLS: traces in LiveSession and PlaylistFetcher for easier debuggingChong Zhang2015-04-081-0/+1
* HLS: misc bug fixesChong Zhang2015-04-021-1/+3
* fix build break in clangChong Zhang2015-03-301-6/+6
* HLS: faster switching and pause/resume on low bufferChong Zhang2015-03-271-11/+39
* HLS: allow pause/resume in the middle of a segmentChong Zhang2015-03-201-24/+20
* HLS: bandwidth estimator changesChong Zhang2015-03-191-5/+5
* Merge "HLS: misc changes in LiveSession buffering logic"Chong Zhang2015-03-101-16/+18
|\
| * HLS: misc changes in LiveSession buffering logicChong Zhang2015-03-101-16/+18
* | stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-2/+3
|/
* Fix mismatched type tag clang warning.Dan Albert2015-02-191-1/+0
* stagefright: httplive: Decouple block size from bandwidth estimateLeena Winterrowd2015-01-281-0/+2
* Revert "HLS: QCom enhancements"Lajos Molnar2015-01-281-2/+0
* HLS: QCom enhancementsRobert Shih2014-12-221-0/+2
* NuPlayer HTTPLiveSource: impl getSelectedTrackRobert Shih2014-11-061-0/+2
* NuPlayer HLS: better subtitle togglingRobert Shih2014-09-191-0/+2
* LiveSession: reliable switchRobert Shih2014-09-121-1/+1
* LiveSession: re-buffer on under run to avoid stutterRobert Shih2014-09-121-0/+2
* Merge "LiveSession: added onSwitchDown" into lmp-devRobert Shih2014-09-121-0/+5
|\
| * LiveSession: added onSwitchDownRobert Shih2014-09-111-0/+5
* | LiveSession: raise upwards adaptation constraintRobert Shih2014-09-101-1/+1
|/
* httplive: timestamp reporting, track selectionRobert Shih2014-08-051-3/+21
* refactor getTrackInfo()Chong Zhang2014-06-131-1/+2
* am 49b2e310: am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decryp...Robert Shih2014-03-191-1/+1
|\
| * httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-191-1/+1
| * httplive: clear access units before returning from seekTo.Robert Shih2014-03-111-0/+2
| * LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-03-061-1/+2
| * Initial HLS seamless switch implementation.Robert Shih2014-03-061-0/+36
| * LiveSession refactorRobert Shih2014-03-061-4/+24
| * LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-03-061-1/+17
* | httplive: clear access units before returning from seekTo.Robert Shih2014-03-071-0/+2
* | Initial HLS seamless switch implementation.Robert Shih2014-02-281-0/+36
* | Merge "LiveSession refactor"Robert Shih2014-02-211-4/+24
|\ \
| * | LiveSession refactorRobert Shih2014-02-201-4/+24
* | | resolved conflicts for merge of aa0390b7 to masterMarco Nelissen2014-02-201-1/+2
|\ \ \ | |/ / |/| |
| * | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-01-101-1/+2
| |/
* | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-02-131-1/+17
* | Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-5/+1
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+6
|/
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-1/+8