summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-252-6/+4
* Fix struct vs. class mismatchesBernhard Rosenkränzer2014-11-171-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-194-3/+43
|/
* 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-163-5/+63
* Merge "PlaylistFetcher: find the correct sequence number to start fetching" i...Robert Shih2014-09-152-51/+107
|\
| * PlaylistFetcher: find the correct sequence number to start fetchingRobert Shih2014-09-152-51/+107
* | LiveSession: reliable switchRobert Shih2014-09-122-10/+57
* | LiveSession: re-buffer on under run to avoid stutterRobert Shih2014-09-122-1/+37
* | Merge "LiveSession: added onSwitchDown" into lmp-devRobert Shih2014-09-122-0/+62
|\ \
| * | LiveSession: added onSwitchDownRobert Shih2014-09-112-0/+62
* | | Merge "LiveSession: raise upwards adaptation constraint" into lmp-devRobert Shih2014-09-122-16/+21
|\ \ \
| * | | LiveSession: raise upwards adaptation constraintRobert Shih2014-09-102-16/+21
* | | | PlaylistFetcher: avoid repeated fetch when we run off the edge of live playlistsRobert Shih2014-09-071-6/+0
| |_|/ |/| |
* | | PlaylistFetcher: do not reset mStartTimeUs if we are resumingRobert Shih2014-09-031-2/+2
|/ /
* | PlaylistFetcher: add lower bound check when starting live streamsRobert Shih2014-08-281-0/+3
|/
* HTTPLiveSource: check for NULL before getTrackCount/InfoRobert Shih2014-08-181-2/+10
* httplive: timestamp reporting, track selectionRobert Shih2014-08-056-174/+519
* M3UParser: check for NULL before setting meta dataRobert Shih2014-07-161-0/+6
* Fix M3UParser relative path handling.Lajos Molnar2014-07-161-1/+3
* HLS: do not discard packets when queuing explicit discontinuityChong Zhang2014-06-261-14/+12
* HLS: only queue discontinuity for first blockChong Zhang2014-06-251-0/+3
* refactor getTrackInfo()Chong Zhang2014-06-134-35/+56
* Merge "PlaylistFetcher: start queueing AUs after the 1st IDR nalu"Robert Shih2014-05-092-0/+21
|\
| * PlaylistFetcher: start queueing AUs after the 1st IDR naluRobert Shih2014-04-252-0/+21
* | Allow BOM and space in WebVTT filesLajos Molnar2014-05-082-1/+28
* | PlaylistFetcher: clear mTSParser on bad starting seq # hintRobert Shih2014-04-251-0/+1
|/
* stagefright: log uri protocols, and opt-in to log full uriLajos Molnar2014-04-042-7/+5
* libstagefright: fix 64-bit warningsColin Cross2014-03-193-18/+20
* Merge commit 'c250980f' into manualmergeGlenn Kasten2014-03-191-2/+0
|\
| * am 24e1bd71: Merge "libstagefright is no longer 32 bit only."Glenn Kasten2014-03-191-2/+0
| |\
| | * libstagefright is no longer 32 bit only.Narayan Kamath2014-03-191-2/+0
* | | am 49b2e310: am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decryp...Robert Shih2014-03-194-186/+282
|\ \ \ | |/ /
| * | am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ...Robert Shih2014-03-194-186/+282
| |\ \
| | * \ am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-194-186/+282
| | |\ \
| | | * | httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-194-186/+282
* | | | | am 098b28fc: am 64727dd7: Merge "More precise 32-bit only for libstagefright/...Glenn Kasten2014-03-181-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | am 64727dd7: Merge "More precise 32-bit only for libstagefright/ subdirectories"Glenn Kasten2014-03-181-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | More precise 32-bit only for libstagefright/ subdirectoriesGlenn Kasten2014-03-171-0/+2
| * | | | am 466786b2: am 70cc5bdc: Merge changes Ic46e3069,Idc92716b into klp-devLajos Molnar2014-03-142-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | am 70cc5bdc: Merge changes Ic46e3069,Idc92716b into klp-devLajos Molnar2014-03-142-1/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | LiveSession: fix incorrect stream key (subtitle"s")Robert Shih2014-03-111-1/+1
| | | * | M3UParser: trim spaces when parsing comma separated codecs.Robert Shih2014-03-111-0/+1
| * | | | am 5b297ba7: am 67a10c52: Merge "httplive: clear access units before returnin...Lajos Molnar2014-03-144-15/+42
| |\ \ \ \ | | |/ / /
| | * | | am 67a10c52: Merge "httplive: clear access units before returning from seekTo...Lajos Molnar2014-03-144-15/+42
| | |\ \ \ | | | |/ /
| | | * | httplive: clear access units before returning from seekTo.Robert Shih2014-03-114-15/+42
* | | | | am f4431278: am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-122-3/+2
|\ \ \ \ \ | |/ / / /