summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Prefetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable early termination of the prefetcher's preparation phase.Andreas Huber2010-03-241-1/+8
* The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-8/+7
* Increase the amount of data buffered at preparation time. Make sure to start ...Andreas Huber2010-03-081-2/+2
* The prefetched source was unnecessarily holding a lock while receiving data f...Andreas Huber2010-03-081-5/+18
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-1/+3
* Fix a race condition in the prefetcher, the source may be shutdown while we'r...Andreas Huber2010-02-181-11/+7
* Don't hold the prefetcher mutex while prefetching a single source, the lock p...Andreas Huber2010-02-161-30/+36
* Squashed commit of the following:Andreas Huber2010-02-121-10/+30
* Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-081-10/+17
* Do not hold onto the master lock while reading data from the datasource. This...Andreas Huber2010-01-271-9/+14
* Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-261-0/+381