summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \ \ | |/ / / /
| * | | | am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-122-3/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Remove streaming URI from default logsDavid Williams2014-03-102-3/+2
| * | | | resolved conflicts for merge of 8d1caa02 to klp-modular-dev-plus-aospNarayan Kamath2014-03-076-251/+779
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | am 49ea1337: Merge changes I787e1c05,I72d3a5e1,I0a5cc65f,I75fc2a25,I2c2be08d,...Lajos Molnar2014-03-076-265/+812
| | |\ \ \ | | | | |/ | | | |/|
| | | * | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-03-062-4/+13
| | | * | M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-03-061-12/+22
| | | * | Initial HLS seamless switch implementation.Robert Shih2014-03-064-48/+541
| | | * | LiveSession refactorRobert Shih2014-03-064-140/+92
| | | * | PlaylistFetcher: Add support for block-by-block decryption.Robert Shih2014-03-062-37/+75
| | | * | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-03-062-35/+80
| * | | | am d7c4da3c: am 909498b7: Merge "stagefright: use CODECS field in EXT-X_STREA...Lajos Molnar2014-03-072-7/+157
| |\ \ \ \ | | |/ / /
| | * | | am 909498b7: Merge "stagefright: use CODECS field in EXT-X_STREAM-INF as fall...Lajos Molnar2014-03-072-7/+157
| | |\ \ \ | | | |/ /
| | | * | stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-03-062-7/+157
| * | | | am e389b1bd: am ad21a81a: Merge "stagefright: Fix issue with tracking media f...Lajos Molnar2014-03-071-4/+5
| |\ \ \ \ | | |/ / /
| | * | | am ad21a81a: Merge "stagefright: Fix issue with tracking media format in pack...Lajos Molnar2014-03-071-4/+5
| | |\ \ \ | | | |/ /
| | | * | stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2014-03-061-4/+5
| * | | | am 3bd0270c: am b74b2098: Merge "stagefright: Fix bugs in playlist fetcher lo...Lajos Molnar2014-03-072-29/+105
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | am b74b2098: Merge "stagefright: Fix bugs in playlist fetcher logic" into klp...Lajos Molnar2014-03-072-29/+105
| | |\ \ | | | |/
| | | * stagefright: Fix bugs in playlist fetcher logicLajos Molnar2014-03-062-29/+105
* | | | LiveSession: fix incorrect stream key (subtitle"s")Robert Shih2014-03-101-1/+1
* | | | M3UParser: trim spaces when parsing comma separated codecs.Robert Shih2014-03-101-0/+1
* | | | Merge "httplive: clear access units before returning from seekTo."Robert Shih2014-03-084-15/+42
|\ \ \ \
| * | | | httplive: clear access units before returning from seekTo.Robert Shih2014-03-074-15/+42
* | | | | PlaylistFetcher: fix infinite loop when parsing ADTS.Robert Shih2014-03-041-0/+12
|/ / / /
* | | | Initial HLS seamless switch implementation.Robert Shih2014-02-284-48/+541
* | | | LiveSession refactor: reverted loop indice change.Robert Shih2014-02-241-2/+1
* | | | Merge "stagefright: use CODECS field in EXT-X_STREAM-INF as fallback"Robert Shih2014-02-242-7/+157
|\ \ \ \
| * | | | stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-01-292-7/+157
* | | | | Merge "LiveSession refactor"Robert Shih2014-02-214-139/+93
|\ \ \ \ \
| * | | | | LiveSession refactorRobert Shih2014-02-204-139/+93
* | | | | | resolved conflicts for merge of aa0390b7 to masterMarco Nelissen2014-02-202-4/+13
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge "LiveSession: Use the actual, possibly redirected url as base in the M3U"Marco Nelissen2014-02-202-4/+13
| |\ \ \ \
| | * | | | LiveSession: Use the actual, possibly redirected url as base in the M3UMartin Storsjo2014-01-102-4/+13
| | | |_|/ | | |/| |
| * | | | M3UParser: Fix typo in 8883a38a308Martin Storsjo2014-02-101-1/+1
* | | | | Merge "LiveSession: Add support for block-by-block fetchFile."Robert Shih2014-02-152-35/+80
|\ \ \ \ \
| * | | | | LiveSession: Add support for block-by-block fetchFile.Robert Shih2014-02-132-35/+80