1. f6b7c7e Exclude SendsAndReceivesVP9 for WinDrMemory. by marpan@webrtc.org · 10 years ago
  2. e1745cb Adjust parameter in vp9 rate control test. by marpan@webrtc.org · 10 years ago
  3. 5f1e2e4 Increase speed setting for VP9 (from 5 to 6) and re-enable end_to_end test. by marpan@webrtc.org · 10 years ago
  4. ee9d61c This fixes a small memory leak (found using Xcode/Instruments on iOS) in by tkchin@webrtc.org · 10 years ago
  5. 6a364fe Remove uses of build date/time. by pbos@webrtc.org · 10 years ago
  6. 0bae1fa Wire up bandwidth stats to the new API and webrtcvideoengine2. by stefan@webrtc.org · 10 years ago
  7. a22a628 (Auto)update libjingle 79205306-> 79244016 by buildbot@webrtc.org · 10 years ago
  8. 72fd339 Restore old behavior for Android in fileutils.cc by kjellander@webrtc.org · 10 years ago
  9. f6e1600 Roll chromium_revision d3db2ff..375f736 by kjellander@webrtc.org · 10 years ago
  10. dc86624 Fix android_clang build. by glaznev@webrtc.org · 10 years ago
  11. 368215d Revert 7623 "Remove the state_ member from AudioDecoder" by niklas.enbom@webrtc.org · 10 years ago
  12. 8a232f6 Revert 7625 "Don't use DCHECK when you need the side effects..." by niklas.enbom@webrtc.org · 10 years ago
  13. 795d003 (Auto)update libjingle 79200114-> 79205306 by buildbot@webrtc.org · 10 years ago
  14. 8125744 Cleanup RTCVideoRenderer interface. by tkchin@webrtc.org · 10 years ago
  15. b8425bc Don't use DCHECK when you need the side effects... by kwiberg@webrtc.org · 10 years ago
  16. 45ecf4c (Auto)update libjingle 79169148-> 79192489 by buildbot@webrtc.org · 10 years ago
  17. 9e52558 Remove the state_ member from AudioDecoder by kwiberg@webrtc.org · 10 years ago
  18. 7c29e8c Add support for VP9 in webrtc::Call and video_loopback. by stefan@webrtc.org · 10 years ago
  19. d839e0a Reduce to 2 probes when probing for initial bandwidth. by stefan@webrtc.org · 10 years ago
  20. db26247 Add UMA for measuring the diff between the BWE at 2 seconds compared to the BWE at 20 seconds when the BWE should have converged. by stefan@webrtc.org · 10 years ago
  21. 8944c9d AppRTCDemoActivity: use differnet Themes for different API levels by mcasas@webrtc.org · 10 years ago
  22. d367321 Add kjellander as PRESUBMIT.py OWNER by kjellander@webrtc.org · 10 years ago
  23. dcebf2d Reworked paced sender queue by sprang@webrtc.org · 10 years ago
  24. fad9aec Remove protected files from talk/PRESUBMIT.py. by pbos@webrtc.org · 10 years ago
  25. 88ef632 Falling back on single-stream on multiple SSRC. by pbos@webrtc.org · 10 years ago
  26. 28af641 Presubmit was not whitelisting libjingle_tests.gyp or sound.gyp due to a missing comma leading to a concatenation of the two strings in the whitelist. by henrike@webrtc.org · 10 years ago
  27. b3265ac Adds support for finch experiments to video_loopback. by stefan@webrtc.org · 10 years ago
  28. 52b42cb Fix problem with late packets in NetEq by henrik.lundin@webrtc.org · 10 years ago
  29. 09cc686 Delete VideoReceiveStream channels in destructor. by pbos@webrtc.org · 10 years ago
  30. 6de75ca Remove the useless dummy state parameter to WebRtcPcm16b_DecodeW16 by kwiberg@webrtc.org · 10 years ago
  31. c78cf97 Remove the useless dummy state parameter to WebRtcG711_* by kwiberg@webrtc.org · 10 years ago
  32. b5d045e ReAdd PeerConnectionInterface::AddStream to fix Chrome build. by perkj@webrtc.org · 10 years ago
  33. 18de6f9 Change the PeerConnection proxy templates to use blocking method calls instead of using Thread::Send. by tommi@webrtc.org · 10 years ago
  34. 721ef63 Remove the codec_type_ member from AudioDecoder by kwiberg@webrtc.org · 10 years ago
  35. c2dd5ee Prepare for removal of PeerConnectionObserver::OnError. by perkj@webrtc.org · 10 years ago
  36. f37145f Enables AIMD control by default. by stefan@webrtc.org · 10 years ago
  37. b0f4b3d Improving error message from neteq_rtpplay by henrik.lundin@webrtc.org · 10 years ago
  38. a663d90 (Auto)update libjingle 79104430-> 79104922 by buildbot@webrtc.org · 10 years ago
  39. 5f38c8d Android AppRTCDemo improvements: by glaznev@webrtc.org · 10 years ago
  40. 5804936 Add format members to AudioConverter for DCHECKing. by andrew@webrtc.org · 10 years ago
  41. e451b75 Update rate control parameter in vp9 test. by marpan@webrtc.org · 10 years ago
  42. 4765ca5 Roll chromium_revision: 28d1981..d3db2ff by marpan@webrtc.org · 10 years ago
  43. f866b2d Restore the void return type on WriteWavHeader. by andrew@webrtc.org · 10 years ago
  44. b81e304 replace inline assembly WebRtcNsx_AnalysisUpdate by intrinsics. by andrew@webrtc.org · 10 years ago
  45. f947180 Add Opus support to neteq_rtpplay by henrik.lundin@webrtc.org · 10 years ago
  46. 96a9325 Implement external decoder support in WebRtcVideoEngine2. by pbos@webrtc.org · 10 years ago
  47. 548b228 Add UMA metrics for the initial (after two seconds) packet loss, round-trip time and bandwidth estimate of a WebRTC call. by stefan@webrtc.org · 10 years ago
  48. 96dc685 Add stats for video: by asapersson@webrtc.org · 10 years ago
  49. 2236267 Disable PeerConnectionEndToEndTest.CreateDataChannelAfterNegotiate under MSan by henrik.lundin@webrtc.org · 10 years ago
  50. bf09976 Add more sanity checks to workaround the unidentified problem that CaptureThread is still running while related resouces are destroyed already. by braveyao@webrtc.org · 10 years ago
  51. ed45896 Adjust/increase rate control thresold for a vp9 test. by marpan@webrtc.org · 10 years ago
  52. 5b88317 Add VP9 codec to VCM and vie_auto_test. by marpan@webrtc.org · 10 years ago
  53. 5072e0f Update Android projects to API level 21. by kjellander@webrtc.org · 10 years ago
  54. 818c9f9 replace inline assembly WebRtcNsx_SynthesisUpdateNeon by intrinsics. by andrew@webrtc.org · 10 years ago
  55. a3ed713 Add a WavReader counterpart to WavWriter. by andrew@webrtc.org · 10 years ago
  56. c2c94a9 Change default JVM location to /usr/lib/jvm/java-7-openjdk-amd64 by kjellander@webrtc.org · 10 years ago
  57. 78c222b Update all .isolate files for the new format. by kjellander@webrtc.org · 10 years ago
  58. 8a130c1 Update Android projects to API level 20. by kjellander@webrtc.org · 10 years ago
  59. 053c6ab Fix N7 camera aspect ratio. by glaznev@webrtc.org · 10 years ago
  60. 508c916 Build fix for MIPS32R6. by andrew@webrtc.org · 10 years ago
  61. cc476aa Fix a name collision with Android libc++ by andrew@webrtc.org · 10 years ago
  62. b7ed779 Implement conference-mode temporal-layer screencast. by pbos@webrtc.org · 10 years ago
  63. 3bf3d23 Configure A/V sync in WebRtcVideoEngine2. by pbos@webrtc.org · 10 years ago
  64. 4abadab Simplify bwe tests. by stefan@webrtc.org · 10 years ago
  65. 2dc6f31 Adapting bitrate according to maxplaybackrate for Opus. by minyue@webrtc.org · 10 years ago
  66. 8328e7c Revert "Revert part of r7561, "Refactor audio conversion functions."" by andrew@webrtc.org · 10 years ago
  67. 14146e4 arm64 iOS build. by tkchin@webrtc.org · 10 years ago
  68. 50ca986 Improve the logging when a TCP connection is deleted. by jiayl@webrtc.org · 10 years ago
  69. d0cf68e Add 15 fps support for Android devices with missing 15 fps camera mode. by glaznev@webrtc.org · 10 years ago
  70. 8aa4d2d Creating a C++ wrapper class for VAD by henrik.lundin@webrtc.org · 10 years ago
  71. bcfb4d0 Revert part of r7561, "Refactor audio conversion functions." by kwiberg@webrtc.org · 10 years ago
  72. 8219529 Cleaning up r7562-7567. by minyue@webrtc.org · 10 years ago
  73. 879fac8 (Auto)update libjingle 78822708-> 78823675 by buildbot@webrtc.org · 10 years ago
  74. 5f73a37 Revert 7563 "before rebase" due to wrong submission by minyue@webrtc.org · 10 years ago
  75. c11cc8d Revert 7564 "to submit" due to wrong submission by minyue@webrtc.org · 10 years ago
  76. de386bf to submit by minyue@webrtc.org · 10 years ago
  77. c673bb9 before rebase by minyue@webrtc.org · 10 years ago
  78. 0b62672 adding default rates by minyue@webrtc.org · 10 years ago
  79. 4fc4add Refactor audio conversion functions. by andrew@webrtc.org · 10 years ago
  80. 776e6f2 Use external VideoDecoders in VideoReceiveStream. by pbos@webrtc.org · 10 years ago
  81. 2dd3134 Add stats for duplicate sent and received NACK requests. by asapersson@webrtc.org · 10 years ago
  82. f567095 common_audio: Removed macro WEBRTC_SPL_RSHIFT_W32 by bjornv@webrtc.org · 10 years ago
  83. 7f10513 Remove unused code in overuse detector. by asapersson@webrtc.org · 10 years ago
  84. decd930 AudioEncoder: num_10ms_frames_per_packet -> Num10MsFramesInNextPacket by kwiberg@webrtc.org · 10 years ago
  85. cfe3845 Enable G.722 for Chromium builds by henrik.lundin@webrtc.org · 10 years ago
  86. 1abc146 (Auto)update libjingle 78738075-> 78738103 by buildbot@webrtc.org · 10 years ago
  87. 7998089 ApprtDemo Android: Switch between front and back camera. by perkj@webrtc.org · 10 years ago
  88. 663fdd0 Make an AudioEncoder subclass for Opus by kwiberg@webrtc.org · 10 years ago
  89. 2623695 Renaming bandwidth to bitrate in webrtcvoiceengine. by minyue@webrtc.org · 10 years ago
  90. ffeaeed Make NSinst_t* const and rename to self in ns_core by aluebs@webrtc.org · 10 years ago
  91. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  92. 8b1b23f Make local functions static and dropWebRtcNs_ in ns_core by aluebs@webrtc.org · 10 years ago
  93. 28b5467 Make all comments whole sentences in ns_core by aluebs@webrtc.org · 10 years ago
  94. bd6bdca scoped_ptr.h: Renames function and change namespace scope to fix conflicts with Chromium not detected by the FYI bots. by henrike@webrtc.org · 10 years ago
  95. ae694ef (Auto)update libjingle 78642371-> 78680406 by buildbot@webrtc.org · 10 years ago
  96. a296725 audio_coding/codecs/isac/fix: Replaced macro WEBRTC_SPL_RSHIFT_W32 with >>" by bjornv@webrtc.org · 10 years ago
  97. 67ca26e common_audio: Removed trivial macro WEBRTC_SPL_UMUL_16_16 by bjornv@webrtc.org · 10 years ago
  98. ff8a98e Use neteq_unittest_tools in audio_decoder_unittests by henrik.lundin@webrtc.org · 10 years ago
  99. 820efd5 Fix double backslashes in incoming_video_stream.cc by perkj@webrtc.org · 10 years ago
  100. fbd55cb (Auto)update libjingle 78616359-> 78642371 by buildbot@webrtc.org · 10 years ago