summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/NuCachedSource2.h
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to query the amount of cached data to NuMediaExtractor.Andreas Huber2012-04-191-3/+3
* Separate sniffing from session initializationJames Dong2012-01-121-1/+1
* YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-101-1/+11
* Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-061-4/+13
* Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-221-0/+6
* Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-021-1/+5
* Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-311-0/+2
* Make sure a read restarts the prefetcher if necessary.Andreas Huber2011-04-191-1/+3
* Stagefright DataSources now expose the underlying content mime type.Andreas Huber2011-03-301-0/+3
* Fix for bug 3477330Gloria Wang2011-03-101-2/+2
* - Do not use global DrmManagerClientGloria Wang2011-02-071-1/+1
* Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-181-2/+2
* Increase cache size and low-watermark threshold, alsoAndreas Huber2011-01-111-2/+2
* Squashed commit of the following:Andreas Huber2010-12-061-6/+0
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-6/+6
* Add getUri() for streamingGloria Wang2010-11-181-0/+1
* Increase the prefetcher's low water mark so it restarts fetching data earlier.Andreas Huber2010-11-111-1/+1
* Make sure the prefetcher is actively fetching data if we pause playback due t...Andreas Huber2010-11-111-1/+3
* Add support for WV DRMGloria Wang2010-11-051-0/+2
* HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-121-0/+6
* Finetune some of the prefetcher parameters to a) buffer as much as froyo did ...Andreas Huber2010-06-251-2/+2
* Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-221-3/+8
* Initial check-in of new caching/prefetching data source implementation.Andreas Huber2010-06-101-0/+93