summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/FileSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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