webrtc/media/engine
Mirko Bonadei e062385dc7 Avoid to unconditionally include rtc_base/win32.h.
This CL adds #error to spot where rtc_base/win32.h is unconditionally
included and fixes all the places where it happens.

Bug: webrtc:8814
Change-Id: I3c005acf2cdb58a51f1bcaa4acaeebd272c56660
Reviewed-on: https://webrtc-review.googlesource.com/46060
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21840}
2018-02-01 11:22:51 +00:00
..
adm_helpers.cc Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
adm_helpers.h Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
apm_helpers_unittest.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
apm_helpers.cc Remove voe::TransmitMixer 2017-12-15 16:48:57 +00:00
apm_helpers.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
constants.cc Move const variables initialization to constants.cc 2017-11-22 11:14:37 +00:00
constants.h Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. 2017-11-13 10:58:42 +00:00
convert_legacy_video_factory.cc Create common helper method for comparing video formats 2017-11-23 15:41:38 +00:00
convert_legacy_video_factory.h Reland "Add helper functions for migrating to new video codec factories" 2017-10-31 13:32:22 +00:00
fakewebrtccall.cc Move ownership of voe::Channel into Audio[Receive|Send]Stream. 2018-01-11 12:58:31 +00:00
fakewebrtccall.h Delete AudioMonitor and related code. 2018-01-30 09:48:29 +00:00
fakewebrtcdeviceinfo.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
fakewebrtcvcmfactory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakewebrtcvideocapturemodule.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
fakewebrtcvideoengine.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
internaldecoderfactory_unittest.cc Reland "Update internal video decoder factory to new interface" 2017-11-09 14:29:12 +00:00
internaldecoderfactory.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
internaldecoderfactory.h Reland "Update internal video decoder factory to new interface" 2017-11-09 14:29:12 +00:00
internalencoderfactory.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
internalencoderfactory.h Reland "Update internal encoder factory to new interface" 2017-11-18 10:48:28 +00:00
multiplexcodecfactory_unittest.cc Reland "Rename stereo video codec to multiplex" 2018-01-29 20:37:59 +00:00
multiplexcodecfactory.cc Reland "Rename stereo video codec to multiplex" 2018-01-29 20:37:59 +00:00
multiplexcodecfactory.h Reland "Rename stereo video codec to multiplex" 2018-01-29 20:37:59 +00:00
nullwebrtcvideoengine_unittest.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
nullwebrtcvideoengine.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
payload_type_mapper_unittest.cc Optional: Use nullopt and implicit construction in /media 2017-11-21 14:46:37 +00:00
payload_type_mapper.cc Optional: Use nullopt and implicit construction in /media 2017-11-21 14:46:37 +00:00
payload_type_mapper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scopedvideodecoder.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scopedvideodecoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scopedvideoencoder.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scopedvideoencoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulcast_encoder_adapter_unittest.cc Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-18 22:42:23 +00:00
simulcast_encoder_adapter.cc Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
simulcast_encoder_adapter.h Reland "Update internal encoder factory to new interface" 2017-11-18 10:48:28 +00:00
simulcast_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulcast.cc Removed overloaded function GetSimulcastConfig from simulcast.cc. 2018-01-11 20:15:31 +00:00
simulcast.h Removed overloaded function GetSimulcastConfig from simulcast.cc. 2018-01-11 20:15:31 +00:00
videodecodersoftwarefallbackwrapper_unittest.cc Reland "Update internal video decoder factory to new interface" 2017-11-09 14:29:12 +00:00
videodecodersoftwarefallbackwrapper.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
videodecodersoftwarefallbackwrapper.h Reland "Update internal video decoder factory to new interface" 2017-11-09 14:29:12 +00:00
videoencodersoftwarefallbackwrapper_unittest.cc Update VideoEncoderSoftwareFallbackWrapper to take VideoEncoder as arg 2017-11-14 10:47:46 +00:00
videoencodersoftwarefallbackwrapper.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
videoencodersoftwarefallbackwrapper.h Update VideoEncoderSoftwareFallbackWrapper to take VideoEncoder as arg 2017-11-14 10:47:46 +00:00
vp8_encoder_simulcast_proxy_unittest.cc Reland "Update internal encoder factory to new interface" 2017-11-18 10:48:28 +00:00
vp8_encoder_simulcast_proxy.cc Reland "Update internal encoder factory to new interface" 2017-11-18 10:48:28 +00:00
vp8_encoder_simulcast_proxy.h Reland "Update internal encoder factory to new interface" 2017-11-18 10:48:28 +00:00
webrtcmediaengine_unittest.cc WebRtcMediaEngineFactory: Require caller to supply an AudioDecoderFactory 2017-11-09 14:18:12 +00:00
webrtcmediaengine.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
webrtcmediaengine.h Move ownership of voe::Channel into Audio[Receive|Send]Stream. 2018-01-11 12:58:31 +00:00
webrtcvideocapturer_unittest.cc Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideocapturer.cc Avoid to unconditionally include rtc_base/win32.h. 2018-02-01 11:22:51 +00:00
webrtcvideocapturer.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideocapturerfactory.cc Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideocapturerfactory.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideodecoderfactory.cc Revert "Add helper functions for migrating to new video codec factories" 2017-10-30 22:52:59 +00:00
webrtcvideodecoderfactory.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideoencoderfactory_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
webrtcvideoencoderfactory.cc Clean up some bad constructs in media/ 2017-09-29 12:22:57 +00:00
webrtcvideoencoderfactory.h Enable cpplint in media/ 2017-10-31 17:46:42 +00:00
webrtcvideoengine_unittest.cc Change return type of RtpSenderInterface::SetParameters from bool to RTCError 2018-01-25 19:06:04 +00:00
webrtcvideoengine.cc Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
webrtcvideoengine.h Enable building WebRTC without built-in software codecs 2018-01-31 08:33:59 +00:00
webrtcvoiceengine_unittest.cc Change return type of RtpSenderInterface::SetParameters from bool to RTCError 2018-01-25 19:06:04 +00:00
webrtcvoiceengine.cc Delete AudioMonitor and related code. 2018-01-30 09:48:29 +00:00
webrtcvoiceengine.h Delete AudioMonitor and related code. 2018-01-30 09:48:29 +00:00