1. 890aa0d Disabling HTTP status push on Build master since we're not using it by kjellander@webrtc.org · 13 years ago
  2. be0ac63 Overriding tgrid URL for master web status by kjellander@webrtc.org · 13 years ago
  3. c2d9852 untabify by hta@webrtc.org · 13 years ago
  4. 9d54cd1 TMMBN sender test passes, fixed receiver flag bug by hta@webrtc.org · 13 years ago
  5. c6c4ffc Android trybots + fixing web status config by kjellander@webrtc.org · 13 years ago
  6. 5c0c18d Fix coverity issues in ACM. by andrew@webrtc.org · 13 years ago
  7. a88cb6f Add HighPassFilter and StereoChannelSwapping tests. by andrew@webrtc.org · 13 years ago
  8. 2d02232 VPM: fix to coverity issues 10255-10258 (unintended sign extension). by marpan@webrtc.org · 13 years ago
  9. ca08c41 Replacing virtual camera on linux video bot: adaptings tests accordingly. by phoglund@webrtc.org · 13 years ago
  10. 2191a47 Update ARM specific libvpx config files. by stefan@webrtc.org · 13 years ago
  11. b1313aa Fix missing h file change. by pwestin@webrtc.org · 13 years ago
  12. 49888ce Breaking out send side bitrate controll cont. by pwestin@webrtc.org · 13 years ago
  13. e611619 Fixing the header file path in gypi file. by mallinath@webrtc.org · 13 years ago
  14. 9c4f6a5 Add an AudioFrameOperations unittest. by andrew@webrtc.org · 13 years ago
  15. e49d908 Fix how we were using TbInterfaces and disallow operator=() and the copy constructor. by tommi@webrtc.org · 13 years ago
  16. a990e12 * Change the reference counting implementation for VoE to be per object and by tommi@webrtc.org · 13 years ago
  17. 497fb4f Fixed vie_auto_test on mac so it will exit when the test completes instead of hanging like it used to. by phoglund@webrtc.org · 13 years ago
  18. bc1b43b Refactoring of audio_coding_module_impl by tina.legrand@webrtc.org · 13 years ago
  19. a6ecd1e Refactoring one of the ACM tests: TestStereo, to follow the style guide. by tina.legrand@webrtc.org · 13 years ago
  20. 6133113 Reduced the time from check-in to build significantly. by phoglund@webrtc.org · 13 years ago
  21. 1868780 Disabled UnremovedSocketsGetCollectedAtManagerDeletion in UdpSocketManager unittest. by mflodman@webrtc.org · 13 years ago
  22. 1c7bfe0 Fail silently when swapping mono. by andrew@webrtc.org · 13 years ago
  23. da12dde Upgrade libvpx to dba0538. by stefan@webrtc.org · 13 years ago
  24. ad92989 Tests for udp_socket_manager. by hta@webrtc.org · 13 years ago
  25. 5288481 Removed dependency which has moved into tools/DEPS. by phoglund@webrtc.org · 13 years ago
  26. 6a65cfb Enabled the new PyAuto test on the build bot. by phoglund@webrtc.org · 13 years ago
  27. d18dd6d Made OnPacketLossStatisticsUpdate function virtual (needed for ViCE). by asapersson@webrtc.org · 13 years ago
  28. 02d7174 Add API to swap stereo channels. by andrew@webrtc.org · 13 years ago
  29. 369166a Add API for disabling the high pass filter. by andrew@webrtc.org · 13 years ago
  30. 48a5df6 Embed svn revision number into code by leozwang@webrtc.org · 13 years ago
  31. b28b43a6 Adding alwaysUseLatest parameter for GClient sync. by kjellander@webrtc.org · 13 years ago
  32. 5f49dba Hi Magnus, I added some of the changes that you suggested before. Let me know what you think. by elham@webrtc.org · 13 years ago
  33. 7401a1f Updating Chrome excludes to use the same as Chrome buildbots. by kjellander@webrtc.org · 13 years ago
  34. 4e423b3 Handle master/slave timestamp wrap. by andrew@webrtc.org · 13 years ago
  35. 55e4fff LCOV fix in addition to r2095. by kjellander@webrtc.org · 13 years ago
  36. 99ac3f7 Fixed trunacated trace problem in WebRTC. http://b.corp.google.com/issue?id=5607856 by vikasmarwaha@webrtc.org · 13 years ago
  37. f3794f8 Fixed normal LCOV case by kjellander@webrtc.org · 13 years ago
  38. ddab60b Wire up pading. Review URL: https://webrtc-codereview.appspot.com/509002 by pwestin@webrtc.org · 13 years ago
  39. 11654c2 VAD refactoring: Local variable name changes by bjornv@webrtc.org · 13 years ago
  40. 5284d6e Minor change to trigger REMB packets in RTCP RR if there is no sending channel. by mflodman@webrtc.org · 13 years ago
  41. bf9f469 Lifetime management for UdpSocketManager by hta@webrtc.org · 13 years ago
  42. 92591ad Fixes link issues in google3 (change by tomasl). by asapersson@webrtc.org · 13 years ago
  43. 83ed0a4 Try to resend next packet in nack list even if previous packet is not found. by asapersson@webrtc.org · 13 years ago
  44. f6cd33d Implemented bloat calculation. This will measure the binary size of Chrome+WebRTC components each weekend. by phoglund@webrtc.org · 13 years ago
  45. 39946f1 Skipping code coverage HTML generation on failed builds. by kjellander@webrtc.org · 13 years ago
  46. fcbbe1f Removed unused callback code from video coding test. by pwestin@webrtc.org · 13 years ago
  47. a2cd732 Fix for calling OnNetworkChanged too often. by pwestin@webrtc.org · 13 years ago
  48. 88ad06b VCM: Added condition(s) for setting FEC protection factor to zero at low bitrates. by marpan@webrtc.org · 13 years ago
  49. 63a34f4 Fix in SendPadData. Do not increase sequence number if packet is "empty" and not sent. by asapersson@webrtc.org · 13 years ago
  50. bb77000 Added a virtual destructor to get the test to compile on all platforms. by phoglund@webrtc.org · 13 years ago
  51. b73f01e Removed some obviously dead stuff from voe_auto_test. by phoglund@webrtc.org · 13 years ago
  52. bbd6b56 Memory leak fix: Deleting a factory by hta@webrtc.org · 13 years ago
  53. bcde776 Changed Delay Estimator create call by bjornv@webrtc.org · 13 years ago
  54. 0abe535 Refactored udp_transport to take socket manager as dependency injection by hta@webrtc.org · 13 years ago
  55. 4e645ee Improved error message when capture device is missing. by kjellander@webrtc.org · 13 years ago
  56. b61f1fa Reset slave when switching to a stereo codec. by andrew@webrtc.org · 13 years ago
  57. 00a8dbb Change Watchlist Review URL: https://webrtc-codereview.appspot.com/503001 by leozwang@webrtc.org · 13 years ago
  58. f4c80fc Switch the other android build over to android_posix.cc and not android_linux.cc. by tommi@webrtc.org · 13 years ago
  59. 9018c9f Fix androidndk build take two. by tommi@webrtc.org · 13 years ago
  60. 3db5cb7 Fix AndroidNDK build. by tommi@webrtc.org · 13 years ago
  61. 3d48b09 Fix android build. by tommi@webrtc.org · 13 years ago
  62. 0cac8be Fixing e-mail notification for buildbot master by kjellander@webrtc.org · 13 years ago
  63. e84373c Atomic32Wrapper -> Atomic32 by tommi@webrtc.org · 13 years ago
  64. 1cd1162 Break out of send side bandwidth estimation and controll. by pwestin@webrtc.org · 13 years ago
  65. b2bd1e0 Bugfix too many initialize for RTP module by pwestin@webrtc.org · 13 years ago
  66. 76643d7 Enabling fastbuild in GYP define. by kjellander@webrtc.org · 13 years ago
  67. a768970 Parse out ssrcs in REMB message (needed for ViCE) . by asapersson@webrtc.org · 13 years ago
  68. faa0ab8 NetEQ stereo sync by tina.legrand@webrtc.org · 13 years ago
  69. 22082e7 Enable iSAC_FIX on android by leozwang@webrtc.org · 13 years ago
  70. 16f6bb3 Fix a minor compilation error on android by leozwang@webrtc.org · 13 years ago
  71. efd01fd Removing unused code from QMVideoSettingsCallback. by marpan@webrtc.org · 13 years ago
  72. 82d85ae All errors are now printed to stderr instead of stdout. by kjellander@webrtc.org · 13 years ago
  73. 4ade550 Delay Estimator Unit tests by bjornv@webrtc.org · 13 years ago
  74. 2e72976 New _CreateBinaryDelayEstimator() and removed _history_size() by bjornv@webrtc.org · 13 years ago
  75. 180f83f File name change to follow style by bjornv@webrtc.org · 13 years ago
  76. 1bc98bc Remove erroneous error trace. by andrew@webrtc.org · 13 years ago
  77. 7ab5149 Remove usage of Atomic32Wrapper from a few places. by tommi@webrtc.org · 13 years ago
  78. 52c0fec Added UDP socket factory function to UdpTransportImpl constructor by hta@webrtc.org · 13 years ago
  79. c3eb178 Will now filter chrome-triggered builds. by phoglund@webrtc.org · 13 years ago
  80. c440d56 Rewired the oath2 symlink and updated tgrid_parser to the new Build Bot version's tgrid syntax. by phoglund@webrtc.org · 13 years ago
  81. 336d52d Roll Chromium 122775:132375 (current Canary). by andrew@webrtc.org · 13 years ago
  82. 3e2e703 VPM: Allow for option to compute the content metrics every nth frame. by marpan@webrtc.org · 13 years ago
  83. 050f212 Updating clean script for new buildbot configurations. by kjellander@webrtc.org · 13 years ago
  84. 3629a3c Updating master.cfg for updated Mac bot names. This CL completes the changes made in http://webrtc-codereview.appspot.com/493006/ to get the Mac bots back online. by kjellander@webrtc.org · 13 years ago
  85. 5f85362 Updated Mac hostnames due to network changes. by kjellander@webrtc.org · 13 years ago
  86. b1fbf01 Added timestamp logs, i.e. only tracing. by mflodman@webrtc.org · 13 years ago
  87. 3c611fd Removed NetEQ Test compile error. by mflodman@webrtc.org · 13 years ago
  88. aef0a61 webrtc: OTHER_CPLUSPLUSFLAGS should be a list, not a string. by xians@webrtc.org · 13 years ago
  89. bfda85f Safe handling of invalid inputs in delay_estimator. by bjornv@webrtc.org · 13 years ago
  90. 0ea088f Turned off Windows diagnostics. by phoglund@webrtc.org · 13 years ago
  91. a36a4bb Disabled flaky voe tests. by phoglund@webrtc.org · 13 years ago
  92. 04d452e Fixing issues due to Buildbot 0.8.4p1 upgrade. by kjellander@webrtc.org · 13 years ago
  93. 9784512 Fix coverity warning and possible memory leak. by stefan@webrtc.org · 13 years ago
  94. c4892bc Disable libyuv MirrorTest due to crashes on Linux 32 bit. by stefan@webrtc.org · 13 years ago
  95. 5d2514a Revert 2013 - Upgrade libyuv to r235. by stefan@webrtc.org · 13 years ago
  96. a014ecc Changed CriticalSectionScoped constructor usage for ADM. by mflodman@webrtc.org · 13 years ago
  97. 7056908 System delay unit tests by bjornv@webrtc.org · 13 years ago
  98. 6803fe8 Upgrade libyuv to r235. by stefan@webrtc.org · 13 years ago
  99. 16b6b90 Split of stereo packets moved by tina.legrand@webrtc.org · 13 years ago
  100. ce33035 Cleanup encode call. Review URL: https://webrtc-codereview.appspot.com/491003 by pwestin@webrtc.org · 13 years ago