summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
* M3UParser: check for NULL before setting meta dataRobert Shih2014-07-161-0/+6
* Fix M3UParser relative path handling.Lajos Molnar2014-07-161-1/+3
* Merge commit '91820d46b5f3065c2fded3cdf65d305715b33bb1' into HEADBill Yi2014-04-296-395/+1286
|\
| * am 333ceb4f: Merge "DO NOT MERGE: PlaylistFetcher: fix infinite loop when par...Lajos Molnar2014-03-211-0/+12
| |\
| | * DO NOT MERGE: PlaylistFetcher: fix infinite loop when parsing ADTS.Robert Shih2014-03-211-0/+12
| * | am 24e1bd71: Merge "libstagefright is no longer 32 bit only."Glenn Kasten2014-03-191-2/+0
| |\ \
| * \ \ 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 64727dd7: Merge "More precise 32-bit only for libstagefright/ subdirectories"Glenn Kasten2014-03-181-0/+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 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 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-132-3/+2
| |\ \ \ \
| * \ \ \ \ am 49ea1337: Merge changes I787e1c05,I72d3a5e1,I0a5cc65f,I75fc2a25,I2c2be08d,...Lajos Molnar2014-03-076-253/+790
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | 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 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 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 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
* | | | | | libstagefright: fix 64-bit warningsColin Cross2014-04-142-5/+7
* | | | | | warnings be gone (2/4)Mark Salyzyn2014-04-111-5/+5
* | | | | | warnings be gone.Andreas Huber2014-04-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | libstagefright is no longer 32 bit only.Narayan Kamath2014-03-191-2/+0
| |_|_|/ |/| | |
* | | | More precise 32-bit only for libstagefright/ subdirectoriesGlenn Kasten2014-03-171-0/+2
| |_|/ |/| |
* | | Remove streaming URI from default logsDavid Williams2014-03-102-3/+2
* | | 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 "M3UParser: Skip query strings when looking for the last slash in a URL"Marco Nelissen2014-02-101-12/+22
|\ \
| * | M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-02-051-12/+22
* | | frameworks/av: fix errors inside ALOGVColin Cross2014-02-061-3/+0
|/ /
* | HLS: Fixed rounding error with decimal segment durationOscar Rydhé2013-12-191-1/+1
|/
* Pass subtitle track properties to getTrackInfoChong Zhang2013-09-111-0/+7
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-197-18/+168
* 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-317-600/+2520
* Parse the last none-empty line of .m3u8 fileSungsoo Lim2013-04-161-3/+0
* Fix seek in response to OnPrepared() for HLS contentAndreas Huber2013-04-011-13/+11
* HLS now properly publishes its "seekable" flags after connectionAndreas Huber2013-02-061-9/+44
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-272-13/+88
* Don't log streaming url.James Dong2012-08-171-5/+1