gecko-dev/dom/media/gmp
Chris Pearce 694f3fc693 Bug 1245789 - Make GMPParent::Init() return a promise, so it can be async. r=gerald
This means that when initializing the Widevine CDM, we will be able to asynchronously
parse its manifest.json on the main thread, as the WebIDL JSON parser only runs there.

MozReview-Commit-ID: GI1sc4x4m16
2016-04-12 16:12:21 +12:00
..
gmp-api Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. 2016-01-07 15:43:37 -08:00
rlz Bug 1249424 - Remove use of nsAutoArrayPtr from librlz. r=gerald 2016-02-24 10:53:10 +13:00
widevine-adapter Bug 1245789 - Add Widevine CDM -> GMP adapter. r=gerald 2016-04-12 16:12:20 +12:00
GMPAudioDecoderChild.cpp Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
GMPAudioDecoderChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPAudioDecoderParent.cpp Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
GMPAudioDecoderParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPAudioDecoderProxy.h
GMPAudioHost.cpp Bug 1190258: P1. Use getter to access MediaRawData mData and mSize member. r=cpearce 2015-08-06 18:48:44 +10:00
GMPAudioHost.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPCallbackBase.h
GMPChild.cpp Bug 1249275: Fix mac compilation when sandbox is disabled. r=gerald 2016-02-28 01:36:02 +11:00
GMPChild.h Bug 1247763 - Remove info file parsing from GMP child process. r=gerald 2016-02-24 07:21:47 +13:00
GMPContentChild.cpp Bug 1229508 - Support current and previous GMP_API_DECRYPTORs. r=gerald 2015-12-02 15:37:09 +13:00
GMPContentChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPContentParent.cpp Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
GMPContentParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPDecryptorChild.cpp Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
GMPDecryptorChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPDecryptorParent.cpp Bug 1245789 - Handle unencrypted samples in encrypted media. r=gerald 2016-04-12 16:12:20 +12:00
GMPDecryptorParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPDecryptorProxy.h Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. 2016-01-07 15:43:37 -08:00
GMPEncryptedBufferDataImpl.cpp Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. 2016-01-07 15:43:37 -08:00
GMPEncryptedBufferDataImpl.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPLoader.cpp Bug 1245789 - Add GMPAdapter which can be passed to GMPLoader to adapt non GMP library to GMP API. r=gerald 2016-04-12 16:12:20 +12:00
GMPLoader.h Bug 1245789 - Add GMPAdapter which can be passed to GMPLoader to adapt non GMP library to GMP API. r=gerald 2016-04-12 16:12:20 +12:00
GMPMessageUtils.h Bug 1262473 - don't needlessly construct nsAutoCString temporaries when serializing GMPVideoCodec; r=cpearce 2016-03-31 15:19:38 -04:00
GMPParent.cpp Bug 1245789 - Make GMPParent::Init() return a promise, so it can be async. r=gerald 2016-04-12 16:12:21 +12:00
GMPParent.h Bug 1245789 - Make GMPParent::Init() return a promise, so it can be async. r=gerald 2016-04-12 16:12:21 +12:00
GMPPlatform.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
GMPPlatform.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPProcessChild.cpp Bug 1258905: Remove a bunch of dead IPC code. r=jld 2016-03-28 10:28:14 -07:00
GMPProcessChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPProcessParent.cpp Bug 1236680 Part 3: Add #ifs to include to fix bustage. r=me 2016-02-09 15:35:44 +00:00
GMPProcessParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPService.cpp Bug 1245789 - Add abstract thread wrapper for the GMP thread. r=gerald 2016-04-12 16:12:20 +12:00
GMPService.h Bug 1245789 - Add abstract thread wrapper for the GMP thread. r=gerald 2016-04-12 16:12:20 +12:00
GMPServiceChild.cpp Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPServiceChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPServiceParent.cpp Bug 1245789 - Make GMPParent::Init() return a promise, so it can be async. r=gerald 2016-04-12 16:12:21 +12:00
GMPServiceParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPSharedMemManager.cpp
GMPSharedMemManager.h
GMPStorageChild.cpp Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPStorageChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPStorageParent.cpp Bug 1236380 - GMPStorage::mShutdown=true until Init() succeeds - r=cpearce 2016-01-07 08:06:47 +11:00
GMPStorageParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPTimerChild.cpp
GMPTimerChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPTimerParent.cpp Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
GMPTimerParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPTypes.ipdlh
GMPUtils.cpp Bug 1247556 - Use GMPInfoFileParser in GMPParent::ReadGMPMetaData(). r=gerald 2016-02-12 10:59:51 +13:00
GMPUtils.h Bug 1246763 - Refactor GMP info file parsing into helper class. r=gerald 2016-02-09 14:37:22 +13:00
GMPVideoDecoderChild.cpp Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
GMPVideoDecoderChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoDecoderParent.cpp Bug 1186406 - Log why GMPVideoDecoderParent::Decode() fails. r=gerald 2015-12-01 18:13:52 +13:00
GMPVideoDecoderParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoDecoderProxy.h Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. 2016-01-07 15:43:37 -08:00
GMPVideoEncodedFrameImpl.cpp
GMPVideoEncodedFrameImpl.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoEncoderChild.cpp Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
GMPVideoEncoderChild.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoEncoderParent.cpp Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
GMPVideoEncoderParent.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoEncoderProxy.h Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce. 2016-01-07 15:43:37 -08:00
GMPVideoHost.cpp Bug 1224442: null-check GMP Parent Shmem messages from the Child to handle messages after shutdown r=cpearce 2015-11-13 01:08:01 -05:00
GMPVideoHost.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoi420FrameImpl.cpp
GMPVideoi420FrameImpl.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
GMPVideoPlaneImpl.cpp
GMPVideoPlaneImpl.h Bug 1240411: P5. Clean up GMP headers. r=cpearce 2016-01-19 19:47:32 +11:00
moz.build Bug 1245789 - Add Widevine CDM -> GMP adapter. r=gerald 2016-04-12 16:12:20 +12:00
mozIGeckoMediaPluginChromeService.idl
mozIGeckoMediaPluginService.idl Bug 1232527 - Remove GMPVideoDecoderTrialCreator and friends. r=jwwang 2015-12-15 15:17:22 +13:00
PGMP.ipdl Bug 1247763 - Remove info file parsing from GMP child process. r=gerald 2016-02-24 07:21:47 +13:00
PGMPAudioDecoder.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PGMPContent.ipdl
PGMPDecryptor.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PGMPService.ipdl Bug 1232527 - Remove GMPVideoDecoderTrialCreator and friends. r=jwwang 2015-12-15 15:17:22 +13:00
PGMPStorage.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PGMPTimer.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PGMPVideoDecoder.ipdl
PGMPVideoEncoder.ipdl
README.txt

This directory contains code supporting Gecko Media Plugins (GMPs). The GMP API is not the same thing as the Media Plugin API (MPAPI).