webrtc/sdk/objc/Framework/Headers/WebRTC
Magnus Jedvert 8b4e92d0a5 ObjC SDK: Stop using built-in SW video codecs
This CL removes the use of default built-in SW in the ObjC layer. If a
client want to depend on the video SW codecs, they must inject them
explicitly.

Bug: webrtc:7925
Change-Id: If752e7f02109ff768dc5ec38d935203de85987c2
Reviewed-on: https://webrtc-review.googlesource.com/69800
Commit-Queue: Magnus Jedvert <magjed@webrtc.org>
Reviewed-by: Anders Carlsson <andersc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23073}
2018-05-02 10:15:56 +00:00
..
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCAudioSession.h Add notifiers for when the audio session will be activated/deactivated, did activate/deactivate and failed to activate/deactivate. 2018-04-25 16:50:43 +00:00
RTCAudioSessionConfiguration.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCAudioSource.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCAudioTrack.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCCallbackLogger.h Add new Logger to iOS SDK to be able to intercept logs and report them to the appropriate system 2018-01-31 09:35:29 +00:00
RTCCameraPreviewView.h Delete RTCAVFoundationVideoSource and related classes. 2018-02-12 14:41:25 +00:00
RTCCameraVideoCapturer.h Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCConfiguration.h Remove SdpSemantics::kDefault 2018-04-13 17:03:08 +00:00
RTCDataChannel.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCDataChannelConfiguration.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCDispatcher.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCDtmfSender.h Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCEAGLVideoView.h Add renderer-agnostic delegate protocol. 2018-04-19 16:18:49 +00:00
RTCFieldTrials.h Exposing WebRTC-Audio-SendSideBwe-For-Video field trial 2018-03-15 14:19:47 +00:00
RTCFileLogger.h Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCFileVideoCapturer.h Reland "Add file capturer to AppRTCMobile on simulator." 2017-11-24 15:06:39 +00:00
RTCIceCandidate.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCIceServer.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCIntervalRange.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCLegacyStatsReport.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCLogging.h Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
RTCMacros.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaConstraints.h Clean up iOS API audio settings 2018-03-05 08:32:52 +00:00
RTCMediaSource.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCMediaStream.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCMediaStreamTrack.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCMetrics.h Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCMetricsSampleInfo.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCMTLNSVideoView.h Add renderer-agnostic delegate protocol. 2018-04-19 16:18:49 +00:00
RTCMTLVideoView.h Make MTLView content mode settable. 2018-04-20 15:37:23 +00:00
RTCNSGLVideoView.h Add renderer-agnostic delegate protocol. 2018-04-19 16:18:49 +00:00
RTCPeerConnection.h Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
RTCPeerConnectionFactory.h Delete RTCAVFoundationVideoSource and related classes. 2018-02-12 14:41:25 +00:00
RTCPeerConnectionFactoryOptions.h Adding flag to enable/disable use of SRTP_AES128_CM_SHA1_32 crypto suite. 2018-03-23 19:26:55 +00:00
RTCRtpCodecParameters.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCRtpEncodingParameters.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCRtpParameters.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCRtpReceiver.h Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCRtpSender.h Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCRtpTransceiver.h Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
RTCSessionDescription.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCSSLAdapter.h Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCTracing.h Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCVideoCapturer.h Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
RTCVideoCodec.h ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCVideoCodecFactory.h Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCVideoCodecH264.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoDecoderVP8.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoDecoderVP9.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderVP8.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderVP9.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoFrame.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCVideoFrameBuffer.h Allow creation of 420 Buffer using YUV data. 2018-04-19 17:26:59 +00:00
RTCVideoRenderer.h Add renderer-agnostic delegate protocol. 2018-04-19 16:18:49 +00:00
RTCVideoSource.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCVideoTrack.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCVideoViewShading.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
UIDevice+RTCDevice.h Init max supported H.264 profile at runtime on iOS 2018-04-26 15:01:07 +00:00