History log of /frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5a20d8d75718fda8a9435d7113f3d6bb8f79a33 08-Jul-2011 Ashish Sharma <ashishsharma@google.com> Network traffic accounting for chromium stack support in mediaserver.

- Atribute network activity to uid calling the mediaplayer
- Enables logging of chromium network stack in logcat

Change-Id: I2d28c8392248a056b3cee305dd4d4475ebba4337
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
1467ec343309821b215cb3e049a6746d07030c07 05-Aug-2011 Gloria Wang <gwang@google.com> Close the DRM session in the destructor of ChromiumHTTPDataSource.
Fix for bug 5015079.

Change-Id: I45fcf6ff8b50e62f2812930eaf68c00206cb7e52
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
178e8eb5ddb06dca2f225df6f8df662ad0d15d26 18-Jul-2011 Andreas Huber <andih@google.com> Retry datasource fetches a few times before giving up (NuCachedSource2).

Change-Id: I147fc18ef55bc89d2e2fee69b7869c45abbfdd6b
related-to-bug: 3405354
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
443287068bec5ca73b76a08e499da6f0de3b670a 02-Jun-2011 James Dong <jdong@google.com> Do not call getEstimatedBandwidth if the streaming is not HTTP-based

Change-Id: I4ab6c57e5b2b989676b8dfbb98402d10a5752261
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
a9d0febdd0f0502ec4f29f77b742e11ceae8a30e 26-May-2011 James Dong <jdong@google.com> Send estimated bandwidth value as informational event when cache fetcher pauses

o Application can make informed decision about the available network bandwidth
when cache fetcher pauses.

o Application can also adjust how frequently the bandwidth is estimated within
a range from one second to one minute.

Change-Id: I90068001343e79da1886de03c565537787e1580b
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
a2e57ca6504adfb3045c1d349d3abad796d8001f 30-Mar-2011 Andreas Huber <andih@google.com> Stagefright DataSources now expose the underlying content mime type.

Use that mime type to determine if we should do upfront buffering at the start of
playback and don't for audio streams to ensure playback starts fairly instantly.

Change-Id: If21e36d1b024f0e5c723911bceadaa2e0307ab42
related-to-bug: 4090916
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
ae7752798a98fc81ff5e6ae69dde2137692106be 25-Feb-2011 Gloria Wang <gwang@google.com> Fix for bug 3477330
This patch fixs a crash bug caused by using a NULL DecryptHandle pointer.
Fix by using sp<DecryptHandle> instead.

Change-Id: Icbd59858385e8256125a615a3c82656b25319d44
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp
5f5719e45b3c4e3237a45b019e0fcd86060974a8 09-Mar-2011 Andreas Huber <andih@google.com> An HTTP datasource for stagefright using the chromium code.

Use of this new datasource is now the default unless overwritten by

adb shell setprop media.stagefright.use-chromium false

Change-Id: I156a8eb9a1fff1cb537b4aec6cf3e8e6052be81e
/frameworks/base/media/libstagefright/chromium_http/ChromiumHTTPDataSource.cpp