History log of /frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73feb8cda587e02f1ff68095b17d47e1d6e37c70 05-Dec-2017 Wei Jia <wjia@google.com> Stagefright: remove binder dependency on IMediaHTTP*

use non-binder version of MediaHTTPService and MediaHTTPConnection in
source related components
Test: media continuous CTS tests
Bug: 63934228
Change-Id: Icfc0b18eb3dfadb8d94979e398a9b94c062c62ed
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
d91dc5a0602f54fc0d4d2187f37b5b8169bb62c3 10-Oct-2017 Dongwon Kang <dwkang@google.com> Remove libmedia and libstagefright dependency from extractors

- MediaSource, DataSource and MediaExtractor are moved to
libmediaextractor so that they can be used by extractor
implementations without depending on libmedia and libstagefright.
- XXXFactory classes has been added in order not to expose CreateXXX
methods in libmediaextractor.
- avc_utils is moved to libstagefright_foundation since most of
extractor implementations are relying on that.

Test: build + post submit media CTS tests
Bug: 65851881
Change-Id: I7d5cf18dd25abc10478ac3f6e7d1828ad023e3fb
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
ff8b02346adfc4df113d9223c326aff81e78b54d 20-Dec-2016 Jinguang Dong <dongjinguang@huawei.com> HTTPLIVE: do not store hash of malformed M3U8 file

From code analysis, we should make sure that M3UParser::initCheck
returns OK then perform hash memcpy. This would prevent NuPlayer from
overlooking a malformed M3U8 and crashing later on a NULL derefernce.

Test: 1 Play http://117.34.15.47/7d.v.iask.com/player/ovs1_idx_chid_1054589_br_400_fn_4_pn_weitv_sig_md5.m3u8
2 mediaserver does not crash

Bug: 33763371
Change-Id: I3d8f5450cdf45288110121973c679c8d58210d5c
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
125e47913eb4c51b3c03a2953b6100df97da2c59 28-Aug-2015 Elliott Hughes <enh@google.com> am 9d65efac: Replace HAVE_ANDROID_OS with __ANDROID__.

* commit '9d65efac5bbf88c03f7fa5e95120e2fbae35aa9b':
Replace HAVE_ANDROID_OS with __ANDROID__.
9d65efac5bbf88c03f7fa5e95120e2fbae35aa9b 27-Aug-2015 Elliott Hughes <enh@google.com> Replace HAVE_ANDROID_OS with __ANDROID__.

Change-Id: I99d63bb7f36c274fd2142823f357963257406ced
(cherry picked from commit ab38ad99ff57816354f2ee5c742a0bc220f216b3)
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
8a414a2b8dc21143e13b9b75980aba68435a8a8e 15-Aug-2015 Robert Shih <robertshih@google.com> HTTPDownloader: bail out when buffer ranges wrap around

Bug: 23224421
Change-Id: I3ab1cc86d38028955a0752aa880477c5a57b02a1
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp
5abbd3dcbb0bb32a3d4b90dddbcf90458967eb6f 21-Apr-2015 Chong Zhang <chz@google.com> HLS: make disconnect faster to prevent ANR

disconnect HTTP connection when we absolutely won't resume

bug: 19890444
Change-Id: Idee36b48741f6f8eb1d65bca32156e9e18349c67
/frameworks/av/media/libstagefright/httplive/HTTPDownloader.cpp