summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/M3UParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: log uri protocols, and opt-in to log full uriLajos Molnar2014-04-041-1/+2
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-5/+5
* am f4431278: am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-121-2/+1
|\
| * am 19afb386: Merge "Remove streaming URI from default logs"Marco Nelissen2014-03-121-2/+1
| |\
| | * Remove streaming URI from default logsDavid Williams2014-03-101-2/+1
| | * M3UParser: Fix typo in 8883a38a308Martin Storsjo2014-02-101-1/+1
| * | am 49ea1337: Merge changes I787e1c05,I72d3a5e1,I0a5cc65f,I75fc2a25,I2c2be08d,...Lajos Molnar2014-03-071-24/+22
| |\ \
| | * | 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
| * | | am 909498b7: Merge "stagefright: use CODECS field in EXT-X_STREAM-INF as fall...Lajos Molnar2014-03-071-7/+153
| |\ \ \ | | |/ /
| | * | stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-03-061-7/+153
* | | | M3UParser: trim spaces when parsing comma separated codecs.Robert Shih2014-03-101-0/+1
* | | | Merge "stagefright: use CODECS field in EXT-X_STREAM-INF as fallback"Robert Shih2014-02-241-7/+153
|\ \ \ \
| * | | | stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-01-291-7/+153
| | |/ / | |/| |
* | | | LiveSession refactorRobert Shih2014-02-201-12/+0
* | | | warnings be gone.Andreas Huber2014-02-111-3/+3
* | | | Fix buildMarco Nelissen2014-02-101-1/+1
| |_|/ |/| |
* | | M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-02-051-12/+22
| |/ |/|
* | 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-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