gecko-dev/dom/media/ipc
Michael Froman 25ac4aee06 Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya
- also makes RemoteMediaDecoder generic so it can work with the remote decoders on the RDD process
- changes VideoDecoderChild to subclass IRemoteDecoderChild

Differential Revision: https://phabricator.services.mozilla.com/D8482

--HG--
rename : dom/media/ipc/RemoteVideoDecoder.cpp => dom/media/ipc/GpuDecoderModule.cpp
rename : dom/media/ipc/RemoteVideoDecoder.h => dom/media/ipc/GpuDecoderModule.h
extra : moz-landing-system : lando
2018-11-08 03:45:54 +00:00
..
GpuDecoderModule.cpp Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
GpuDecoderModule.h Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
IRemoteDecoderChild.h Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
MediaIPCUtils.h Bug 1394648 - Switch from nsInt{Point,Rect,Size} to gfx::Int{Point,Rect,Size} in dom/media. r=jwwang 2017-08-29 14:00:33 +12:00
moz.build Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
PVideoDecoder.ipdl Bug 1394591 - P4. Pass decoder description to RemoteVideoDecoder. r=mattwoodrow 2017-09-01 18:22:55 +02:00
PVideoDecoderManager.ipdl Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
RemoteMediaDataDecoder.cpp Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
RemoteMediaDataDecoder.h Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
VideoDecoderChild.cpp Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderChild.h Bug 1471535 - pt1 - Split RemoteVideoDecoder into GpuDecoderModule and RemoteMediaDataDecoder preparing for new RDD decoder work. r=jya 2018-11-08 03:45:54 +00:00
VideoDecoderManagerChild.cpp Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderManagerChild.h Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderManagerParent.cpp Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderManagerParent.h Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderParent.cpp Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00
VideoDecoderParent.h Bug 1496529 - P7. Pass full range of CreateDecoderParam::Option to RemoteVideoDecoder r=bryce 2018-10-09 16:59:24 +00:00