1. 5ae3a02 Revert "Run robolectric tests for Android on several Android API versions" by Danil Chapovalov · 6 years ago
  2. e598e6b Run robolectric tests for Android on several Android API versions by Artem Titarenko · 6 years ago
  3. 6528d8a In Android encoders, cache EncoderInfo in InitEncode. by Erik Språng · 6 years ago
  4. 357f596 Split a separate codecs target off of :video_jni by Jonathan Yu · 6 years ago
  5. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  6. 50f60cb Rename software codec classes and move them into api/ by Jonathan Yu · 6 years ago
  7. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  8. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  9. 7553c02 Update ObjCVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  10. 8ffd710 Update Android encoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  11. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  12. 361dbc1 Android: Add option to set presentation timestamp in EglRenderer by Magnus Jedvert · 6 years ago
  13. 3ea1878 Add severity into RTC logging callbacks by Jiawei Ou · 6 years ago
  14. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  15. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  16. bf0d0c1 Add IPv6 configuration parameters to iOS API by Uladzislau Susha · 6 years ago
  17. d4a68bd Implement Injectable Audio Codecs for the Java SDK. by Lennart Kolmodin · 6 years ago
  18. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  19. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  20. 693432d Add obj-c mapping from native configuration to RTCConfiguration by Piotr (Peter) Slatala · 6 years ago
  21. e6caa9f export RTCRtpTransceiverInit by Piasy · 6 years ago
  22. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  23. 42b4315 Add iOS SDK unit tests for nalu_rewriter by Artem Titarenko · 6 years ago
  24. c640a93 Fix import of chromium into webrtc. by Artem Titov · 6 years ago
  25. 88d8d7d Add missing assignment in RTCConfiguration.mm by Piotr (Peter) Slatala · 6 years ago
  26. 06aa209 Add support to adapt video without preserving aspect ratio by Magnus Jedvert · 6 years ago
  27. 0d24772 Allocate CMBlockBuffers using a memory pool. by Kári Tristan Helgason · 6 years ago
  28. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  29. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  30. 4b31cf5 Disable CertificateTest.CertificateIsUsedInConfig by Elad Alon · 6 years ago
  31. c6de47e Added supported H264 profiles for new iPhones by Yura Yaroshevich · 6 years ago
  32. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  33. 51cc30c Fix a null reference bug in NetworkMonitorAutoDetect.getNetworkState. by Qingsi Wang · 6 years ago
  34. 0d26c99 Set renderThreadHandler to null on uncaught exception in EglRenderer. by Sami Kalliomäki · 6 years ago
  35. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  36. 09beff2 Add UseMediaTransport RTCConfiguration support in Java class by Piotr (Peter) Slatala · 6 years ago
  37. 4e5074e Add MediaTransportInterface factory to the Jni bindings by Piotr (Peter) Slatala · 6 years ago
  38. d419db9 Adding support for logging severity LS_NONE. by Peter Hanspers · 6 years ago
  39. c9e6b96 Add necessary frameworks to sdk objc audio targets. by Jiawei Ou · 6 years ago
  40. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  41. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  42. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  43. 0213786 Add certificate gen/set functionality to bring Android closer to JS API by Michael Iedema · 6 years ago
  44. d0bc462 Check if __IPHONE_OS_VERSION_MAX_ALLOWED is defined before reference by Joel Sutherland · 6 years ago
  45. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  46. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  47. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  48. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  49. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  50. 6c966ea Remove @SuppressLint(NewApi) and guard @TargetApi methods by Paulina Hensman · 6 years ago
  51. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  52. d5806b2 Add checks to HW codecs to ensure unsupported features are not used. by Sami Kalliomäki · 6 years ago
  53. 8db246a Document methods that are only supported on a specific Android version. by Sami Kalliomäki · 6 years ago
  54. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  55. 1bb63bb Add API level check for the use of ConnectivityManager.getActiveNetwork. by Qingsi Wang · 6 years ago
  56. 7988589 Add missing headers to new objective-c API. by Benjamin Wright · 6 years ago
  57. 86f78cb iOS: Add numTemporalLayers to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  58. 416018d Remove deprecated protocol alias RTCEAGLVideoViewRenderer. by Kári Tristan Helgason · 6 years ago
  59. 23eba22 Add support for RtpEncodingParameters num_temporal_layers. by Åsa Persson · 6 years ago
  60. ddf1a3e Add FrameEncryptor/FrameDecryptor support to Objective C API for WebRTC. by Benjamin Wright · 6 years ago
  61. db543c9 Fix RTCAudioDeviceModule tests. by Kári Tristan Helgason · 6 years ago
  62. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  63. 1dfac06 Throw exception if MediaStreamTrack is constructed with a null native track. by Steve Anton · 6 years ago
  64. ee05e90 Throw IllegalStateException if native objects are used after dispose. by Sami Kalliomäki · 6 years ago
  65. cc628b8 Remove backwards compatible macro RTC_EXPORT from sdk/. by Mirko Bonadei · 6 years ago
  66. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  67. 3c76941 iOS: Add maxFramerate to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  68. 17ad64e Reland "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  69. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  70. 4e5342f Android: Add maxFramerate to RtpParameters. by Åsa Persson · 6 years ago
  71. ee41472 Revert "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  72. 207cfdf Added support of getting coverage on mac by Artem Titarenko · 6 years ago
  73. db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
  74. e8d5724 Rename RTC_EXPORT to RTC_OBJC_EXPORT. by Mirko Bonadei · 6 years ago
  75. 36b3179 Removes flaky thread checker in AudioDeviceBuffer. by henrika · 6 years ago
  76. 1417ae8 Fix memory leak in FileVideoCapturer. by Sami Kalliomäki · 6 years ago
  77. 32adaa4 Place static objects into a container that gets leaked. by Sami Kalliomäki · 6 years ago
  78. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  79. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  80. def21e3 Remove unused file. by Kári Tristan Helgason · 6 years ago
  81. b2d2489 Remove RTCUIApplicationStatusObserver. by Kári Tristan Helgason · 6 years ago
  82. 169e042 Android: Send original texture width/height in TextureBufferImpl by Magnus Jedvert · 6 years ago
  83. 3d50a31 Remove redundant initializers from WebRTC Java code. by Sami Kalliomäki · 6 years ago
  84. 8cec4fb Use default RTCConfiguration on iOS by Yuriy Pavlyshak · 6 years ago
  85. b33290d Return null from PCFactory#createPeerConnection on failure. by Sami Kalliomäki · 6 years ago
  86. ea8b6f9 Adds the Java interface points for FrameEncryptor/FrameDecryptor. by Benjamin Wright · 6 years ago
  87. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  88. 96ede16 Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 6 years ago
  89. 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 6 years ago
  90. 37bbf79 Generate umbrella header for macOS framework. by Anders Carlsson · 6 years ago
  91. 389d226 Add support for platform software video decoder implementations. by Sami Kalliomäki · 6 years ago
  92. 01b8e5d Remove deprecated VideoEncoder.Settings constructor. by Rasmus Brandt · 6 years ago
  93. 8ccddff Update Android to use limited range YCbCr. by Sami Kalliomäki · 6 years ago
  94. 2ac2739 Scaling settings nullability in Obj-C SDK. by Anders Carlsson · 6 years ago
  95. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  96. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  97. 4e5af96 Include i420 buffers in Obj-C framework again. by Anders Carlsson · 6 years ago
  98. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  99. 7bca8ca Obj-C SDK Cleanup by Anders Carlsson · 6 years ago
  100. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago