1. 86ce46d Cleaned up and completed current dashboard milestone. by phoglund@webrtc.org · 13 years ago
  2. c80d9d9 Removed default cases causing clang errors, -Wcovered-switch-default. by mflodman@webrtc.org · 13 years ago
  3. 5eeaa38 Improved readability of tests in master.cfg and enabling some tests by kjellander@webrtc.org · 13 years ago
  4. 4942832 Fix "may be used uninitialized" warning. by andrew@webrtc.org · 13 years ago
  5. b783a55 Unit test for forward_error_correction. by marpan@webrtc.org · 13 years ago
  6. 307c1ff Fix for issue #254: windows crash of test_fec. by marpan@webrtc.org · 13 years ago
  7. dde977e AudioFrame payload shouldn't be mutable. by andrew@webrtc.org · 13 years ago
  8. ce0a6ff Restoring previous vie_auto_test.gypi structure due to problems on Mac by kjellander@webrtc.org · 13 years ago
  9. 918a8bf External transport is modified to never drop packets from the first frame. by kjellander@webrtc.org · 13 years ago
  10. 6838334 Fix for warning in GCC 4.6 by henrik.lundin@webrtc.org · 13 years ago
  11. 82e1c8d Fix for issue 253 by henrik.lundin@webrtc.org · 13 years ago
  12. fdf21c8 Removed dead version code. by pwestin@webrtc.org · 13 years ago
  13. 4ea57e5 Changed VP8 to follow the style guide a little bit more. by pwestin@webrtc.org · 13 years ago
  14. 9b3474a Disable the unused API interfaces for VoE chromium build. by xians@webrtc.org · 13 years ago
  15. 07b45a5 Added API for getting the send-side estimated bandwidth. by stefan@webrtc.org · 13 years ago
  16. ac7e89f Correct and update LICENSE by leozwang@webrtc.org · 13 years ago
  17. de66b91 In voice engine, added member audioFrame to classes AudioCodingModuleImpl and VoEBaseImpl, by kma@webrtc.org · 13 years ago
  18. 2b87891 Implemented build status tracking. by phoglund@webrtc.org · 13 years ago
  19. fede80c Updated test web page info for PeerConnection v2. by henrikg@webrtc.org · 13 years ago
  20. d4f0a0e Refactored the dashboard in order to add new functionality and added some new functionality. by phoglund@webrtc.org · 13 years ago
  21. 7fe219f Add some additional checks for corrupt payload. by andrew@webrtc.org · 13 years ago
  22. 1f238fd Update libsrtp revision in DEPS to chrome/deps/../libsrtp@119742. by mallinath@webrtc.org · 13 years ago
  23. 727a0a0 Fixed a bug in assembly code in aecm_core.c (hasn't caused a problem yet). by kma@webrtc.org · 13 years ago
  24. d8f58a4 Cross platform build fix for SSIM (part 2) by frkoenig@google.com · 13 years ago
  25. 26e8a58 VAD refactor: Create() and Free() by bjornv@webrtc.org · 13 years ago
  26. dd478e2 Fix for warning in GCC 4.6 by henrik.lundin@webrtc.org · 13 years ago
  27. 79af734 This patch fixes the converity warnings in voice engine. by xians@webrtc.org · 13 years ago
  28. 91c6308 Fix potential VCMReceiver crash. by stefan@webrtc.org · 13 years ago
  29. 2919e95 Resolves Coverty issue #10347. by henrika@webrtc.org · 13 years ago
  30. cdba1a8 test_fec: Reduce execution time of test, and use testsupport/fileutils.h for path of randomSeedLog file. by marpan@webrtc.org · 13 years ago
  31. 293d22b Add a new macro for bit-exact audioproc tests. by andrew@webrtc.org · 13 years ago
  32. 72fe244 Fix neteq watchlist. by andrew@webrtc.org · 13 years ago
  33. 4065403 Use pointer-based CriticalSectionScoped(). by andrew@webrtc.org · 13 years ago
  34. 7ca9925 Addding myself to video codec watch list. by pwestin@webrtc.org · 13 years ago
  35. 89a1000 A minor change in function WebRtcNetEQ_PacketBufferFindLowestTimestamp for by kma@webrtc.org · 13 years ago
  36. 7627843 Added NULL check in external transport test code. by mflodman@webrtc.org · 13 years ago
  37. 5dad00b Coverty fix: FEC unintended signed extension and resource leaks. by pwestin@webrtc.org · 13 years ago
  38. d3b22c9 Resolved X11 shared memiory leak. by mflodman@webrtc.org · 13 years ago
  39. 0c6f931 Removed versions in module/audio_processing and common_audio/vad. by bjornv@webrtc.org · 13 years ago
  40. 2fd1e1e Add unittests for ReceiverFec. by stefan@webrtc.org · 13 years ago
  41. 31ba407 Enabled GCC 4.6 bot. by phoglund@webrtc.org · 13 years ago
  42. 04cf69a Coverty: cleanup CheckCSRC. by pwestin@webrtc.org · 13 years ago
  43. 2f77409 Fixed C errors from GCC 4.6. by phoglund@webrtc.org · 13 years ago
  44. 1f99280 Fixed frame scaler bugs. by mflodman@webrtc.org · 13 years ago
  45. 048eb7c Finished rewriting the audio processing test. by phoglund@webrtc.org · 13 years ago
  46. 832adeb Removed MapWrapper from ViEFrameProviderBase. by mflodman@webrtc.org · 13 years ago
  47. 194a93a Adding ViE NULL checks. by mflodman@webrtc.org · 13 years ago
  48. cbe1de9 This CL solves three remaining Coverity warnings. by tina.legrand@webrtc.org · 13 years ago
  49. 4bcd177 New libsrtp roll @ 119285 by mallinath@webrtc.org · 13 years ago
  50. 53df136 Add upload and commit checks to a common function. by andrew@webrtc.org · 13 years ago
  51. a8c568f Fix external codec erase in destructor. by mallinath@webrtc.org · 13 years ago
  52. d1a860b Fixed GCC 4.6 errors (mostly 'unused variable' errors and incorrect usage of EXPECT_EQ with booleans. by phoglund@webrtc.org · 13 years ago
  53. 42ae41e Fix enumeral comparison error. by andrew@webrtc.org · 13 years ago
  54. b9d7d93 Rename interface/ to include/ in audio_processing. by andrew@webrtc.org · 13 years ago
  55. 24bd58e Properly count anonymous mixing participants. by andrew@webrtc.org · 13 years ago
  56. 96bc9c4 Enable audioproc_unittest on Windows. by andrew@webrtc.org · 13 years ago
  57. 7adda5c Roll libsrtp 115467:118928. by andrew@webrtc.org · 13 years ago
  58. dcf0064 Fix typo in a comment by henrik.lundin@webrtc.org · 13 years ago
  59. 4679652 Implemented a fix for Issue 88. by henrik.lundin@webrtc.org · 13 years ago
  60. 9b0a820 Fixed double erase in ViEChannelManager channel map. by mflodman@webrtc.org · 13 years ago
  61. b11424b Remove ViEShared inheritance for interface impl. by mflodman@webrtc.org · 13 years ago
  62. f4b77fd VAD refactor: Mode changed to "int". by bjornv@webrtc.org · 13 years ago
  63. 2a4dcd7 VAD refactor: WebRtcVad_InitCore(). by bjornv@webrtc.org · 13 years ago
  64. 567b99b Coverity report: fixes an issue where the returnvalue of a function is not checked. by henrike@webrtc.org · 13 years ago
  65. f5d8c3b Fix audioproc_unittest on Windows. by andrew@webrtc.org · 13 years ago
  66. 76fa8c9 disable failing win tests. by ivinnichenko@webrtc.org · 13 years ago
  67. d224306 enable video_processing_unittests for Win by ivinnichenko@webrtc.org · 13 years ago
  68. 2fc722c Enable building library and test app by leozwang@webrtc.org · 13 years ago
  69. 24f1c90 Enable audioproc_unittest on more platforms. by andrew@webrtc.org · 13 years ago
  70. f6bb77a Cleaning up all use of RTP_PAYLOAD_NAME_SIZE and RTCP_CNAME_SIZE also fixed the char handing in trace. by pwestin@webrtc.org · 13 years ago
  71. 218db3d Iterator was invalid while removing entries from codec db maps. by mallinath@webrtc.org · 13 years ago
  72. 9e332ab Make sure we check the return value from shmat(). by stefan@webrtc.org · 13 years ago
  73. b73c3d1 Bugfix android build. Review URL: https://webrtc-codereview.appspot.com/374003 by pwestin@webrtc.org · 13 years ago
  74. 96c39d1 Completed implementation of oauth in coverage scripts. by phoglund@webrtc.org · 13 years ago
  75. 28a5cb2 Bugfix receive side only packet loss estimate with NACK. by pwestin@webrtc.org · 13 years ago
  76. 40d3c08 Changed max number of vie channels to 32. by perkj@webrtc.org · 13 years ago
  77. 52c9d47 Android, Chrome, cleanup, etc. by ivinnichenko@webrtc.org · 13 years ago
  78. ba09cf1 Correcting uninitialized members. by mflodman@webrtc.org · 13 years ago
  79. a5a5cbb Switched from WebRTC wrappers to stl in ChannelManager. by mflodman@webrtc.org · 13 years ago
  80. eeaf3d1 Merge /branches/3.2:r1380 to /trunk by andrew@webrtc.org · 13 years ago
  81. 6cf529d Changed REMB return value to int instead of bool. by mflodman@webrtc.org · 13 years ago
  82. d3a0c1c Merge /branches/3.2:r1378 to /trunk by andrew@webrtc.org · 13 years ago
  83. 4bc24c4 Optimized function WebRtcSpl_FilterARFastQ12 for ARM platform. by kma@webrtc.org · 13 years ago
  84. 6da8eeb Removing an assert for a case that can occur by punyabrata@webrtc.org · 13 years ago
  85. f5cacdc Fix line aligement Review URL: https://webrtc-codereview.appspot.com/373002 by leozwang@webrtc.org · 13 years ago
  86. 2442de1 Clean up PRESUBMIT.py, and enable license check. by andrew@webrtc.org · 13 years ago
  87. f9cd693 Enable vp8 and videoengine on android by leozwang@webrtc.org · 13 years ago
  88. a45d05a Add brighten.cc to makefile by leozwang@webrtc.org · 13 years ago
  89. 376be6c Fix compilation error Review URL: https://webrtc-codereview.appspot.com/358005 by leozwang@webrtc.org · 13 years ago
  90. b30f0ed Bugfix buffer usage out of scope. by pwestin@webrtc.org · 13 years ago
  91. 12dbc23 Rewrote volume test. by phoglund@webrtc.org · 13 years ago
  92. 175fecd Fix clang build error. by stefan@webrtc.org · 13 years ago
  93. 8fe03af Refactor to use std::list in the video rtp play tools. by stefan@webrtc.org · 13 years ago
  94. 152c34c VAD-refactor. Changed to int as return value for WebRtcVad_set_mode(). by bjornv@webrtc.org · 13 years ago
  95. 3b57ee0 Rewrote DTMF test. by phoglund@webrtc.org · 13 years ago
  96. 31627fe Add vie_remb.cc to makefile by leozwang@webrtc.org · 13 years ago
  97. e2ed5ba Enable audioproc_unittest on all platforms. by andrew@webrtc.org · 13 years ago
  98. 2638577 Add an argument in ANDROID_NOT_SUPPORT macro by leozwang@webrtc.org · 13 years ago
  99. f27916a Remove use of MapWrapper in video_coding. by stefan@webrtc.org · 13 years ago
  100. d798953 NetEqRTPplay modification by henrik.lundin@webrtc.org · 13 years ago