summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/NuCachedSource2.cpp
Commit message (Expand)AuthorAgeFilesLines
* media: 64 bit compile issuesMark Salyzyn2014-04-151-1/+1
* warnings be gone.Andreas Huber2014-04-111-2/+2
* Fix retries when server doesn't support range requests.Andreas Huber2012-08-281-2/+10
* Add the ability to query the amount of cached data to NuMediaExtractor.Andreas Huber2012-04-191-2/+2
* Make sure seek triggers a reconnect if needed.Bryan Mawhinney2012-01-181-2/+3
* Separate sniffing from session initializationJames Dong2012-01-121-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-7/+7
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-12/+12
* Don't hold onto the lock while reconnecting to the serverAndreas Huber2011-10-171-10/+18
* YouTube can now request custom cache/prefetch parameters and disconnect-at-hi...Andreas Huber2011-10-101-2/+56
* Specifying -1 for both low and highwater marks would not actually do the righ...Andreas Huber2011-10-071-5/+15
* Allow a system property "media.stagefright.cache-params" to override cache/pr...Andreas Huber2011-10-061-5/+52
* Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-221-7/+54
* Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-021-5/+13
* Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-311-0/+11
* Fix potential memory corruption in NuCachedSource2.Andreas Huber2011-05-041-0/+5
* Make sure a read restarts the prefetcher if necessary.Andreas Huber2011-04-191-6/+18
* Stagefright DataSources now expose the underlying content mime type.Andreas Huber2011-03-301-0/+4
* am 6834f061: am 970d7dd9: am e2c32e9f: If nothing is to be copied, return rig...Andreas Huber2011-03-221-0/+4
|\
| * If nothing is to be copied, return right away.Andreas Huber2011-03-211-0/+4
* | Fix for bug 3477330Gloria Wang2011-03-101-2/+2
|/
* - Do not use global DrmManagerClientGloria Wang2011-02-071-2/+2
* Prefill the cache before trying to instantiate the media extractor.Andreas Huber2011-01-191-0/+2
* Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-181-5/+4
* Fixed thrashing in the cached buffer during 720p YT video streamingJames Dong2011-01-141-2/+2
* Increase cache size and low-watermark threshold, alsoAndreas Huber2011-01-111-2/+2
* Squashed commit of the following:Andreas Huber2010-12-061-44/+2
* Fix an artifact of going from off_t to off64_tAndreas Huber2010-11-191-1/+1
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-9/+9
* Add getUri() for streamingGloria Wang2010-11-181-0/+3
* Make sure the prefetcher is actively fetching data if we pause playback due t...Andreas Huber2010-11-111-3/+11
* Add support for WV DRMGloria Wang2010-11-051-0/+8
* HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-121-3/+45
* Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-14/+14
* ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-271-0/+1
* Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-221-3/+15
* Must hold lock here...Andreas Huber2010-06-111-0/+1
* Fix a typo in NuCachedSource2 that would trigger an assert near the end of a ...Andreas Huber2010-06-111-1/+1
* Initial check-in of new caching/prefetching data source implementation.Andreas Huber2010-06-101-0/+458