summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/DataSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support "data:" URIs again in mediaplayer...Andreas Huber2014-02-111-0/+3
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-051-9/+0
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-2/+7
* Only initialize sniffers once, don't hold mutex while sniffingMarco Nelissen2013-11-111-16/+27
* Add support for common encryptionMarco Nelissen2013-04-081-0/+13
* Remove FragmentedMP4ExtractorMarco Nelissen2013-02-151-2/+0
* Add support for fragmented mp4 to MPEG4ExtractorMarco Nelissen2013-02-151-0/+26
* Fragmented mp4 extractorMarco Nelissen2012-09-051-7/+9
* libstagefright: dynamically load libstagefright_chromium_httpColin Cross2012-06-151-2/+2
* Remove/Disable the AVI extractor.Andreas Huber2012-05-071-2/+0
* Support widevine:// URLs in NuMediaExtractor / java MediaExtractor.Andreas Huber2012-04-171-11/+29
* Change NuMediaExtractor's API to support different kinds of data sources.Andreas Huber2012-04-131-1/+13
* Separate sniffing from session initializationJames Dong2012-01-121-0/+2
* am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead ...James Dong2011-12-141-2/+0
|\
| * Revert the following patches because they may lead to power regression becaus...James Dong2011-12-141-2/+0
* | am a5038d16: am a693a4b5: Merge "Fix ANRs due to Widevine DRM plugin sniff ta...Jeff Tinker2011-12-091-0/+2
|\ \ | |/
| * Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1Jeff Tinker2011-12-081-0/+2
| |\
| | * Fix ANRs due to Widevine DRM plugin sniff taking too long.Jeff Tinker2011-12-071-0/+2
| * | DO NOT MERGE: Remove the AVI extractor.Andreas Huber2011-12-061-2/+0
| |/
* | Allow data uris to be data sourcesNarayan Kamath2011-12-061-0/+9
|/
* Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-0/+2
* Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi filesAndreas Huber2011-03-301-0/+2
* Stagefright DataSources now expose the underlying content mime type.Andreas Huber2011-03-301-0/+4
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-091-2/+2
* Experimental support for https transfers in stagefright.Andreas Huber2011-02-171-1/+2
* Add AAC extractorGloria Wang2011-02-151-0/+2
* Bug 1804058 FLAC extractorGlenn Kasten2011-02-031-0/+2
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-2/+2
* - register DRM sniffer only when drmserver is upGloria Wang2010-10-291-1/+8
* A temporary fix for "Waiting for service drm.drmManager".Gloria Wang2010-10-261-1/+1
* resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-0/+2
|\
| * DRM framework support:Gloria Wang2010-10-251-0/+2
* | Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-6/+11
* | Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-111-1/+1
* | Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-101-5/+5
* | Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-071-0/+2
* | Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-0/+3
|/
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-071-2/+2
* Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-041-0/+2
* Increase the size of the pages used in CachingDataSource (total amount of mem...Andreas Huber2010-04-081-1/+1
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-2/+5
* Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-101-1/+1
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-2/+3
* Squashed commit of the following:Andreas Huber2010-01-121-0/+23
* Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber2009-11-031-0/+2
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-1/+1
* Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-231-3/+4
* Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-091-0/+2
* Squashed commit of the following:Andreas Huber2009-08-171-0/+13
* Squashed commit of the following:Andreas Huber2009-07-161-0/+76