summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/DRMExtractor.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 3477330Gloria Wang2011-03-101-1/+1
| | | | | | | This patch fixs a crash bug caused by using a NULL DecryptHandle pointer. Fix by using sp<DecryptHandle> instead. Change-Id: Icbd59858385e8256125a615a3c82656b25319d44
* - Do not use global DrmManagerClientGloria Wang2011-02-071-0/+1
| | | | | | | - Release the DrmManagerClient and DecryptHandle in DataSource Fix for bug 3429811 Change-Id: I549f72b75225751877eb0e630ce8098f8ec6316f
* resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-1/+3
| | | | Change-Id: Ie2b675d50bfca3f33aee80f1a67c9f03d1f97472
* DRM framework support:Gloria Wang2010-10-251-0/+59
- add a sniffer for DRM files - add DRMSource and DRMExtractor for es_based DRM - add pread in FileSource.cpp for container_based DRM - add native DRM framework API calls in the player for DRM audio/video playback Change-Id: I4b9ef19165c9b4f44ff40eeededb9a665e78a90f