summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/NuHTTPDataSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use pread() to get the decrypted data for container based DRM file.Gloria Wang2011-05-201-0/+7
* Add avg bandwidth estimate every 2 seconds - do not merge.James Dong2011-04-281-0/+11
* When http streaming and Content-Length is unknown, make sure to return allAndreas Huber2011-03-301-1/+8
* Add missing copyright headers to a couple of filesJames Dong2011-03-071-0/+16
* Suppress the logging of URLs when in incognito mode.Andreas Huber2011-02-241-3/+8
* Experimental support for https transfers in stagefright.Andreas Huber2011-02-171-11/+23
* Add more check before using the DRM manager client.Gloria Wang2011-02-081-0/+1
* - Do not use global DrmManagerClientGloria Wang2011-02-071-3/+17
* The HTTP/1.1 Host request header must include port if it's not the default (80).Andreas Huber2010-12-161-0/+3
* Squashed commit of the following:Andreas Huber2010-12-061-1/+1
* Squashed commit of the following:Andreas Huber2010-11-191-9/+8
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-8/+8
* Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-181-10/+96
* Add getUri() for streamingGloria Wang2010-11-181-0/+4
* Provide bandwidth estimation support in NuHTTPDataSourceAndreas Huber2010-11-151-0/+53
* Add support for WV DRMGloria Wang2010-11-051-1/+32
* am fa5c8fc4: am abaabb2c: Merge "Support other kinds of HTTP redirect in NuHT...Andreas Huber2010-09-271-1/+6
|\
| * Support other kinds of HTTP redirect in NuHTTPDataSourceAndreas Huber2010-09-271-1/+6
* | Fixes for simulator build on lucidMike Lockwood2010-07-151-1/+1
|/
* Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-111-6/+79
* Initial check in of a new http data source implementation.Andreas Huber2010-06-101-0/+265