.. |
RTCAudioSource+Private.h
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCAudioSource.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCAudioTrack+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCAudioTrack.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCCameraVideoCapturer.m
|
iOS SDK 10.0 compatability.
|
2018-05-31 07:28:34 +00:00 |
RTCCertificate.mm
|
Add certificate generate/set functionality to bring iOS closer to JS API
|
2018-08-13 22:25:15 +00:00 |
RTCConfiguration+Native.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCConfiguration+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCConfiguration.mm
|
Add certificate generate/set functionality to bring iOS closer to JS API
|
2018-08-13 22:25:15 +00:00 |
RTCDataChannel+Private.h
|
Fixed crash when PCF is destroyed before DataChannel in ObjC
|
2018-06-28 12:54:22 +00:00 |
RTCDataChannel.mm
|
Fixed crash when PCF is destroyed before DataChannel in ObjC
|
2018-06-28 12:54:22 +00:00 |
RTCDataChannelConfiguration+Private.h
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCDataChannelConfiguration.mm
|
Moving src/webrtc into src/.
|
2017-09-15 04:25:06 +00:00 |
RTCDefaultVideoDecoderFactory.m
|
ObjC SDK: Stop using built-in SW video codecs
|
2018-05-02 10:15:56 +00:00 |
RTCDefaultVideoEncoderFactory.m
|
ObjC SDK: Stop using built-in SW video codecs
|
2018-05-02 10:15:56 +00:00 |
RTCDtmfSender+Private.h
|
Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK.
|
2018-01-05 18:21:29 +00:00 |
RTCDtmfSender.mm
|
Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK.
|
2018-01-05 18:21:29 +00:00 |
RTCEncodedImage.mm
|
Add accessor methods for RTP timestamp of EncodedImage.
|
2018-08-21 09:15:51 +00:00 |
RTCFileVideoCapturer.m
|
Fixing some of the issues found by clang static analyzer.
|
2018-01-12 16:35:09 +00:00 |
RTCH264ProfileLevelId.mm
|
Replace rtc::Optional with absl::optional
|
2018-06-21 09:32:56 +00:00 |
RTCIceCandidate+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCIceCandidate.mm
|
Moving src/webrtc into src/.
|
2017-09-15 04:25:06 +00:00 |
RTCIceServer+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCIceServer.mm
|
Moving src/webrtc into src/.
|
2017-09-15 04:25:06 +00:00 |
RTCIntervalRange+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCIntervalRange.mm
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCLegacyStatsReport+Private.h
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCLegacyStatsReport.mm
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCMediaConstraints+Private.h
|
Enable clang::find_bad_constructs for sdk/ (part 1).
|
2018-07-26 12:16:31 +00:00 |
RTCMediaConstraints.mm
|
Clean up iOS API audio settings
|
2018-03-05 08:32:52 +00:00 |
RTCMediaSource+Private.h
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCMediaSource.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCMediaStream+Private.h
|
Fixed crash when PCF is destroyed before MediaStream in ObjC
|
2018-06-21 11:12:30 +00:00 |
RTCMediaStream.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCMediaStreamTrack+Private.h
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCMediaStreamTrack.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCMetrics.mm
|
Fixing warnings in public iOS SDK headers.
|
2018-02-01 14:05:14 +00:00 |
RTCMetricsSampleInfo+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCMetricsSampleInfo.mm
|
Moving src/webrtc into src/.
|
2017-09-15 04:25:06 +00:00 |
RTCPeerConnection+DataChannel.mm
|
Fixed crash when PCF is destroyed before DataChannel in ObjC
|
2018-06-28 12:54:22 +00:00 |
RTCPeerConnection+Native.h
|
Reland ObjC API for BWE allocation strategy
|
2017-11-01 15:21:06 +00:00 |
RTCPeerConnection+Private.h
|
Add didRemoveReceiver delegate callback.
|
2018-08-22 17:51:03 +00:00 |
RTCPeerConnection+Stats.mm
|
Enable clang::find_bad_constructs for sdk/ (part 1).
|
2018-07-26 12:16:31 +00:00 |
RTCPeerConnection.mm
|
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
|
2018-08-23 07:14:37 +00:00 |
RTCPeerConnectionFactory+Native.h
|
ObjC SDK: Stop using built-in SW video codecs
|
2018-05-02 10:15:56 +00:00 |
RTCPeerConnectionFactory+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCPeerConnectionFactory.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCPeerConnectionFactoryBuilder+DefaultComponents.h
|
Create a peer connection factory builder
|
2018-06-21 09:22:50 +00:00 |
RTCPeerConnectionFactoryBuilder+DefaultComponents.mm
|
Create a peer connection factory builder
|
2018-06-21 09:22:50 +00:00 |
RTCPeerConnectionFactoryBuilder.h
|
Create a peer connection factory builder
|
2018-06-21 09:22:50 +00:00 |
RTCPeerConnectionFactoryBuilder.mm
|
Create a peer connection factory builder
|
2018-06-21 09:22:50 +00:00 |
RTCPeerConnectionFactoryOptions+Private.h
|
Exposed setOptions via RTCPeerConnectionFactory
|
2018-01-05 18:10:29 +00:00 |
RTCPeerConnectionFactoryOptions.mm
|
Added API to Objective-C PeerConnectionFactoryOptions to enable GCM Ciphers.
|
2018-07-18 18:10:26 +00:00 |
RTCRtcpParameters+Private.h
|
Add Rtcp parameters for PeerConnection senders
|
2018-05-28 09:28:59 +00:00 |
RTCRtcpParameters.mm
|
Add Rtcp parameters for PeerConnection senders
|
2018-05-28 09:28:59 +00:00 |
RTCRtpCodecParameters+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCRtpCodecParameters.mm
|
Replace rtc::Optional with absl::optional
|
2018-06-21 09:32:56 +00:00 |
RTCRtpEncodingParameters+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCRtpEncodingParameters.mm
|
Replace rtc::Optional with absl::optional
|
2018-06-21 09:32:56 +00:00 |
RTCRtpFragmentationHeader.mm
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCRtpHeaderExtension+Private.h
|
Add HeaderExtensions to RtpParameters
|
2018-06-12 17:01:40 +00:00 |
RTCRtpHeaderExtension.mm
|
Add HeaderExtensions to RtpParameters
|
2018-06-12 17:01:40 +00:00 |
RTCRtpParameters+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCRtpParameters.mm
|
Add HeaderExtensions to RtpParameters
|
2018-06-12 17:01:40 +00:00 |
RTCRtpReceiver+Private.h
|
Fixed crash when PCF is destroyed before RTCRtpReceiver in ObjC
|
2018-07-11 11:16:56 +00:00 |
RTCRtpReceiver.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCRtpSender+Private.h
|
Fixed crash when PCF is destroyed before RTCRtpSender in ObjC
|
2018-07-10 07:35:35 +00:00 |
RTCRtpSender.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCRtpTransceiver+Private.h
|
Fixed crash when PCF is destroyed before RTCRtpTranceiver in ObjC
|
2018-07-09 12:14:50 +00:00 |
RTCRtpTransceiver.mm
|
Fixed crash when PCF is destroyed before RTCRtpReceiver in ObjC
|
2018-07-11 11:16:56 +00:00 |
RTCSessionDescription+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCSessionDescription.mm
|
Fixing WebRTC after moving from src/webrtc to src/
|
2017-09-15 05:02:56 +00:00 |
RTCSSLAdapter.mm
|
Fixing warnings in public iOS SDK headers.
|
2018-02-01 14:05:14 +00:00 |
RTCTracing.mm
|
Fixing warnings in public iOS SDK headers.
|
2018-02-01 14:05:14 +00:00 |
RTCVideoCapturer.m
|
Add an example app for iOS native API.
|
2018-03-19 09:31:06 +00:00 |
RTCVideoCodec+Private.h
|
ObjC SDK: Stop using built-in SW video codecs
|
2018-05-02 10:15:56 +00:00 |
RTCVideoCodec.mm
|
Replace rtc::Optional with absl::optional
|
2018-06-21 09:32:56 +00:00 |
RTCVideoCodecH264.mm
|
Remove H264 CHP field trial code.
|
2018-05-02 13:42:37 +00:00 |
RTCVideoCodecVP8.mm
|
Injectable software video codecs in Obj-C.
|
2017-10-06 07:36:34 +00:00 |
RTCVideoCodecVP9.mm
|
Injectable software video codecs in Obj-C.
|
2017-10-06 07:36:34 +00:00 |
RTCVideoEncoderSettings.mm
|
Injectable software video codecs in Obj-C.
|
2017-10-06 07:36:34 +00:00 |
RTCVideoFrame.mm
|
Fix native api in preparation for native_api example.
|
2018-03-08 13:22:13 +00:00 |
RTCVideoRendererAdapter+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCVideoRendererAdapter.h
|
Moving src/webrtc into src/.
|
2017-09-15 04:25:06 +00:00 |
RTCVideoRendererAdapter.mm
|
Fix native api in preparation for native_api example.
|
2018-03-08 13:22:13 +00:00 |
RTCVideoSource+Private.h
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCVideoSource.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCVideoTrack+Private.h
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
RTCVideoTrack.mm
|
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
|
2018-07-16 12:03:16 +00:00 |
RTCWrappedNativeVideoDecoder.h
|
Injectable software video codecs in Obj-C.
|
2017-10-06 07:36:34 +00:00 |
RTCWrappedNativeVideoDecoder.mm
|
Delete deprecated decode:...fragmentationHeader:... objc method.
|
2018-05-07 13:27:08 +00:00 |
RTCWrappedNativeVideoEncoder.h
|
Injectable software video codecs in Obj-C.
|
2017-10-06 07:36:34 +00:00 |
RTCWrappedNativeVideoEncoder.mm
|
Fixing some of the issues found by clang static analyzer.
|
2018-01-12 16:35:09 +00:00 |