1. 29c36b2 Add ow2_asm license by Yura Yaroshevich · 6 years ago
  2. 789221f Adding WebRTC-Audio-ForceNoTWCC field trial by Alex Narest · 6 years ago
  3. e3cf3d0 Use enum class for VideoCodecMode and VideoCodecComplexity. by Niels Möller · 6 years ago
  4. 037b37a Add implementation of EncodedFrame::Timestamp. by Niels Möller · 6 years ago
  5. e4a17c5 Moved timing related logic into its own function in webrtc::PayloadRouter. by philipel · 6 years ago
  6. 1f4d7a2 Revert "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 6 years ago
  7. 241d0c1 Remove ContinualGatheringPolicy::GATHER_CONTINUALLY_AND_RECOVER. by Qingsi Wang · 6 years ago
  8. aed7164 Updated PeerConnection integration test to fix race condition. by Seth Hampson · 6 years ago
  9. 2cf61e3 Roll chromium_revision ef538e3112..9df92afb16 (566490:566630) by Autoroller · 6 years ago
  10. 14f8aba Refactor the regathering of candidates in P2PTransportChannel. by Qingsi Wang · 6 years ago
  11. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  12. 9dce71b Reland "Use absl::optional instead or rtc::Optional" by Danil Chapovalov · 6 years ago
  13. 57dc9e3 Roll chromium_revision ffaf1e2ba6..ef538e3112 (565764:566490) by Autoroller · 6 years ago
  14. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  15. 867e510 Enable send side audio TWCC only if WebRTC-Audio-ForceNoTWCC is not enabled. by Alex Narest · 6 years ago
  16. 910540d Explicitly setting use_lld=false on MSVC bots. by Mirko Bonadei · 6 years ago
  17. 7af087a Metal renderer does not handle i420 frames correctly. by Peter Hanspers · 6 years ago
  18. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  19. cf15eb5 Release ADM after passing it to PCF in AppRTC by Paulina Hensman · 6 years ago
  20. d294c85 LogMessage::UpdateMinLogSeverity: Don't ignore all but the last stream by Karl Wiberg · 6 years ago
  21. 798b282 Don't update internal state of the FrameBuffer2 when an undecodable frame is inserted. by philipel · 6 years ago
  22. dadaaee Remove stringstreams from p2p/ by Jonas Olsson · 6 years ago
  23. 39da65b remove unused UNSHIPPED trace macros by Jonas Olsson · 6 years ago
  24. e1d617c Delay the creation of the platform thread in TestAudioDeviceModule. by Sami Kalliomäki · 6 years ago
  25. 9614a31 Remove manual references to exe_and_shlib_deps by Tom Anderson · 6 years ago
  26. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  27. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 6 years ago
  28. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  29. a46bd4b Reland "Move class VideoCodec from common_types.h to its own api header file." by Niels Möller · 6 years ago
  30. c17ca53 Delete deprecated VideoTrackSource constructor. by Niels Möller · 6 years ago
  31. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  32. 425f713 Delete unused methods in VCMFrameBuffer and VCMSessionInfo. by Niels Möller · 6 years ago
  33. 6d19180 Fix increase in send rate when not receiving feedback by Anastasia Koloskova · 6 years ago
  34. 6bac5c1 Remove TimingFrameFlags from its old place after it was moved by Ilya Nikolaevskiy · 6 years ago
  35. 80a0a4c Remove software fallback in Android hardware codec factories. by Anders Carlsson · 6 years ago
  36. 24db1c9 Remove unused iostream import by Jonas Olsson · 6 years ago
  37. fddaf75 AEC3: Increase the look window in the delay estimator. by Per Åhgren · 6 years ago
  38. 43568dd Remove stringstreams from pc/ by Jonas Olsson · 6 years ago
  39. 6cdd546 Remove default argument in GetSimulcastConfig. by Rasmus Brandt · 6 years ago
  40. fe89271 Android: Use JavaToNativeString in PeerConnectionFactory_InitializeFieldTrials by Magnus Jedvert · 6 years ago
  41. b7beba4 Roll chromium_revision e9fcce491e..ffaf1e2ba6 (565609:565764) by Autoroller · 6 years ago
  42. 1ef88ae Add kNumValues to IceCandidate* enums and move kUnknown to the front. by Qingsi Wang · 6 years ago
  43. b90e63c6 Fix: NetEq PacketBuffer logs discarded packet with wrong codec level when new packet replaces the lower level packet by Peng Yu · 6 years ago
  44. ec9c745 Adds support for new Windows ADM with limited API support. by henrika · 6 years ago
  45. 488eb98 Setting resolution alignment to 4 on iOS. by Peter Hanspers · 6 years ago
  46. 443e71f Revert "Disabling VeryLowBitrateVP9 to unblock roll." by Patrik Höglund · 6 years ago
  47. 2d61162 Remove stringstreams from media/sctp/ by Jonas Olsson · 6 years ago
  48. 25b41f8 remove unused stringstream import by Jonas Olsson · 6 years ago
  49. 0428d37 Roll chromium_revision f9a24d5d6f..e9fcce491e (564886:565609) by Autoroller · 6 years ago
  50. 6aa415e Add full stack test with link capacity of 150 kbit/s. by Niels Möller · 6 years ago
  51. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  52. 7252053 Add R8 to DEPS. by Patrik Höglund · 6 years ago
  53. 9edbc27 Roll chromium_revision 42930fc83a..f9a24d5d6f (564069:564886) by Patrik Höglund · 6 years ago
  54. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  55. b616d09 Android: Add deprecation annotations to VideoRenderer and I420Frame by Magnus Jedvert · 6 years ago
  56. 5aba818 Remove test AudioCodingModuleTest.TestAPI by Karl Wiberg · 6 years ago
  57. 5e8fd8a Add simulcastStream output from VideoCodecTestFixture::Config::ToString. by Rasmus Brandt · 6 years ago
  58. 086de82 Add bitrate_priority to GetSimulcastConfig call. by Rasmus Brandt · 6 years ago
  59. e266c80 Guard the android aaudio headers include with the aaudio preprocessor by Jiawei Ou · 6 years ago
  60. ed51a6e AEC3: Avoid static initializers by Gustaf Ullberg · 6 years ago
  61. 05d8ee1 AEC3: Delay stabilization after a delay change by Per Åhgren · 6 years ago
  62. 78ea818 AEC3: Added filter preprocessing to avoid low frequency artefacts by Per Åhgren · 6 years ago
  63. 3ecec84 Android: Throw exception in CallSessionFileRotatingLogSink if dir is null by Magnus Jedvert · 6 years ago
  64. f469b63 AEC3: Improved anti-aliasing filter for DSF 4 by Gustaf Ullberg · 6 years ago
  65. 7210af2 Removing warning suppression flags from test/. by Mirko Bonadei · 6 years ago
  66. 1127fb9 Re-enabling SanitizerTest.MsanUninitialized. by Mirko Bonadei · 6 years ago
  67. b544f6c Fixing issue where pacer budget increased in congestion. by Sebastian Jansson · 6 years ago
  68. 6cb74fd Remove unused methods in VCMDecoderDataBase. by Åsa Persson · 6 years ago
  69. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  70. 34c9f12 AEC3: Move decimator filters to the new notation by Gustaf Ullberg · 6 years ago
  71. 2b3af2e Delete RTP-specific values from the VideoCodecType enum. by Niels Möller · 6 years ago
  72. 81327d5 Move stats for delayed frames to renderer from VCMTiming to ReceiveStatisticsProxy. by Åsa Persson · 6 years ago
  73. 16e28d1 Disabling VeryLowBitrateVP9 to unblock roll. by Patrik Höglund · 6 years ago
  74. a3e69e6 Add min_bitrate_bps to RTCRtpEncodingParameters. by Rasmus Brandt · 6 years ago
  75. 1659e97 Use DecimalFormat instead of String.format. by Sami Kalliomäki · 6 years ago
  76. 5daaf7d Support cropping and rotation override in Metal renderers. by Peter Hanspers · 6 years ago
  77. e4e1ce9 Android: Remove deprecated CapturerObserver methods by Magnus Jedvert · 6 years ago
  78. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  79. 5352ad7 Remove MIPS MB config since we don't need it anymore. by Patrik Höglund · 6 years ago
  80. 4c6390a Remove deprecated RtpSenderInterface::GetParameters() const method by Florent Castelli · 6 years ago
  81. 45a57fd Remove unused include from FrameBuffer2. by Rasmus Brandt · 6 years ago
  82. dac422f Fixing gtest_parallel_wrapper_test on Windows. by Mirko Bonadei · 6 years ago
  83. 3ea3e30 Fixing some SIGFPEs that are making my tests crash by Natalie Silvanovich · 6 years ago
  84. 3a79a9a Remove deprecated API methods in video pipeline by Ilya Nikolaevskiy · 6 years ago
  85. ab55c34 Remove warning suppression flags from sdk/android. by Mirko Bonadei · 6 years ago
  86. 2672874 AEC3: Set default down sampling factor to 4 by Gustaf Ullberg · 6 years ago
  87. 27300c3 Allow 3 encoder threads in libvpx for HD on > 6 core cpus by Erik Språng · 6 years ago
  88. ac1501a Throw exception in Java if log tag or message is null by Paulina Hensman · 6 years ago
  89. a24493e Roll chromium_revision cf1645bec7..42930fc83a (563963:564069) by Autoroller · 6 years ago
  90. adb4841 Remove explicit locking using av_lockmgr_register by Mirko Bonadei · 6 years ago
  91. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  92. b18931d Updating ffmpeg deprecated functions TODO. by Mirko Bonadei · 6 years ago
  93. eed5fae Revert "Disabling VideoCaptureTest on Linux." by Oleh Prypin · 6 years ago
  94. 358f2e0 Broadcast extension for AppRTCMobile on iOS by Anders Carlsson · 6 years ago
  95. 27fe43a Removing warning suppression flags from modules/audio_coding. by Mirko Bonadei · 6 years ago
  96. 5441398 Removing -Wno-write-strings from video_capture_tests. by Mirko Bonadei · 6 years ago
  97. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  98. 0c12d8d Roll chromium_revision f2d1e453de..cf1645bec7 (563863:563963) by Autoroller · 6 years ago
  99. 38eac97 Roll chromium_revision 6989818705..f2d1e453de (563760:563863) by Autoroller · 6 years ago
  100. 5abd78b Revert "Reland "Injectable logging"" by Alex Glaznev · 6 years ago