summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/PlaylistFetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * stagefright: Fix bugs in playlist fetcher logicLajos Molnar2014-03-061-27/+100
* | Merge "httplive: clear access units before returning from seekTo."Robert Shih2014-03-081-6/+19
|\ \
| * | httplive: clear access units before returning from seekTo.Robert Shih2014-03-071-6/+19
* | | PlaylistFetcher: fix infinite loop when parsing ADTS.Robert Shih2014-03-041-0/+12
|/ /
* | Initial HLS seamless switch implementation.Robert Shih2014-02-281-17/+234
* | Merge "PlaylistFetcher: Add support for block-by-block decryption."Robert Shih2014-02-151-36/+59
|\ \
| * | PlaylistFetcher: Add support for block-by-block decryption.Robert Shih2014-02-131-36/+59
* | | warnings be gone.Andreas Huber2014-02-111-3/+4
|/ /
* | stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2013-12-171-4/+5
* | stagefright: Fix bugs in playlist fetcher logicLajos Molnar2013-12-161-27/+100
|/
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-4/+11
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-0/+969