summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/NuMediaExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-2/+4
* Add support for common encryptionMarco Nelissen2013-04-081-0/+28
* Fix deadlockMarco Nelissen2012-08-241-1/+17
* Allow directly setting a DataSource for NuMediaExtractorMarco Nelissen2012-08-241-3/+13
* Don't make the decrypted content available to Java applications via MediaExtr...James Dong2012-07-231-0/+6
* Tell surface flinger that we want to protect output buffers from beingAndreas Huber2012-05-221-0/+6
* Respect channel mask in ACodec and NuPlayer.Andreas Huber2012-05-031-168/+1
* Fix mono gapless playback for decoders that output stereoMarco Nelissen2012-04-301-0/+9
* Opt in to the WVM extractor's secondary (cryptoPlugin) mode.Andreas Huber2012-04-261-0/+14
* NuMediaExtractor API to unselect tracks and finer control over seeking.Andreas Huber2012-04-261-4/+47
* Bump up the max number of items in an AMessage, remove overly stringentAndreas Huber2012-04-251-3/+1
* Make sure NuMediaExtractor is thread safe.Andreas Huber2012-04-231-0/+24
* Add the ability to query the amount of cached data to NuMediaExtractor.Andreas Huber2012-04-191-1/+85
* Some refactoring and cleanup of now obsolete crypto fields.Andreas Huber2012-04-181-33/+4
* NuMediaExtractor accidentally returned what looked like errors to the caller...Andreas Huber2012-04-171-1/+7
* Support widevine:// URLs in NuMediaExtractor / java MediaExtractor.Andreas Huber2012-04-171-2/+22
* Change NuMediaExtractor's API to support different kinds of data sources.Andreas Huber2012-04-131-2/+34
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-4/+53
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-5/+5
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+433