summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | | Merge "PlaylistFetcher: Add support for block-by-block decryption."Robert Shih2014-02-152-37/+75
|\ \ \ \ \ \
| * | | | | | PlaylistFetcher: Add support for block-by-block decryption.Robert Shih2014-02-132-37/+75
| |/ / / / /
* | | | | | warnings be gone.Andreas Huber2014-02-113-6/+9
* | | | | | Fix buildMarco Nelissen2014-02-101-1/+1
* | | | | | am 7cbaf3be: am 8519b8a1: Merge "M3UParser: Skip query strings when looking f...Marco Nelissen2014-02-101-12/+22
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | 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
| |/ / /
* | | | Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-052-13/+2
* | | | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-042-7/+14
* | | | am 9dfe2ae1: am 586dda1d: am 5ca94d2f: Merge "HLS: Fixed rounding error with ...Marco Nelissen2014-01-091-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | HLS: Fixed rounding error with decimal segment durationOscar Rydhé2013-12-191-1/+1
| |/
* | stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2013-12-171-4/+5
* | stagefright: Fix bugs in playlist fetcher logicLajos Molnar2013-12-162-29/+105
* | The member mRefreshState was removed in commit and the printout causesAndreas Huber2013-11-181-3/+0
|/
* 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
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* AV Android make files changesJames Dong2012-03-281-1/+1
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-16/+16
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-9/+9
* Support new HLS byte-range extensionsAndreas Huber2011-10-312-5/+101
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-9/+9
* Restart HLS streaming from the bottom of the playlist if we miss the boat on theAndreas Huber2011-08-041-13/+22
* Start playing live streaming HLS content from the first segment.Andreas Huber2011-08-011-11/+10
* More HLS fixesAndreas Huber2011-07-192-10/+30
* Always consider playlists corresponding to different bandwidths different.Andreas Huber2011-07-151-0/+6
* Refetch playlists according to the HLS specs, varying delay if playlists unch...Andreas Huber2011-07-151-12/+111
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-1/+10
* Seeking/duration in HLS content is based on the individual segments' durationAndreas Huber2011-06-302-16/+42
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-212-3/+43