summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: PlaylistFetcher: fix infinite loop when parsing ADTS.Robert Shih2014-03-211-0/+12
* httplive: block-by-block fetch, decrypt, and parse ts files.Robert Shih2014-03-194-186/+282
* 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
* httplive: clear access units before returning from seekTo.Robert Shih2014-03-114-15/+42
* 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
* stagefright: use CODECS field in EXT-X_STREAM-INF as fallbackRobert Shih2014-03-062-7/+157
* stagefright: Fix issue with tracking media format in packet sourceLajos Molnar2014-03-061-4/+5
* stagefright: Fix bugs in playlist fetcher logicLajos Molnar2014-03-062-29/+105
* 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
* Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-201-2/+21
* Enable http-live support for https:// urls, fix a parsing issue.Andreas Huber2011-03-211-2/+25
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-091-4/+9
* Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-241-4/+13
* Experimental support for https transfers in stagefright.Andreas Huber2011-02-171-1/+2
* Remove legacy, AwesomePlayer-based http live implementation.Andreas Huber2011-02-161-12/+0
* Disconnect HTTP live sessions as soon as the request comes in.Andreas Huber2011-01-311-1/+24
* Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-211-2/+15
* Always revert to the previous bandwidth if the required sequence number canno...Andreas Huber2011-01-191-2/+1
* Return a runtime error if decryption fails instead of asserting.Andreas Huber2011-01-191-2/+8
* Fix typo.Andreas Huber2011-01-061-1/+1