1. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  2. 4f00075 Remove use of CodecSpecificInfo.codec_name by Erik Språng · 6 years ago
  3. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  4. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  5. 3955a50 Metal: Don't render into an empty view. by Peter Hanspers · 6 years ago
  6. 5486bcd Remove SetChannelParameters function from API classes. by philipel · 6 years ago
  7. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  8. e4cccae Removed ability to set CryptoOptions through PeerConnectionFactory from bindings. by Benjamin Wright · 6 years ago
  9. cfddbb7 Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  10. 59a01b0 Set Framerate in RTCVideoEncoderH264 by Qiang Chen · 6 years ago
  11. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  12. bd6ffaf Fix small issues that stops the Chromium DEPS roll. by Patrik Höglund · 6 years ago
  13. 0462948 Revert "Add ios bindings for PeerConnectionState." by Jonas Olsson · 6 years ago
  14. 9514071 Android: Support externally aligned timestamps by Magnus Jedvert · 6 years ago
  15. f01d8c8 Add android bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  16. 586725d Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  17. b1e4775 Exposing rtcp report interval setting in objc api by Jiawei Ou · 6 years ago
  18. 3bc696f Android EglRenderer: Replace unicoce character with ascii character by Magnus Jedvert · 6 years ago
  19. 6dbf0e4 Remove all aliases to rtc::Thread by Danil Chapovalov · 6 years ago
  20. 4aeb35b Explicitly retain self in objc blocks to avoid compiler warning. by Jiawei Ou · 6 years ago
  21. 140b1d9 Eliminate use of EventWrapper from android audio device tests by Niels Möller · 6 years ago
  22. 5ae3a02 Revert "Run robolectric tests for Android on several Android API versions" by Danil Chapovalov · 6 years ago
  23. e598e6b Run robolectric tests for Android on several Android API versions by Artem Titarenko · 6 years ago
  24. 6528d8a In Android encoders, cache EncoderInfo in InitEncode. by Erik Språng · 6 years ago
  25. 357f596 Split a separate codecs target off of :video_jni by Jonathan Yu · 6 years ago
  26. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  27. 50f60cb Rename software codec classes and move them into api/ by Jonathan Yu · 6 years ago
  28. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  29. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  30. 7553c02 Update ObjCVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  31. 8ffd710 Update Android encoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  32. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  33. 361dbc1 Android: Add option to set presentation timestamp in EglRenderer by Magnus Jedvert · 6 years ago
  34. 3ea1878 Add severity into RTC logging callbacks by Jiawei Ou · 6 years ago
  35. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  36. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  37. bf0d0c1 Add IPv6 configuration parameters to iOS API by Uladzislau Susha · 6 years ago
  38. d4a68bd Implement Injectable Audio Codecs for the Java SDK. by Lennart Kolmodin · 6 years ago
  39. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  40. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  41. 693432d Add obj-c mapping from native configuration to RTCConfiguration by Piotr (Peter) Slatala · 6 years ago
  42. e6caa9f export RTCRtpTransceiverInit by Piasy · 6 years ago
  43. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  44. 42b4315 Add iOS SDK unit tests for nalu_rewriter by Artem Titarenko · 6 years ago
  45. c640a93 Fix import of chromium into webrtc. by Artem Titov · 6 years ago
  46. 88d8d7d Add missing assignment in RTCConfiguration.mm by Piotr (Peter) Slatala · 6 years ago
  47. 06aa209 Add support to adapt video without preserving aspect ratio by Magnus Jedvert · 6 years ago
  48. 0d24772 Allocate CMBlockBuffers using a memory pool. by Kári Tristan Helgason · 6 years ago
  49. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  50. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  51. 4b31cf5 Disable CertificateTest.CertificateIsUsedInConfig by Elad Alon · 6 years ago
  52. c6de47e Added supported H264 profiles for new iPhones by Yura Yaroshevich · 6 years ago
  53. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  54. 51cc30c Fix a null reference bug in NetworkMonitorAutoDetect.getNetworkState. by Qingsi Wang · 6 years ago
  55. 0d26c99 Set renderThreadHandler to null on uncaught exception in EglRenderer. by Sami Kalliomäki · 6 years ago
  56. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  57. 09beff2 Add UseMediaTransport RTCConfiguration support in Java class by Piotr (Peter) Slatala · 6 years ago
  58. 4e5074e Add MediaTransportInterface factory to the Jni bindings by Piotr (Peter) Slatala · 6 years ago
  59. d419db9 Adding support for logging severity LS_NONE. by Peter Hanspers · 6 years ago
  60. c9e6b96 Add necessary frameworks to sdk objc audio targets. by Jiawei Ou · 6 years ago
  61. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  62. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  63. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  64. 0213786 Add certificate gen/set functionality to bring Android closer to JS API by Michael Iedema · 6 years ago
  65. d0bc462 Check if __IPHONE_OS_VERSION_MAX_ALLOWED is defined before reference by Joel Sutherland · 6 years ago
  66. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  67. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  68. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  69. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  70. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  71. 6c966ea Remove @SuppressLint(NewApi) and guard @TargetApi methods by Paulina Hensman · 6 years ago
  72. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  73. d5806b2 Add checks to HW codecs to ensure unsupported features are not used. by Sami Kalliomäki · 6 years ago
  74. 8db246a Document methods that are only supported on a specific Android version. by Sami Kalliomäki · 6 years ago
  75. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  76. 1bb63bb Add API level check for the use of ConnectivityManager.getActiveNetwork. by Qingsi Wang · 6 years ago
  77. 7988589 Add missing headers to new objective-c API. by Benjamin Wright · 6 years ago
  78. 86f78cb iOS: Add numTemporalLayers to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  79. 416018d Remove deprecated protocol alias RTCEAGLVideoViewRenderer. by Kári Tristan Helgason · 6 years ago
  80. 23eba22 Add support for RtpEncodingParameters num_temporal_layers. by Åsa Persson · 6 years ago
  81. ddf1a3e Add FrameEncryptor/FrameDecryptor support to Objective C API for WebRTC. by Benjamin Wright · 6 years ago
  82. db543c9 Fix RTCAudioDeviceModule tests. by Kári Tristan Helgason · 6 years ago
  83. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  84. 1dfac06 Throw exception if MediaStreamTrack is constructed with a null native track. by Steve Anton · 6 years ago
  85. ee05e90 Throw IllegalStateException if native objects are used after dispose. by Sami Kalliomäki · 6 years ago
  86. cc628b8 Remove backwards compatible macro RTC_EXPORT from sdk/. by Mirko Bonadei · 6 years ago
  87. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  88. 3c76941 iOS: Add maxFramerate to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  89. 17ad64e Reland "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  90. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  91. 4e5342f Android: Add maxFramerate to RtpParameters. by Åsa Persson · 6 years ago
  92. ee41472 Revert "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  93. 207cfdf Added support of getting coverage on mac by Artem Titarenko · 6 years ago
  94. db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
  95. e8d5724 Rename RTC_EXPORT to RTC_OBJC_EXPORT. by Mirko Bonadei · 6 years ago
  96. 36b3179 Removes flaky thread checker in AudioDeviceBuffer. by henrika · 6 years ago
  97. 1417ae8 Fix memory leak in FileVideoCapturer. by Sami Kalliomäki · 6 years ago
  98. 32adaa4 Place static objects into a container that gets leaked. by Sami Kalliomäki · 6 years ago
  99. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  100. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago