1. 354b0ed Check return result of fwrite [Audio Module] by leozwang@webrtc.org · 13 years ago
  2. c3b2683 Refactored the pitch filter function in iSAC-fix. One important purpose is to prepare the function for assembly optimization in ARM platforms. by kma@webrtc.org · 13 years ago
  3. 5b4f36d ACM: Too short char vector by tina.legrand@webrtc.org · 13 years ago
  4. 343301f Fixing release compilation on Linux and Mac trybots by kjellander@webrtc.org · 13 years ago
  5. c03df17 Enabling audio_coding_module_test on trybots by kjellander@webrtc.org · 13 years ago
  6. 4517585 Adding separate payload types for stereo modes by tina.legrand@webrtc.org · 13 years ago
  7. c2722a0 Fixed compiler warning Review URL: https://webrtc-codereview.appspot.com/624005 by pwestin@webrtc.org · 13 years ago
  8. 29c5a23 Renamed to Network Emulator and improved error handling. by kjellander@webrtc.org · 13 years ago
  9. f5d934d Upgrade libvpx to cab6ac16 (v. 1.1.1 pre-point-release). by stefan@webrtc.org · 13 years ago
  10. 7d8c567 Ignore return value of fwrites. by andrew@webrtc.org · 13 years ago
  11. 595749f Network simulation script based on Dummynet. by kjellander@webrtc.org · 13 years ago
  12. ad0f05b Remove empty directories. by andrew@webrtc.org · 13 years ago
  13. 2e84c11 Updating bitrate controller tests to test naming conventions. by kjellander@webrtc.org · 13 years ago
  14. baaf243 Extracted a method for sending padded data. by phoglund@webrtc.org · 13 years ago
  15. bb24b14 Libvpx waterfall additional changes. The CL http://review.webrtc.org/595005/ was not complete since it didn't put the libvpx waterfall at its own port. by kjellander@webrtc.org · 13 years ago
  16. 7d3b07a Update to chromium r139469. by wu@webrtc.org · 13 years ago
  17. 36ccce4 Remove documentation folders. by andrew@webrtc.org · 13 years ago
  18. 16fcb24 Disable flaky VolumeTests only on Linux. by andrew@webrtc.org · 13 years ago
  19. e7e64e3 Fix compilation errors on ChromeOS by leozwang@webrtc.org · 13 years ago
  20. 0cb79cc Fixing gyp bug in https://webrtc-codereview.appspot.com/599006 by niklas.enbom@webrtc.org · 13 years ago
  21. dc257b5 Add option to configure error concealment and disable by default. by stefan@webrtc.org · 13 years ago
  22. 327ada1 Refactored IncomingVideoStream and VideoRenderFrame, to get code in better shape when hunting BUG=481. by mflodman@webrtc.org · 13 years ago
  23. 9259e7b Added a step for restarting pulseaudio. by phoglund@webrtc.org · 13 years ago
  24. 281b798 Resolved Coverity warnings. by bjornv@webrtc.org · 13 years ago
  25. b5ea03a Add print out stats summary to integrationtest.cc by leozwang@webrtc.org · 13 years ago
  26. 459955f Move audio_frame_operations to the utility module. by andrew@webrtc.org · 13 years ago
  27. aafa49b Disable flaky VolumeTest.DefaultSpeakerVolumeIsAtMost255. by andrew@webrtc.org · 13 years ago
  28. 5f23d64 Set the stream delay to zero if too low. by andrew@webrtc.org · 13 years ago
  29. 2fc6e38 Check return value of fwrite. [Video Module] by leozwang@webrtc.org · 13 years ago
  30. 8a7a019 Syncing tests on try master with build master. by kjellander@webrtc.org · 13 years ago
  31. 1eef9c1 Bitrate bugfixes Review URL: https://webrtc-codereview.appspot.com/609005 by pwestin@webrtc.org · 13 years ago
  32. 5abab0b Revert 2311 - Disable error concealment. by stefan@webrtc.org · 13 years ago
  33. 3348b29 Disable error concealment. by stefan@webrtc.org · 13 years ago
  34. fe87f8c Libvpx buildbot waterfall. by kjellander@webrtc.org · 13 years ago
  35. ca8d788 Fix a bug where a RAII object was created for just one line instead of a block. by mflodman@webrtc.org · 13 years ago
  36. dbaa893 Completed rewrite of APM extended test. by phoglund@webrtc.org · 13 years ago
  37. 1747427 VAD Refactoring: Replaced pointer operation with array index by bjornv@webrtc.org · 13 years ago
  38. 4e12d30 VAD Refactoring: Removed assign calls by bjornv@webrtc.org · 13 years ago
  39. 0de1ee3 NetEQ: Remove an unnecessary condition, to fix a clang warning by tina.legrand@webrtc.org · 13 years ago
  40. b6e4cc7 Valgrind memcheck and TSAN script now uses Chrome+WebRTC suppression files. by kjellander@webrtc.org · 13 years ago
  41. 0d321da Refactored ARM specific code in Noise Suppression. Bit exact. by kma@webrtc.org · 13 years ago
  42. 1755a57 Check return result of fwrite, [APM] by leozwang@webrtc.org · 13 years ago
  43. f14575f Dynamically load codec list by leozwang@webrtc.org · 13 years ago
  44. 351fb6d Exclude code that don't work on android in voe_cmd_test by leozwang@webrtc.org · 13 years ago
  45. 15cd04a Enabling vp8_integrationtests on all platforms by kjellander@webrtc.org · 13 years ago
  46. 21c5bda Enabling udp_transport_unittests for TSAN by kjellander@webrtc.org · 13 years ago
  47. 10d3b52 I haven't done any refactoring here. by turaj@webrtc.org · 13 years ago
  48. f45d47a Remove mixing tests from voe_extended_test.cc by andrew@webrtc.org · 13 years ago
  49. 51b4f3e Try to fix MixingTest on the Win bots. by andrew@webrtc.org · 13 years ago
  50. 42e78ac Disable normal_async_test and rename tests to vp8_integrationtests. by stefan@webrtc.org · 13 years ago
  51. 6af9594 Added gyp variable to include/exclude all tests. by mflodman@webrtc.org · 13 years ago
  52. ee646c3 I know this is ugly, but it helps a lot to quickly update webRTC in Chrome and libJingle. by niklas.enbom@webrtc.org · 13 years ago
  53. 2d1fc9b Added critical section to prevent race. by pwestin@webrtc.org · 13 years ago
  54. 5c3a400 Re-added ChangeUniqueId temporary for chrome. by pwestin@webrtc.org · 13 years ago
  55. 3c580be Made fuzz tests and chrome bots FYI: e.g, they will warn instead of making the whole build red if they fail. by phoglund@webrtc.org · 13 years ago
  56. 7fbfc4c Use correct variable in trace. by andrew@webrtc.org · 13 years ago
  57. f98b6cc Remove noise during build on Win32 by andrew@webrtc.org · 13 years ago
  58. 4030013 No more TSAN errors on start_stop by hta@webrtc.org · 13 years ago
  59. ea0aa13 I haven't done any refactoring here. by turaj@webrtc.org · 13 years ago
  60. 9dc45da Move trunk/test/data -> trunk/data by andrew@webrtc.org · 13 years ago
  61. 1484ac0 Replaced 2 time functions with thread-safe equivalents by hta@webrtc.org · 13 years ago
  62. aa5f410 Add a README to e2e_quality. by andrew@webrtc.org · 13 years ago
  63. 78d8d99 Fixes the vp8_test on Linux. by stefan@webrtc.org · 13 years ago
  64. cb0a86e VAD refactoring: Added function for repeated code. by bjornv@webrtc.org · 13 years ago
  65. 2b00465 Add comparison to e2e and clean up. by andrew@webrtc.org · 13 years ago
  66. a1a34d6 Avoid flakiness by skipping more output verification. by andrew@webrtc.org · 13 years ago
  67. 6ed617b Fixing memory leak error in test. by hta@webrtc.org · 13 years ago
  68. 747cd87 FEC: For multi-frame FEC, allow for the size of the code to be increased, by marpan@webrtc.org · 13 years ago
  69. e1919f4 Unittest for thread_wrapper. by hta@webrtc.org · 13 years ago
  70. 0d71c1c Cleanup code. Review URL: https://webrtc-codereview.appspot.com/569021 by pwestin@webrtc.org · 13 years ago
  71. e231c61 Style guide reformatting of overuse_detector.{h,cc} by astor@webrtc.org · 13 years ago
  72. bd48e71 Adjusted the bloat build's start time. by phoglund@webrtc.org · 13 years ago
  73. 7597a85 Changed merge-name. by mflodman@webrtc.org · 13 years ago
  74. 294be77 Permit mixing mono and stereo streams. by andrew@webrtc.org · 13 years ago
  75. c832d8b Add google-gflags header files for linux/arm platform by leozwang@webrtc.org · 13 years ago
  76. b2179c2 Bugfix issue 533. Client does not handle NACK or PLI requests received from far end if a RTCP report from it has not been processed when RFC 5506 is enabled. by pwestin@webrtc.org · 13 years ago
  77. 1bca6d2 Fixes coverity warnings. by stefan@webrtc.org · 13 years ago
  78. b3bea2e Fix build errors on OS X Lion. by andrew@webrtc.org · 13 years ago
  79. e3ba738 Set OpenGL as the default renderer by leozwang@webrtc.org · 13 years ago
  80. ada5db4 Enable aecm neon optimized code in android build by leozwang@webrtc.org · 13 years ago
  81. 08d9928 ThreadSanitizer (TSAN) and AddressSanitizer (ASAN) bots by kjellander@webrtc.org · 13 years ago
  82. aee87f0 Updating to new Android trybot machines by kjellander@webrtc.org · 13 years ago
  83. 1ad477d Added a bit flip fuzz test to the voice engine. by phoglund@webrtc.org · 13 years ago
  84. 47b4041 Make the bot kill VCam properly by kjellander@webrtc.org · 13 years ago
  85. 00c07e6 Fix a random crash because of NULL point by leozwang@webrtc.org · 13 years ago
  86. 4d7d23c Refactor OpenGL Code by leozwang@webrtc.org · 13 years ago
  87. 3a69865 Coverity issue 14317 (uninitialized status may influence execution flow) by hta@webrtc.org · 13 years ago
  88. e96b54f Adding Mac and Windows Large Tests bots. by kjellander@webrtc.org · 13 years ago
  89. fbfbdbe Making the old bots also trigger on source changes. by kjellander@webrtc.org · 13 years ago
  90. 7e4a72a Revert 2241 - Enable aecm neon optimized code in android build by kjellander@webrtc.org · 13 years ago
  91. 0290a7a Revert 2243 - Re-enable embedding svn revision into code by kjellander@webrtc.org · 13 years ago
  92. d429086 Deleted udp_socket_windows and all references to it. by hta@webrtc.org · 13 years ago
  93. 440ff23 Fixed some unexpected syntax for chrome bots. by phoglund@webrtc.org · 13 years ago
  94. 86da94e Remove functions for unregistering decoder by tina.legrand@webrtc.org · 13 years ago
  95. d2d54c7 Improve WebRTCDemo by leozwang@webrtc.org · 13 years ago
  96. f6e27f5 Re-enable embedding svn revision into code by leozwang@webrtc.org · 13 years ago
  97. f1ccdb9 Aligned video buffer to 32 bytes boundary, when using vpx_img_alloc() in vp8. by kma@webrtc.org · 13 years ago
  98. fe74220 Enable aecm neon optimized code in android build by leozwang@webrtc.org · 13 years ago
  99. 157111a Removed empty folders by pwestin@webrtc.org · 13 years ago
  100. c5ad609 Added Chrome+WebRTC bots based on Chrome scripts, for all platforms. by kjellander@webrtc.org · 13 years ago