summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/DRMExtractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add DRM errors in the DRM frameworks to MediaErrors also.Gloria Wang2011-04-291-6/+2
| | | | | | For bug 4350156. Change-Id: Ib5711ec642178a49203a448b7f5114e675d49394
* Fix for bug 3477330Gloria Wang2011-03-101-5/+5
| | | | | | | This patch fixs a crash bug caused by using a NULL DecryptHandle pointer. Fix by using sp<DecryptHandle> instead. Change-Id: Icbd59858385e8256125a615a3c82656b25319d44
* Bug 3447027 Limit previews for DRM videoGlenn Kasten2011-02-281-0/+1
| | | | Change-Id: I5b15cf6a15623cf73f007c59143ab5e3fa5a07e8
* Add more check before using the DRM manager client.Gloria Wang2011-02-081-0/+1
| | | | Change-Id: I7369dcd6b6abd1945430373200fd5353bca70652
* - Do not use global DrmManagerClientGloria Wang2011-02-071-24/+17
| | | | | | | - Release the DrmManagerClient and DecryptHandle in DataSource Fix for bug 3429811 Change-Id: I549f72b75225751877eb0e630ce8098f8ec6316f
* Add support for WV DRMGloria Wang2010-11-051-4/+9
| | | | Change-Id: I0408c5e0a488f112a84337b21b0cd4613a4da461
* resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-1/+2
| | | | Change-Id: Ie2b675d50bfca3f33aee80f1a67c9f03d1f97472
* DRM framework support:Gloria Wang2010-10-251-0/+302
- 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