gecko/content/media/gmp
Jed Davis 66d1734f54 Bug 1043733 - Require sandboxing to load Gecko Media Plugins on Linux. r=jesup r=kang
Also refactors how sandbox support and disabling are handled, and allows
simulating a lack of sandbox support with an env var (for testing
without rebuilding a kernel).
2014-08-12 21:28:27 -07:00
..
gmp-api Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPAudioDecoderChild.cpp Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPAudioDecoderChild.h Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
GMPAudioDecoderParent.cpp Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPAudioDecoderParent.h Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
GMPAudioDecoderProxy.h Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPAudioHost.cpp Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPAudioHost.h Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPCallbackBase.h Bug 1041232: Resolve GMP API lifetime issues and allow mid-call shutdown, etc r=cpearce 2014-07-24 21:47:40 -04:00
GMPChild.cpp Bug 1043733 - Require sandboxing to load Gecko Media Plugins on Linux. r=jesup r=kang 2014-08-12 21:28:27 -07:00
GMPChild.h Bug 1012949 - Sandbox the OpenH264 plugin for Mac r=rjesup,areinald,ted a=PatchNeedsToLandToday 2014-08-08 11:55:22 -05:00
GMPDecryptorChild.cpp Bug 1048097 - Delete the GMPBuffer we send into GMP/CDM for decryption once it's been returned decrypted. r=jesup 2014-08-05 19:56:04 +12:00
GMPDecryptorChild.h Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPDecryptorParent.cpp Bug 1042373 - Implement GMPDecryptor interface for use in GMPs. r=jesup 2014-07-28 11:20:34 +12:00
GMPDecryptorParent.h Bug 1042373 - Implement GMPDecryptor interface for use in GMPs. r=jesup 2014-07-28 11:20:34 +12:00
GMPDecryptorProxy.h Bug 1043147 - Update CDMProxy and EME JS APIs to proxy calls to a GMP/CDM. r=ehsan 2014-07-30 18:53:28 +12:00
GMPEncryptedBufferDataImpl.cpp Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
GMPEncryptedBufferDataImpl.h Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
GMPMessageUtils.h Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
GMPParent.cpp Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPParent.h Bug 1048107 - Bustage fix. r=bustage. 2014-08-05 20:33:01 +12:00
GMPPlatform.cpp Bug 1050582 - Check we're on the correct thread in SetTimerOnMainThread. r=jesup 2014-08-11 14:18:53 +12:00
GMPPlatform.h Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPProcessChild.cpp Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent 2014-05-17 22:05:46 -05:00
GMPProcessChild.h Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent 2014-05-17 22:05:46 -05:00
GMPProcessParent.cpp bug 985252. Build sandbox code regardless of whether --enable-content-sandbox/MOZ_CONTENT_SANDBOX is provided. Enable sandboxing of GMP plugins. Enable SandboxBroker to set different security policies for different process types. r=bbondy, r=cpearce, r=bent 2014-07-16 16:01:34 -07:00
GMPProcessParent.h Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent 2014-05-17 22:05:46 -05:00
GMPService.cpp Bug 1043733 - Require sandboxing to load Gecko Media Plugins on Linux. r=jesup r=kang 2014-08-12 21:28:27 -07:00
GMPService.h Bug 1044408: enable crashing all GMP plugins on a pref strobe r=cpearce,ted 2014-07-30 17:40:43 -04:00
GMPSharedMemManager.cpp Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPSharedMemManager.h Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPTimerChild.cpp Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPTimerChild.h Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPTimerParent.cpp Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPTimerParent.h Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
GMPTypes.ipdlh Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
GMPVideoDecoderChild.cpp Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoDecoderChild.h Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoDecoderParent.cpp Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoDecoderParent.h Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoDecoderProxy.h Bug 1041232: Resolve GMP API lifetime issues and allow mid-call shutdown, etc r=cpearce 2014-07-24 21:47:40 -04:00
GMPVideoEncodedFrameImpl.cpp Bug 1047205 - Attach crypto info to encoded GMP video frames. r=jesup 2014-08-03 09:29:18 +12:00
GMPVideoEncodedFrameImpl.h Bug 1047205 - Attach crypto info to encoded GMP video frames. r=jesup 2014-08-03 09:29:18 +12:00
GMPVideoEncoderChild.cpp Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoEncoderChild.h Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoEncoderParent.cpp Bug 1047442: bustage fix (unified builds) rs=bustage,kwierso on a CLOSED TREE 2014-08-01 17:53:59 -04:00
GMPVideoEncoderParent.h Bug 1047442: Add thread to resolve deadlock on sendCritSect caused by sync Encode dispatch to GMPThread r=pkerr 2014-08-01 17:27:52 -04:00
GMPVideoEncoderProxy.h Bug 1041232: Resolve GMP API lifetime issues and allow mid-call shutdown, etc r=cpearce 2014-07-24 21:47:40 -04:00
GMPVideoHost.cpp Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
GMPVideoHost.h Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
GMPVideoi420FrameImpl.cpp Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
GMPVideoi420FrameImpl.h Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
GMPVideoPlaneImpl.cpp Bug 1044550: Move GMP shared mem cache from a global to per-GMPParent r=cpearce 2014-07-28 11:44:20 -04:00
GMPVideoPlaneImpl.h Bug 1020760 - Update GMP APIs to support EME plugins. r=jesup 2014-07-11 15:35:56 +12:00
moz.build Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
mozIGeckoMediaPluginService.idl Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
PGMP.ipdl Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
PGMPAudioDecoder.ipdl Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
PGMPDecryptor.ipdl Bug 1042373 - Implement GMPDecryptor interface for use in GMPs. r=jesup 2014-07-28 11:20:34 +12:00
PGMPTimer.ipdl Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 19:56:05 +12:00
PGMPVideoDecoder.ipdl Bug 1038615 - Report GMP decoding/encoding errors asynchronously. r=jesup 2014-07-24 09:35:01 +12:00
PGMPVideoEncoder.ipdl Bug 1038615 - Report GMP decoding/encoding errors asynchronously. r=jesup 2014-07-24 09:35:01 +12:00
README.txt Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent 2014-05-17 22:05:46 -05:00

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