1. 5d91028 Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. by sergeyu · 8 years ago
  2. 6ebdf6b Fix issue with parsing of incorrect (empty) Stap-A H264 NAL units. by Erik Språng · 8 years ago
  3. a601f5c Separating internal and external methods of RtpSender/RtpReceiver. by deadbeef · 8 years ago
  4. aff499c GN: Fix errors in rtc_include_tests conditions by kjellander@webrtc.org · 8 years ago
  5. e72db17 GN: Use rtc_include_tests variable to exclude tests. by kjellander · 8 years ago
  6. ba986bf Remove dead code in IncomingVideoStream that's just causing contention. by tommi · 8 years ago
  7. f5f03e8 Reland of: Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  8. c88f558 Fix Android audio playback mute. by Alex Glaznev · 8 years ago
  9. 7b496e0 Add fuzzers for SDP and STUN parsing. by katrielc · 8 years ago
  10. 68718e3 iOS: Disable Goma for iOS GN bots. by kjellander@webrtc.org · 8 years ago
  11. e1e951f Allow fuzzers to depend on anything, since they want access to as many targets as possible. by katrielc · 8 years ago
  12. a811968 GN: Exclude frame_analyzer and rgba_to_i420_converter from Chromium builds. by kjellander · 8 years ago
  13. 46007ae Add flag in ios to support disabling high-cost networks. by Honghai Zhang · 8 years ago
  14. f83a94a Revert of Improving the fake clock and using it to fix a flaky STUN timeout test. (patchset #10 id:180001 of https://codereview.webrtc.org/2024813004/ ) by deadbeef · 8 years ago
  15. 080be51 Make WebRTCAudioTrack class public. by Alex Glaznev · 8 years ago
  16. ffbe0e1 Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  17. 14897d0 Add missing dependencies on audio, video and call to the new GN files. by katrielc · 8 years ago
  18. 5251680 Restart avfoundationvideocapturer on errors. by Zeke Chin · 8 years ago
  19. d50f4f3 Fixing flaky SignalThread tests. by deadbeef · 8 years ago
  20. 7bf939c Check for out-of-bounds access on |kIntrpCoef|. by mbarbella · 8 years ago
  21. 647998c Use picture id to check continuity between frames. by philipel · 8 years ago
  22. 46b89b9 Collapse most stdout spammy output of webrtc_perf_tests with PrintResultList by danilchap · 8 years ago
  23. 3ee5614 GN: Add rtc_unittests by kjellander@webrtc.org · 8 years ago
  24. e80990f Add enum value ScaleMethod::kFilterLinear. by Niels Möller · 8 years ago
  25. 293c86d Re-enable UBsan on AGC. by minyue · 8 years ago
  26. b4c7b83 Revert of Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. (patchset #7 id:140001 of https://codereview.webrtc.org/1988783003/ ) by sergeyu · 8 years ago
  27. 4a627a8 Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. by sergeyu · 8 years ago
  28. 47183ba Handle Android stop capturer race. by Per · 8 years ago
  29. c76dc95 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
  30. b50e845 Adds WebRtcAudioTrack.setSpeakerMute() API by henrika · 8 years ago
  31. fc715f5 DCHECK that the red payload type doesn't have invalid values when FEC is enabled. by stefan · 8 years ago
  32. 1a93cde BitrateProber now correctly change state to kWait when the last probing by philipel · 8 years ago
  33. 2d8d23e RFC 3984 sprop-parameter-sets SDP unit test by johan · 8 years ago
  34. 846b2d9 Reduce logging frequency in bwe simulations. by stefan · 8 years ago
  35. 8f4c77f Always send RED headers if configured. by stefan · 8 years ago
  36. 72d41aa Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ ) by guidou · 8 years ago
  37. 5a4a75a Combining SetVideoSend and SetSource into one method. by deadbeef · 8 years ago
  38. 2221e1c Update the BWE when the network route changes. by honghaiz · 8 years ago
  39. 2bd81a8 Fix building iOS SDK static libraries. by tkchin · 8 years ago
  40. a8aa907 Disabled two flaky subtests of SignalThreadTest. by ossu · 8 years ago
  41. 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 8 years ago
  42. 58d4fe7 Reduce VT keyframe frequency. by Peter Bostrom · 8 years ago
  43. b684bd1 [rtcp] ExtendedJitterReports::Parse updated not to use RTCPUtility by danilchap · 8 years ago
  44. dc0dbad GN: Exclude tools and tests in Chromium builds. by kjellander@webrtc.org · 8 years ago
  45. 729b21f Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants by kwiberg · 8 years ago
  46. 116e4d4 Re-enabling -Woverloaded-virtual. by Patrik Höglund · 8 years ago
  47. f882880 AudioDecoder: Document that the sample rate and number of channels is constant by kwiberg · 8 years ago
  48. abe95ba AudioDecoderIsacT: Require caller to always specify sample rate by kwiberg · 8 years ago
  49. 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 8 years ago
  50. 5724b73 Remove unused render callback method+pointer in IncomingVideoStream. by mflodman · 8 years ago
  51. 26306b1 Remove test targets of type none. by kjellander · 8 years ago
  52. bac0412 GN: Add system_wrappers_unittests, tools and tools_unittests by kjellander · 8 years ago
  53. 8f4419b GN: Replace Windows suppressions of warning 4267 with config. by kjellander · 8 years ago
  54. cb7b449 Video loopback avg_burst_loss_length default parameter fix. by philipel · 8 years ago
  55. 01cdab1 Remove DtlsIdentityStoreImpl and RTCCertificateGeneratorStoreWrapper. by Henrik Boström · 8 years ago
  56. 69adc9c Delete unused code in webrtc_libyuv.cc. by nisse · 8 years ago
  57. 18f9da0 Fix a memory issue when calling LOG_J in port.cc by honghaiz · 8 years ago
  58. 5ecf16c Add Stats to Stun ping. by zhihuang · 8 years ago
  59. 36f50e8 Create a new connection if a candidate reuses an address by honghaiz · 8 years ago
  60. 453018a CameraEnumerationAndroid: Remove Enumerator class by magjed · 8 years ago
  61. 0fe8548 Fixing overloaded-virtual compiler warning. by deadbeef · 8 years ago
  62. a6a7007 Fix FakeNetworkPipe to not deliver packet faster than requested. by danilchap · 8 years ago
  63. 54f9171 Minor lint-fixes in MediaChannel and VideoEngine2. by terelius · 8 years ago
  64. b787d87 Making FakePortAllocator support IPv6. by Taylor Brandstetter · 8 years ago
  65. 7b36ac4 Pull in new commits from the gtest-parallel upstream repo by kwiberg · 8 years ago
  66. cebf0a2 Remove PeerConnectionFactory's certificate generator and ref counted wrapper. by Henrik Boström · 8 years ago
  67. a1ed0b3 Revert "Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ )" by philipel · 8 years ago
  68. 98bba39 Remove metrics_default from rtc_media dependencies. by kjellander · 8 years ago
  69. d79599d Turning FakeDtlsIdentityStore into FakeRTCCertificateGenerator. by Henrik Boström · 8 years ago
  70. 0f380d8 GN: Add test_support_unittests target by kjellander · 8 years ago
  71. 4d167e5 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #5 id:80001 of https://codereview.webrtc.org/1979933002/ ) by kjellander · 8 years ago
  72. 46948c1 Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ ) by philipel · 8 years ago
  73. ce8d58c peerconnection: remove unused include by johan · 8 years ago
  74. 5be28c8 Propagate probing cluster id to SendTimeHistory, both for packets and padding. by philipel · 8 years ago
  75. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  76. 164e978 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
  77. caea17a MIPS64: Do not use openmax_dl for MIPS64 in GN by Gordana.Cmiljanovic · 8 years ago
  78. 2e646c8 VideoCapturerAndroid: Check that camera is still running in every *OnCameraThread method by Magnus Jedvert · 8 years ago
  79. ce17e01 Reland of Android: Change camera fps range selection (patchset #1 id:1 of https://codereview.webrtc.org/2021233002/ ) by magjed · 8 years ago
  80. 6034705 Add a flag to filter out high-cost networks. by honghaiz · 8 years ago
  81. 8271a7f Increasing a timeout for TestGetAllPortsNoUdpAllowed. by deadbeef · 8 years ago
  82. a1c548b Add RtpHeaderExtension to avoid client breakage by isheriff · 8 years ago
  83. 98cde26 Use scoped_refptr for On(Add|Remove)Stream and OnDataChannel. by Taylor Brandstetter · 8 years ago
  84. 521f7a8 Moves ownership of OpenSL engine object to Android audio manager with the goal of adding support for OpenSL ES based audio capture. by henrika · 8 years ago
  85. c0f2dcf NetEq decoder database: Don't keep track of sample rate for builtin decoders by kwiberg · 8 years ago
  86. 799467d Disabled RestartingSendStreamPreservesRtpStatesWithRtx on Mac due to flakiness. by ossu · 8 years ago
  87. 938c5dd [rtcp] RapidResyncRequest::Parse updated not to use RTCPUtility by danilchap · 8 years ago
  88. 208d198 Rename APK tests workaround to make it more generic. by kjellander · 8 years ago
  89. e9cc6b9 VideoCapturerAndroidTestFixtures: Fix deprecation compile warnings by magjed · 8 years ago
  90. 536378b Allow FakeNetworkPipe to drop packets in bursts. by philipel · 8 years ago
  91. 6c2eab3 AudioDecoder: New method SampleRateHz, + implementations for our codecs by kwiberg · 8 years ago
  92. 946f36e Added diagnostic AEC debug logpoints for the purpose by peah · 8 years ago
  93. b3f208d Revert of Android: Change camera fps range selection (patchset #4 id:100001 of https://codereview.webrtc.org/2013413002/ ) by magjed · 8 years ago
  94. 0fc37d7 [rtcp] Fir/Sli/Rpsi updated not to use RTCPUtility by danilchap · 8 years ago
  95. b4ddb5c Android: Change camera fps range selection by Magnus Jedvert · 8 years ago
  96. 92379de Reorder actions on stopCapturer, to avoid crashing on camera timeout. by nisse · 8 years ago
  97. 2d3aae5 [rtcp] ExtendedReports::Parse updated not to use RTCPUtility by danilchap · 8 years ago
  98. 5f7cfa5 Moved CreateBuiltinDecoderFactory out to VoEBaseImpl. by ossu · 8 years ago
  99. 22e70ab Disabled ProfilerTest.TestFunction due to flakiness. by ossu · 8 years ago
  100. f0e174a Reland "Set defines for Chromium" by kjellander · 8 years ago