- b4a81db Remove references, mentions and test files for iLBC. by Tomas Lundqvist · 9 days ago
- ae24807 [ObjC] Avoid usage of variable after move in RTCNetworkMonitor. by Yury Yarashevich · 5 weeks ago
- f80562d [ObjC] Validate and store strong ref to peer_connection before use. by Yury Yarashevich · 5 weeks ago
- 1181edda [ObjC] Fix strong reference check in RTCNetworkMonitor. by Yury Yarashevich · 5 weeks ago
- 6f17d09 [ObjC] Init NSMutableDictionary with capacity. by Yury Yarashevich · 6 weeks ago
- d643be9 Add a render error callback from AudioDeviceIOS to AudioDeviceModuleIOS. by Peter Hanspers · 6 weeks ago
- 1f9e604 Start deprecation process for non-Optional datachannel parameters by Harald Alvestrand · 7 weeks ago
- 0bebca5 Remove gunit.h EXPECT/ASSERT..WAIT macros by Evan Shrubsole · 7 weeks ago
- 3fef8b2 Adding an error callback to AudioDeviceModuleIOS. by Peter Hanspers · 7 weeks ago
- fc7e874 Format all .m objc files by Boris Tsirkin · 9 weeks ago
- 7b6c887 Format the rest of /sdk/objc folder by Boris Tsirkin · 9 weeks ago
- 536c19a Format /sdk/objc/api folder by Boris Tsirkin · 9 weeks ago
- 725f931 Format /sdk/objc/components folder by Boris Tsirkin · 9 weeks ago
- c63e43f Deprecate PeerConnectionFactoryDependencies::audio_processing by Danil Chapovalov · 4 months ago
- 999f02b Implement playout stats for ios AudioDeviceModule by Lionel Koenig Gélas · 4 months ago
- 1a93080 Extend ios RTCPeerConnectionFactoryBuilder to have custom audio processing builder and field trials by Danil Chapovalov · 4 months ago
- 5f324db Cleanup unused Obj-C VideoFrame constructors by Byoungchan Lee · 5 months ago
- e17aad2 Use rtc::Buffer for memory storage of EncodedImageBuffer by Sergio Garcia Murillo · 5 months ago
- 076eb6c Reland "Expose setHeaderExtensionsToNegotiate for iOS" by Jeremy Leconte · 5 months ago
- 1fe8022 Revert "Expose setHeaderExtensionsToNegotiate for iOS" by Jeremy Leconte · 5 months ago
- f882360 Expose setHeaderExtensionsToNegotiate for iOS by Karim H · 5 months ago
- f3a33c0 Prepend all RTCMacros.h includes/imports with the relative path from repo root by Dor Hen · 6 months ago
- 28ce65c Apply include-cleaner to api direct files by Dor Hen · 6 months ago
- 76aa330 Implement ObjCVideoEncoderFactory::QueryCodecSupport by Danil Chapovalov · 6 months ago
- 682f794 Deprecate bad signature for CreateSessionDescription. by Kári Tristan Helgason · 6 months ago
- d34f3b8 Remove more self assignment in if-clause by Bjorn Terelius · 6 months ago
- a82eb4e Remove self assignment in if-clause by Björn Terelius · 6 months ago
- 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
- a9ececd Only mute microphone while audio_unit is started. by Abby Yeh · 7 months ago
- 61a5214 In objc software video encoder wrappers expose functions to list supported scalability modes. by Danil Chapovalov · 7 months ago
- 6bed21c Extend objc RTCVideoCodecInfo to include scalability modes by Danil Chapovalov · 7 months ago
- ab009c2 Refactor WebRTC self assignments in if clauses by Benjamin Williams · 7 months ago
- fea60ef Fixed issue with missing network interfaces on iOS by Corby Hoback · 7 months ago
- e630a3d [iOS] Make RTCRtpTransceiver.setCodecPreferences failable and accept nil by Byoungchan Lee · 7 months ago
- b8841f8 Fix race condition on ObjCNetworkMonitor::network_monitor_ by Andy Tamilo · 7 months ago
- cae0aeb Implement MuteMicrophone to enable muted speech listener on iOS 15 and 16. by Abby Yeh · 7 months ago
- 35f10a0 Add listener to detect mute speech event, and callback function to handle the event by Abby Yeh · 8 months ago
- 45e5e38 Use ArrayView on H264 bitstream parsing by Sergio Garcia Murillo · 8 months ago
- aefed55 [iwyu][1\n] Applying to api/[a-s]* by Dor Hen · 9 months ago
- eed9422 Reset VTCompressionSession when underlying CVPixelBufferPoolRef isn't valid by Brian Clymer · 9 months ago
- 783587e Expose RTCRtpReceiver.sources. by Yury Yarashevich · 10 months ago
- f4673f9 Move webrtc::AudioDeviceModule include to api/ folder by Florent Castelli · 11 months ago
- 0afde76 Move webrtc::AudioProcessing include to api/ folder by Florent Castelli · 11 months ago
- 424342d Migrate objc VideoEncoders to RTCNativeBideoEncoderBuilder protocol by Danil Chapovalov · 11 months ago
- 3277fe1 Fix UIDeviceOrientation enums. by Kári Tristan Helgason · 12 months ago
- d7e0981 Propagate webrtc::Environment through objc VideoEncoderFactory by Danil Chapovalov · 12 months ago
- 0fa9088 Deprecate VideoFrame::timestamp() and set_timestamp by Per K · 1 year ago
- bbff58d Introduce "well-known" SdpVideoFormat codecs by Philipp Hancke · 1 year ago
- f7682f0 Delete RTCWrappedNativeVideoDecoder by Danil Chapovalov · 1 year, 1 month ago
- 36d5eec Propagate webrtc::Environment through objc VideoDecoderFactory by Danil Chapovalov · 1 year, 1 month ago
- a8375bb iOS: Fix building tests on real devices by Florent Castelli · 1 year, 2 months ago
- 1b61c71 Expose setCodecPreferences/getCapabilities for iOS by Karim H · 1 year, 2 months ago
- 4c335b7 Record audio timestamps from iOS. by Olov Brändström · 1 year, 2 months ago
- 7760536 [Stats] Migrate ObjC to Attributes(). by Henrik Boström · 1 year, 2 months ago
- 151003d Deprecate RtcEventLogFactory constructor taking unused parameter by Danil Chapovalov · 1 year, 3 months ago
- 034120e Set isActive to false only when AVAudioSession is set. by Abby Yeh · 1 year, 3 months ago
- 924f716 Revert "Reland "Expose getCapabilities/setCodecPreferences for objc"" by Björn Terelius · 1 year, 3 months ago
- 1939c43 Reland "Expose getCapabilities/setCodecPreferences for objc" by David Liu · 1 year, 3 months ago
- 3a15ba6 Reland^2 "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 4 months ago
- 117d847 Revert "Reland: Remove unsupported configuration value, `allow_codec_switching`" by Tomas Gunnarsson · 1 year, 4 months ago
- 7e21b0c Migrage objc sdk and examples to EnableMedia api by Danil Chapovalov · 1 year, 4 months ago
- 23501a2 Reland: Remove unsupported configuration value, `allow_codec_switching` by Tomas Gunnarsson · 1 year, 5 months ago
- 6b0c5ba Revert "Remove unsupported configuration value, `allow_codec_switching`" by Philip Eliasson · 1 year, 5 months ago
- 8f7a17f Remove unsupported configuration value, `allow_codec_switching` by Tommi · 1 year, 5 months ago
- c27034b Revert "Expose getCapabilities/setCodecPreferences for objc" by Manashi Sarkar · 1 year, 6 months ago
- a2f30e1 Expose getCapabilities/setCodecPreferences for objc by David Liu · 1 year, 6 months ago
- 2d508f1 Deprecate old names for EncodedImage::RtpTimestamp accessor and setter by Danil Chapovalov · 1 year, 6 months ago
- 2e7ed0d Roll chromium_revision 6ac7929166..eef62e8a0c (1190797:1197906) by Jeremy Leconte · 1 year, 6 months ago
- 55b593f Remove EncodedFrame::MissingFrame and start removing Decode() param by Tony Herre · 1 year, 7 months ago
- 9130431 Add possibility to set RTC_OBJC_TYPE_PREFIX from GN. by Mirko Bonadei · 1 year, 8 months ago
- becfe2e Make opengl targets ios-only. by Kári Tristan Helgason · 1 year, 9 months ago
- 9948623 Use AVCaptureDeviceDiscoverySession on all platforms by Kári Tristan Helgason · 1 year, 9 months ago
- ba50cb3 Reland "Delete deprecated NSGLVideoView." by Kári Tristan Helgason · 1 year, 9 months ago
- ea668e3 Revert "Delete deprecated NSGLVideoView." by Mirko Bonadei · 1 year, 9 months ago
- 54d7547 Delete deprecated NSGLVideoView. by Kári Tristan Helgason · 1 year, 9 months ago
- e5ee437 Fix candidate leak with initWithNativeCandidate. by Yury Yarashevich · 1 year, 9 months ago
- 11affdd Fix PeerConnectionDependencies leak on PC init. by Yury Yarashevich · 1 year, 9 months ago
- de92338 Update parameters' type from NSString to AVAudioSession*. by Abby Yeh · 1 year, 9 months ago
- 47bdcc1 When updating audio session, update category, mode, options at once. by Abby Yeh · 1 year, 9 months ago
- 36d4155 Removed unused members of UIDevice extension. by Yury Yarashevich · 1 year, 10 months ago
- 14d4e9f Fix crash in RTCMTLVideoView when trying to draw an invalid sized frame by Saúl Ibarra Corretgé · 1 year, 11 months ago
- ea7f3d7 Update iOS H264 profile+level table. by Yury Yarashevich · 1 year, 11 months ago
- 6f86f6a Format /sdk by Jared Siskin · 1 year, 11 months ago
- 6cabf35 Expose network thread in RTCPeerConnectionFactory+Private. by Peter Hanspers · 1 year, 11 months ago
- 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years ago
- db1fae4 Reland "Remove ISAC media constant and payload type mapping" by Alessio Bazzica · 2 years ago
- b79b74e Revert "Remove ISAC media constant and payload type mapping" by Björn Terelius · 2 years, 1 month ago
- 4c7271a Remove ISAC media constant and payload type mapping by Philipp Hancke · 2 years, 1 month ago
- 2e631f5 Always build all iOS unittests, even on the simulator. by Byoungchan Lee · 2 years, 1 month ago
- 97d1c34 Enable rotation tests marked as expected failures by Andreas Pehrson · 2 years, 1 month ago
- e351560 Disable RTCCameraVideoCapturerTestsWithMockedCaptureSession. by Jeremy Leconte · 2 years, 2 months ago
- d100a58 Add dimensions to video settings in objc sdk camera backend. by Andreas Pehrson · 2 years, 2 months ago
- b81823a stats: use Timestamp instead of uint64_t by Philipp Hancke · 2 years, 2 months ago
- 8bec181 Finish converting RTCCameraVideoCapturerTests to XCTest by Andreas Pehrson · 2 years, 2 months ago
- 8ce2fc1 Add back lost RotationCamera tests by Andreas Pehrson · 2 years, 2 months ago
- 7e176c4 Get RTCCameraVideoCapturerTests working again by Andreas Pehrson · 2 years, 3 months ago
- cca2c0e fixes crash caused by race derefing pixelbufferpool ivar while being destroyed and replaced by format change by Mike Woodworth · 2 years, 3 months ago
- e0b4cab Remove default enabled field trial WebRTC-SendSideBwe-WithOverhead by Per Kjellander · 2 years, 3 months ago
- d6b330e Remove unused field trial string kRTCFieldTrialAudioForceNoTWCCKey by Per Kjellander · 2 years, 4 months ago
- 1bef097 Delete api/stats_types.h in favor of api/legacy_stats_types.h by Henrik Boström · 2 years, 4 months ago