summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | AnotherPacketSource.cpp: Do not queue discontinity signal buffer resulted fro...Wei Jia2014-11-061-1/+1
|/
* Check if info for uri is availableMarco Nelissen2014-09-301-0/+4
* Merge "LiveSession: do not drop seek request" into lmp-devRobert Shih2014-09-251-10/+17
|\
| * LiveSession: do not drop seek requestRobert Shih2014-09-181-10/+17
* | NuPlayer HLS: better subtitle togglingRobert Shih2014-09-191-1/+34
|/
* PlaylistFetcher:don't signal a/v eos on subttitle eosRobert Shih2014-09-171-0/+17
* HLS: fix freezes when toggling between a/v streamsRobert Shih2014-09-161-2/+9
* LiveSession: reliable switchRobert Shih2014-09-121-9/+56
* LiveSession: re-buffer on under run to avoid stutterRobert Shih2014-09-121-1/+35
* Merge "LiveSession: added onSwitchDown" into lmp-devRobert Shih2014-09-121-0/+57
|\
| * LiveSession: added onSwitchDownRobert Shih2014-09-111-0/+57
* | LiveSession: raise upwards adaptation constraintRobert Shih2014-09-101-15/+20
|/
* HTTPLiveSource: check for NULL before getTrackCount/InfoRobert Shih2014-08-181-2/+10
* httplive: timestamp reporting, track selectionRobert Shih2014-08-051-59/+220
* refactor getTrackInfo()Chong Zhang2014-06-131-2/+6
* 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