1. 43bd760 Fix build errors of RTCAudioDeviceTests by Byoungchan Lee · 4 years, 10 months ago
  2. fa77ba6 SetStreams API of RtpSender wrapped for iOS and Android by Cyril Lashkevich · 4 years, 10 months ago
  3. 834a554 Include module_common_types.h only where needed by Niels Möller · 4 years, 10 months ago
  4. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  5. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 11 months ago
  6. 7cdcda9 Use the sanitized pair when surfacing the candidate pair change event. by Qingsi Wang · 5 years ago
  7. 6e706ed Add ObjC interface wrapping new GetImplementations method. by Kári Tristan Helgason · 5 years ago
  8. bf45add Set required alignment to 2 for iOS. by Kári Tristan Helgason · 5 years ago
  9. 93d4c10 Declare references as constant in the metal renderers. by Kári Tristan Helgason · 5 years ago
  10. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 5 years ago
  11. bbeb109 Reporting audio device underrun counter by Alex Narest · 5 years ago
  12. 43faee0 Implement JNI and objc implementation for Ice Candidate Pair Change event surfacing by Alex Drake · 5 years ago
  13. e4b4de6 Add missing AppKit dependency by Niels Möller · 5 years ago
  14. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  15. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  16. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  17. a6cb150 Use Default instead of GlobalTaskQueueFactory to create AudioDeviceBuffer for ios by Danil Chapovalov · 5 years ago
  18. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  19. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 5 years ago
  20. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  21. 5a8f860 Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define by Niels Möller · 5 years ago
  22. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  23. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  24. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  25. dec9f74 Delete obsolete RtcEventLogOutputFile constructor by Niels Möller · 5 years ago
  26. 1fe119f Change the gating of surfacing candidates on ICE transport type change by Qingsi Wang · 5 years ago
  27. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 5 years ago
  28. 36e3147 Surface the standardized ICE connection state to mobile clients. by Qingsi Wang · 5 years ago
  29. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  30. aaa1143 Use single argument PeerConnectionFactory factory in objc code by Danil Chapovalov · 5 years ago
  31. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 5 years ago
  32. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 5 years ago
  33. fd26ef7 Delete unused RTPFragmentationHeader members by Niels Möller · 5 years ago
  34. f11c8d1 Check for uninitialized audio unit in HandleInterruptionEnd. by Kári Tristan Helgason · 5 years ago
  35. 0c05b1a Add support for ignoring errors encountered while configuring preferred attributes of an audio session. by Joe Chen · 5 years ago
  36. 86e0ea5 Remove bitratePriority from the Obj-C RTCRtpEncodingParameters wrapper. by Anders Carlsson · 5 years ago
  37. cd16380 Add priority to RTCRtpEncodingParameters. by Anders Carlsson · 5 years ago
  38. d361249 Remove use of deprecated SetRates on ios by Erik Språng · 5 years ago
  39. 03e85d2 Add property to RTCEncodedImage to own underlying EncodedImage. by Kári Tristan Helgason · 5 years ago
  40. 5d34dcf Reland "Delete deprecated variant of VideoDecoder::Decode" by Niels Möller · 5 years ago
  41. d4ea8c9 Remove deprecated method from video decoder interface. by Kári Tristan Helgason · 5 years ago
  42. d8bf2d4 Revert "Delete deprecated variant of VideoDecoder::Decode" by Danil Chapovalov · 5 years ago
  43. 3a86d95 Delete deprecated variant of VideoDecoder::Decode by Niels Möller · 5 years ago
  44. 77c0a62 Allow injection of network controller factory in objc. by Sebastian Jansson · 5 years ago
  45. 6cf61f5 Delete unneeded includes of async_invoker.h by Niels Möller · 5 years ago
  46. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  47. f3736ed Datachannel: Use absl::optional for maxRetransmits and maxRetransmitTime. by Harald Alvestrand · 5 years ago
  48. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  49. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 5 years ago
  50. 9d766b9 Delete deprecated variant of VideoEncoder::Encode by Niels Möller · 5 years ago
  51. f49429d Adds workaround for audio not restarting after interruption by Kári Tristan Helgason · 5 years ago
  52. ce50b00 Add bindings for RIDs in iOS SDK. by Amit Hilbuch · 5 years ago
  53. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  54. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  55. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  56. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  57. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 5 years ago
  58. 28221de Fix more -Wextra-semi. by Mirko Bonadei · 5 years ago
  59. e12a1c7 Adding GetStats APIs for senders/receivers. by Peter Hanspers · 5 years ago
  60. 29f9cd9 Synchronize replaceRegion calls. by Anders Carlsson · 5 years ago
  61. bed8604 Adding entry point for the v2 stats API. by Peter Hanspers · 5 years ago
  62. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 5 years ago
  63. 494ff28 Delete unused media constraints by Niels Möller · 5 years ago
  64. 5963fdd Pass-by-reference instead of value to initWithNativeEncodedImage by Dillon Cower · 5 years ago
  65. 817aec8 Add scaleResolutionDownBy to RTCRtpEncodingParameters in ObjC SDK. by Mirta Dvornicic · 5 years ago
  66. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 5 years ago
  67. 190713c Remove +api from internal DEPS files. by Mirko Bonadei · 6 years ago
  68. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 5 years ago
  69. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  70. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  71. fa1ca1e Bug Fix: iOS H264 Encoder Crash Issue by Qiang Chen · 6 years ago
  72. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  73. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  74. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  75. 73eb41f Log reason for dropped frame in RTCCameraVideoCapturer. by Kári Tristan Helgason · 6 years ago
  76. fb4e9bc Add a missing NULL check before releasing a texture ref. by Aaron Golden · 6 years ago
  77. ff98f4b Fix stop logging errors for stereo mode when it is not used by Gustavo Garcia · 6 years ago
  78. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  79. d9ac058 New class FileRotatingStreamReader by Niels Möller · 6 years ago
  80. 1dfc4d5 Fix bug in camera preview layer. by Kári Tristan Helgason · 6 years ago
  81. 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
  82. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  83. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  84. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  85. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  86. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  87. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  88. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  89. 48fcf94 React to changes in either width or height in iOS Metal renderer. by Anders Carlsson · 6 years ago
  90. 154a262 Don't clear self.videoFrame when setting up OpenGL in the EAGL video view. by Aaron Golden · 6 years ago
  91. 6b3d181 Remove unused BWE field trial strings. by Bjorn Terelius · 6 years ago
  92. 4f00075 Remove use of CodecSpecificInfo.codec_name by Erik Språng · 6 years ago
  93. 3955a50 Metal: Don't render into an empty view. by Peter Hanspers · 6 years ago
  94. e4cccae Removed ability to set CryptoOptions through PeerConnectionFactory from bindings. by Benjamin Wright · 6 years ago
  95. cfddbb7 Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  96. 59a01b0 Set Framerate in RTCVideoEncoderH264 by Qiang Chen · 6 years ago
  97. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  98. 0462948 Revert "Add ios bindings for PeerConnectionState." by Jonas Olsson · 6 years ago
  99. 586725d Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  100. b1e4775 Exposing rtcp report interval setting in objc api by Jiawei Ou · 6 years ago