summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/FileSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better error logging during meta data retrieval. Fixed the stagefrightAndreas Huber2012-04-111-0/+2
* Cache the file size in favour of extraneous seek requests.Andreas Huber2012-04-111-7/+5
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Separate sniffing from session initializationJames Dong2012-01-121-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Properly serialize access to FileSource::getSize by acquiring the mutexAndreas Huber2011-09-021-0/+2
* Fix for bug 3477330Gloria Wang2011-03-101-3/+3
* Add more check before using the DRM manager client.Gloria Wang2011-02-081-0/+1
* - Do not use global DrmManagerClientGloria Wang2011-02-071-3/+18
* Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-10/+13
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-8/+9
* Add support for WV DRMGloria Wang2010-11-051-3/+4
* FileSource may fail to open a file in which case subsequent code dereferences...Andreas Huber2010-10-271-1/+1
* resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-8/+82
|\
| * DRM framework support:Gloria Wang2010-10-251-8/+82
* | Interestingly, a call to fseek with a NULL file handle now blocks forever...Andreas Huber2010-05-241-0/+8
|/
* Squashed commit of the following:Andreas Huber2010-01-121-1/+4
* Note to self: Don't reverse the arguments to fseek(o)...Andreas Huber2009-12-071-1/+1
* Update FileSource to also accept a file descriptor and a range.Andreas Huber2009-11-171-4/+35
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-2/+2
* assert => CHECK in stagefright.Andreas Huber2009-08-261-4/+2
* Squashed commit of the following:Andreas Huber2009-07-161-0/+50