1. f0b83c5 Fixing null rtc::Optional dereference in VideoQualityObserver. by Taylor Brandstetter · 6 years ago
  2. 750efbe Delete definitions of NULL. by Niels Möller · 6 years ago
  3. ccac988 iOS SDK 10.0 compatability. by Kári Tristan Helgason · 6 years ago
  4. 02a6919 Reland "Use absl::optional instead or rtc::Optional" by Danil Chapovalov · 6 years ago
  5. 303f4a3 Roll chromium_revision 372312ba2f..64b2aa35c9 (562984:563090) by Autoroller · 6 years ago
  6. e7e0602 ObjC: Notify local video track by Piasy Xu · 6 years ago
  7. 7941c8a Roll chromium_revision ebe721b053..372312ba2f (562863:562984) by Autoroller · 6 years ago
  8. 196b028 Roll chromium_revision 9d94097261..ebe721b053 (562745:562863) by Autoroller · 6 years ago
  9. a4888f0 Revert "Metal rendering should account for cropping." by JT Teh · 6 years ago
  10. 3f1d15b Remove deprecated mac capture code. by Kári Tristan Helgason · 6 years ago
  11. 533c7d0 Add missing header file to WebRTC iOS SDK. by Anders Carlsson · 6 years ago
  12. fc4a9c9 Metal rendering should account for cropping. by Peter Hanspers · 6 years ago
  13. 942b360 Add conversions to and from double for units. by Sebastian Jansson · 6 years ago
  14. f859e55 Removing warning suppression flags from media. by Mirko Bonadei · 6 years ago
  15. 28e6a16 Revert "Use absl::optional instead or rtc::Optional" by Mirko Bonadei · 6 years ago
  16. e64c0e5 Skip Mac-10.13.4 for iOS 10 tests, because the machines don't have the SDK by Oleh Prypin · 6 years ago
  17. ee20336 Drop entire superframe if any layer is overshooting. by Sergey Silkin · 6 years ago
  18. df736d8 Enable inter-layer prediction by default in test apps. by Sergey Silkin · 6 years ago
  19. 293865c Cap AppRTCMobile framerate to 30 fps. by Kári Tristan Helgason · 6 years ago
  20. 3b8d48b Fix the build with OpenSSL. by Jiawei Ou · 6 years ago
  21. e8ae5df Convert PeerConnectionWrapper from FakeVideoCapturer to FakeVideoTrackSource. by Niels Möller · 6 years ago
  22. 593b365 Flip luci.webrtc.try to production by Oleh Prypin · 6 years ago
  23. a1cc73f Delete class FakePeriodicVideoCapturer. by Niels Möller · 6 years ago
  24. 7ba9e92 Use absl::optional instead or rtc::Optional by Danil Chapovalov · 6 years ago
  25. 700fc84 Roll chromium_revision 577ba36372..9d94097261 (562638:562745) by Autoroller · 6 years ago
  26. a61fa6e Rely on use_fuzzing_engine && optimize_for_fuzzing to define WEBRTC_UNSAFE_FUZZER_MODE. by Max Moroz · 6 years ago
  27. a20faf2 Roll chromium_revision eb7233cee8..577ba36372 (562409:562638) by Autoroller · 6 years ago
  28. 183f4d9 Disabling VideoCaptureTest on Linux. by Taylor Brandstetter · 6 years ago
  29. 9a89a49 Reland "Reland "Adding absl includes and defines to rtc_* templates."" by Mirko Bonadei · 6 years ago
  30. 79445ea Thread checker fails when switching to/from bluetooth headset. by henrika · 6 years ago
  31. 41757af Roll chromium_revision 04484f1ad8..eb7233cee8 (562301:562409) by Autoroller · 6 years ago
  32. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  33. 9545e1c Delete deprecated CreateVideoReceiver and CreateAudioReceiver. by Niels Möller · 6 years ago
  34. cd51375 Write frames directly to disk in VideoFileRenderer. by Sami Kalliomäki · 6 years ago
  35. 5ceb0d9 Fix bug that skips postprocessing after parsing a broken event log. by Bjorn Terelius · 6 years ago
  36. f4d0afb Always apply congestion window in pacer. by Sebastian Jansson · 6 years ago
  37. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 6 years ago
  38. 26bc669 Pass packet retransmission information in PacketOptions. by Petter Strandmark · 6 years ago
  39. 2aae273 Remove adapter bools from VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  40. b92f480 Reland "Delete deprecated api build targets for api/video." by Niels Möller · 6 years ago
  41. e3ca991 AEC3: Added a mode to properly utilize highly linear setups by Per Åhgren · 6 years ago
  42. 7c1ccfa Move VisualizationParams to VideoCodecTestFixture::Config. by Rasmus Brandt · 6 years ago
  43. 5e8a205 Roll chromium_revision bfb0b77f2c..04484f1ad8 (562200:562301) by Autoroller · 6 years ago
  44. 7645b18 Makes BBR more like the Quic implementation. by Sebastian Jansson · 6 years ago
  45. 535bde3 Adds data in flight information on send packet updates. by Sebastian Jansson · 6 years ago
  46. 317c1b8 Add script for generating coverage.py commands. by Patrik Höglund · 6 years ago
  47. 6a4a125 Revert "Delete deprecated api build targets for api/video." by Niels Moller · 6 years ago
  48. 759eb4f Revert "Reland "Adding absl includes and defines to rtc_* templates."" by Mirko Bonadei · 6 years ago
  49. c5efb0c Added an audioproc option to not report the stream delay by Per Åhgren · 6 years ago
  50. b563f3d Filtering audio playout events with SSRC in NetEq RTP player. by Minyue Li · 6 years ago
  51. 92f83ce Remove deprecated rtcp SLI/RPSI observers by Danil Chapovalov · 6 years ago
  52. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  53. 66eaed0 Adding direct congestion window pushback to encoders. by Ying Wang · 6 years ago
  54. 4e6cd5e Get actual list of references from encoder in flexible mode. by Sergey Silkin · 6 years ago
  55. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  56. c061d8e Delete deprecated api build targets for api/video. by Niels Möller · 6 years ago
  57. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 6 years ago
  58. b06b0a6 Delete rtc_base/basictypes.h by Niels Möller · 6 years ago
  59. 123ab64 Roll chromium_revision 52f78b1683..bfb0b77f2c (561464:562200) by Autoroller · 6 years ago
  60. 0c2e8ce Initialize svc_drop_frame in vp9 wrapper. by Jerome Jiang · 6 years ago
  61. fae51e4 Reland "Adding absl includes and defines to rtc_* templates." by Mirko Bonadei · 6 years ago
  62. b3085b2 Revert "Disable flaky test: FullStackTest.VP9SVC_3SL_High" by Sergey Silkin · 6 years ago
  63. 9fe6df0 Fix confusion between enum types in event log parser. by Bjorn Terelius · 6 years ago
  64. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 6 years ago
  65. d7a076c Minor type fix in RTC event logging for probing events. by Bjorn Terelius · 6 years ago
  66. 1388b30 Adds tracking of outstanding bytes in SendTimeHistory. by Sebastian Jansson · 6 years ago
  67. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 6 years ago
  68. 55378f4 Remove some streams from rtc_base/ by Jonas Olsson · 6 years ago
  69. 78b1c4a AEC3: Delay estimator uses bandpass filtered signal with downsampling factor 8 by Gustaf Ullberg · 6 years ago
  70. 90d05e9 Switch ios_api_framework bot to LUCI because it's not broken there by Oleh Prypin · 6 years ago
  71. e058568 iLBC decoding: Ignore a signed overflow by Karl Wiberg · 6 years ago
  72. 1d4a227 Add support for visualizing event logs without normalizing time. by Stefan Holmer · 6 years ago
  73. 2f65ec5 Add serialization of a=ice-lite. by Taylor Brandstetter · 6 years ago
  74. bc84685 Remove VideoCodecTestFixtureImpl dependency on Android specifics. by Rasmus Brandt · 6 years ago
  75. a564afe Fix bug in videoengine sanity check by Jonas Olsson · 7 years ago
  76. f517f11 Additional switches to build_aar.py by Yura Yaroshevich · 6 years ago
  77. 94150ee Implement VideoQualityObserver by Ilya Nikolaevskiy · 6 years ago
  78. 95de63b Rename parsing function in AimdRateControl by Bjorn Terelius · 6 years ago
  79. c34e381 Roll chromium_revision 039110971b..52f78b1683 (560284:561464) by Artem Titov · 6 years ago
  80. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 6 years ago
  81. ec2eb22 Enables comparison with infinite timestamps. by Sebastian Jansson · 6 years ago
  82. a927ed5 Switch one try builder (win_x64_clang_dbg) to LUCI by Oleh Prypin · 6 years ago
  83. d7b9131 Move socklen_t definition for windows to win32.h. by Niels Möller · 6 years ago
  84. 9c26a0f Adds reporting of bandwidth estimation periods in BBR. by Sebastian Jansson · 6 years ago
  85. 5bb1511 Disable rolling of ffmpeg. by Artem Titov · 6 years ago
  86. 96c9fc4 Add tests where the incoming stream changes codec type. by Åsa Persson · 6 years ago
  87. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 6 years ago
  88. 9d4e840 Change how we get the current cert in SSLVerifyCallback when using OpenSSL. by Jiawei Ou · 6 years ago
  89. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 6 years ago
  90. 223cc4b Revert "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  91. c8caaec Directly include VideoBitrateAllocation in common_video/ targets by Erik Språng · 6 years ago
  92. 3409cfa Start supporting H264 packetization mode 0. by Taylor Brandstetter · 6 years ago
  93. 70bb326 Delete unused argument first_payload_byte. by Niels Möller · 6 years ago
  94. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 6 years ago
  95. 69c0222 Allow mixing gtest and non-gtest args in gtest-parallel-wrapper by Oleh Prypin · 6 years ago
  96. 7fd0a28 Directly include VideoBitrateAllocation in media/ targets by Erik Språng · 6 years ago
  97. 6c7da59 Fixes off by one error in BBR random cycle initialization. by Sebastian Jansson · 6 years ago
  98. eda0087 Drop the RTT as input to IsRetransmitOfOldPacket. by Niels Möller · 6 years ago
  99. 89ee4a6 Delete unused member variable VideoTrackSource::options_. by Niels Möller · 6 years ago
  100. ccd1048 Apply constraints on pacing rate in BBR controller. by Sebastian Jansson · 6 years ago