summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/M3UParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* M3UParser: handle missing EXT-X-MEDIA URIscm-11.0Robert Shih2018-09-131-2/+6
* M3UParser: make url on demandRobert Shih2018-09-131-11/+21
* M3UParser: detect variant streams without EXT-X-STREAM-INFRobert Shih2018-04-061-2/+5
* httplive: check for malformed EXT-X-STREAM-INFRobert Shih2018-02-171-0/+3
* M3UParser: check for NULL before setting meta dataRobert Shih2014-07-181-0/+6
* Fix M3UParser relative path handling.Lajos Molnar2014-07-181-1/+3
* M3UParser: trim spaces when parsing comma separated codecs.Robert Shih2014-03-111-0/+1
* M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-03-061-12/+22
* LiveSession refactorRobert Shih2014-03-061-12/+0
* stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-03-061-7/+153
* Pass subtitle track properties to getTrackInfoChong Zhang2013-09-111-0/+7
* MediaPlayer: add listener for raw track dataChong Zhang2013-08-191-2/+93
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-24/+469
* Parse the last none-empty line of .m3u8 fileSungsoo Lim2013-04-161-3/+0
* Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-1/+8
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Support new HLS byte-range extensionsAndreas Huber2011-10-311-0/+65
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
* More HLS fixesAndreas Huber2011-07-191-9/+26
* Seeking/duration in HLS content is based on the individual segments' durationAndreas Huber2011-06-301-3/+10
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-211-3/+41
* Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-2/+25
* Better handling of forming absolute https URLs, runtime error on https:// acc...Andreas Huber2010-12-211-1/+2
* The HTTP/1.1 Host request header must include port if it's not the default (80).Andreas Huber2010-12-161-0/+9
* Squashed commit of the following:Andreas Huber2010-12-021-2/+20
* More HTTP live support, AES encryption etc.Andreas Huber2010-11-151-0/+56
* am 28b93967: am 165c6579: Merge "HTTP Live content that are tagged as complet...Andreas Huber2010-10-141-1/+8
|\
| * HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-121-1/+8
* | am bb708373: am 949f7d90: Merge "Work to support switching transport streams ...Andreas Huber2010-10-101-2/+72
|\|
| * Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-2/+72
* | Fixes for simulator build on lucidMike Lockwood2010-07-151-1/+1
|/
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-071-0/+231