summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/PlaylistFetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* HLS: misc changes in LiveSession buffering logicChong Zhang2015-03-101-47/+15
* media: switch to new AMessage handlingLajos Molnar2015-03-051-6/+6
* am a291dabc: am 6fbcf633: Merge "httplive: Set start time and segment start t...Robert Shih2015-02-041-0/+7
|\
| * Merge "httplive: Set start time and segment start time in conjunction." into ...Robert Shih2015-02-041-0/+7
| |\
| | * httplive: Set start time and segment start time in conjunction.Robert Shih2015-02-041-0/+7
* | | am 9787254f: am 296a0d03: Merge "PlaylistFetcher: clear packet sources when a...Robert Shih2015-02-021-0/+4
|\ \ \ | |/ /
| * | PlaylistFetcher: clear packet sources when adjusting starting sequence numberRobert Shih2015-01-301-0/+4
| |/
* | am ce25d85a: am a93fd2be: stagefright: httplive: Decouple block size from ban...Leena Winterrowd2015-01-291-1/+2
|\ \ | |/
| * stagefright: httplive: Decouple block size from bandwidth estimateLeena Winterrowd2015-01-281-1/+2
* | resolved conflicts for merge of 59d1d010 to lmp-mr1-dev-plus-aospLajos Molnar2015-01-291-3/+3
|\ \ | |/
| * httplive: Dont resume if we have almost fetched till stop timeApurupa Pattapu2015-01-281-3/+3
* | am 3606efd1: am 9dee2e59: stagefright: httplive: Propagate target duration to...Leena Winterrowd2015-01-291-0/+5
|\ \ | |/
| * stagefright: httplive: Propagate target duration to LiveSessionLeena Winterrowd2015-01-281-0/+5
* | am 2899991e: am 5cf91c50: libstagefright: httplive: Add NULL check for empty ...Leena Winterrowd2015-01-291-1/+6
|\ \ | |/
| * libstagefright: httplive: Add NULL check for empty playlistLeena Winterrowd2015-01-281-1/+6
* | resolved conflicts for merge of 44a2390b to lmp-mr1-dev-plus-aospLajos Molnar2015-01-291-16/+5
|\ \ | |/
| * Revert "HLS: QCom enhancements"Lajos Molnar2015-01-281-16/+5
* | resolved conflicts for merge of 2efb9566 to lmp-mr1-dev-plus-aospNarayan Kamath2014-12-291-5/+16
|\ \ | |/
| * HLS: QCom enhancementsRobert Shih2014-12-221-5/+16
* | resolved conflicts for merge of e5ba80c5 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-271-3/+2
|\ \ | |/ |/|
| * Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-3/+2
* | HLS: fix live lock after missing the boat during configuration changeRobert Shih2014-11-181-0/+20
* | Merge "PlaylistFetcher: handle sporadic fetch erros" into lmp-mr1-devRobert Shih2014-11-151-27/+37
|\ \
| * | PlaylistFetcher: handle sporadic fetch errosRobert Shih2014-11-131-27/+37
* | | Merge "PlaylistFetcher: check ts program streams before disabling a/v" into l...Robert Shih2014-11-131-3/+3
|\ \ \
| * | | PlaylistFetcher: check ts program streams before disabling a/vRobert Shih2014-11-121-3/+3
| | |/ | |/|
* | | Merge "PlaylistFetcher: clear mStartup for .aac playlists after seek" into lm...Robert Shih2014-11-111-0/+1
|\ \ \ | |_|/ |/| |
| * | PlaylistFetcher: clear mStartup for .aac playlists after seekRobert Shih2014-11-071-0/+1
| |/
* | AnotherPacketSource.cpp: Do not queue discontinity signal buffer resulted fro...Wei Jia2014-11-061-1/+1
|/
* NuPlayer HLS: better subtitle togglingRobert Shih2014-09-191-1/+4
* HLS: fix freezes when toggling between a/v streamsRobert Shih2014-09-161-3/+50
* Merge "PlaylistFetcher: find the correct sequence number to start fetching" i...Robert Shih2014-09-151-51/+102
|\
| * PlaylistFetcher: find the correct sequence number to start fetchingRobert Shih2014-09-151-51/+102
* | 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
* httplive: timestamp reporting, track selectionRobert Shih2014-08-051-103/+219
* 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
* Merge "PlaylistFetcher: start queueing AUs after the 1st IDR nalu"Robert Shih2014-05-091-0/+19
|\
| * PlaylistFetcher: start queueing AUs after the 1st IDR naluRobert Shih2014-04-251-0/+19
* | Allow BOM and space in WebVTT filesLajos Molnar2014-05-081-1/+27
* | PlaylistFetcher: clear mTSParser on bad starting seq # hintRobert Shih2014-04-251-0/+1
|/
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-8/+9
* am 49b2e310: am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decryp...Robert Shih2014-03-191-181/+270
|\
| * httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-191-181/+270
| * httplive: clear access units before returning from seekTo.Robert Shih2014-03-111-6/+19
| * Initial HLS seamless switch implementation.Robert Shih2014-03-061-17/+234
| * PlaylistFetcher: Add support for block-by-block decryption.Robert Shih2014-03-061-36/+59
| * stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2014-03-061-4/+5