1. b0bcf13 Trival fix to relative paths of audio files in voe_ui_win_test by braveyao@webrtc.org · 13 years ago
  2. 5f97232 Removing a TODO in the FEC: renaming the exisiting packets mask to indicate random mode, by marpan@webrtc.org · 13 years ago
  3. cac603f Fix for the alignment problems/mismatch in ViECapture and VP8Encoder. by wu@webrtc.org · 13 years ago
  4. f4c2de9 Added some tests to videoprocessor_integrationtest, for testing: by marpan@webrtc.org · 13 years ago
  5. 8866bb1 FEC: Added another set of packet masks for the FEC. by marpan@webrtc.org · 13 years ago
  6. 20e13ed New attempt to revert r2362, since drover failed. by bjornv@webrtc.org · 13 years ago
  7. cb89c6f Revert 2363 - Refactoring the receive-side bandwidth estimation into its own module. by bjornv@webrtc.org · 13 years ago
  8. f728814 Refactoring the receive-side bandwidth estimation into its own module. by stefan@webrtc.org · 13 years ago
  9. d2acea6 Minor style changes by bjornv@webrtc.org · 13 years ago
  10. da7fdf4 Fix to scaler in libyuv for odd size frames. by marpan@webrtc.org · 13 years ago
  11. ba108ae This CL contains some refactoring. Spectrum coding is main place that is affected. Therefore, I have bit-exactness test, test_spectrum_ by turaj@webrtc.org · 13 years ago
  12. 2cc5509 Fix syntax error in jpeg.gypi. by andrew@webrtc.org · 13 years ago
  13. ad6083f Added condition for which jpeg lib to use. by mflodman@webrtc.org · 13 years ago
  14. 77fd39a ACM PCM16B, fixing a copy-and-paste error. by tina.legrand@webrtc.org · 13 years ago
  15. e6f235c Attempt to fix broken encoding. by phoglund@webrtc.org · 13 years ago
  16. 9cf4d72 by niklas.enbom@webrtc.org · 13 years ago
  17. 82bf033 by niklas.enbom@webrtc.org · 13 years ago
  18. 265e38c Fixing test gypi for bit rate controller by niklas.enbom@webrtc.org · 13 years ago
  19. ab12990 In the past we support calling StartPlayingFileLocally() before StartPlayout(), then when playout is started, the file would be played out immediately. by braveyao@webrtc.org · 13 years ago
  20. 899baa8 Temporarily disable first partition packet counting to avoid a bug in ProducerFec which doesn't properly handle important packets. by marpan@webrtc.org · 13 years ago
  21. 354b0ed Check return result of fwrite [Audio Module] by leozwang@webrtc.org · 13 years ago
  22. 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
  23. 5b4f36d ACM: Too short char vector by tina.legrand@webrtc.org · 13 years ago
  24. 4517585 Adding separate payload types for stereo modes by tina.legrand@webrtc.org · 13 years ago
  25. c2722a0 Fixed compiler warning Review URL: https://webrtc-codereview.appspot.com/624005 by pwestin@webrtc.org · 13 years ago
  26. f5d934d Upgrade libvpx to cab6ac16 (v. 1.1.1 pre-point-release). by stefan@webrtc.org · 13 years ago
  27. 7d8c567 Ignore return value of fwrites. by andrew@webrtc.org · 13 years ago
  28. 2e84c11 Updating bitrate controller tests to test naming conventions. by kjellander@webrtc.org · 13 years ago
  29. baaf243 Extracted a method for sending padded data. by phoglund@webrtc.org · 13 years ago
  30. 36ccce4 Remove documentation folders. by andrew@webrtc.org · 13 years ago
  31. 16fcb24 Disable flaky VolumeTests only on Linux. by andrew@webrtc.org · 13 years ago
  32. e7e64e3 Fix compilation errors on ChromeOS by leozwang@webrtc.org · 13 years ago
  33. 0cb79cc Fixing gyp bug in https://webrtc-codereview.appspot.com/599006 by niklas.enbom@webrtc.org · 13 years ago
  34. dc257b5 Add option to configure error concealment and disable by default. by stefan@webrtc.org · 13 years ago
  35. 327ada1 Refactored IncomingVideoStream and VideoRenderFrame, to get code in better shape when hunting BUG=481. by mflodman@webrtc.org · 13 years ago
  36. 281b798 Resolved Coverity warnings. by bjornv@webrtc.org · 13 years ago
  37. b5ea03a Add print out stats summary to integrationtest.cc by leozwang@webrtc.org · 13 years ago
  38. 459955f Move audio_frame_operations to the utility module. by andrew@webrtc.org · 13 years ago
  39. aafa49b Disable flaky VolumeTest.DefaultSpeakerVolumeIsAtMost255. by andrew@webrtc.org · 13 years ago
  40. 5f23d64 Set the stream delay to zero if too low. by andrew@webrtc.org · 13 years ago
  41. 2fc6e38 Check return value of fwrite. [Video Module] by leozwang@webrtc.org · 13 years ago
  42. 1eef9c1 Bitrate bugfixes Review URL: https://webrtc-codereview.appspot.com/609005 by pwestin@webrtc.org · 13 years ago
  43. 5abab0b Revert 2311 - Disable error concealment. by stefan@webrtc.org · 13 years ago
  44. 3348b29 Disable error concealment. by stefan@webrtc.org · 13 years ago
  45. 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
  46. dbaa893 Completed rewrite of APM extended test. by phoglund@webrtc.org · 13 years ago
  47. 1747427 VAD Refactoring: Replaced pointer operation with array index by bjornv@webrtc.org · 13 years ago
  48. 4e12d30 VAD Refactoring: Removed assign calls by bjornv@webrtc.org · 13 years ago
  49. 0de1ee3 NetEQ: Remove an unnecessary condition, to fix a clang warning by tina.legrand@webrtc.org · 13 years ago
  50. 0d321da Refactored ARM specific code in Noise Suppression. Bit exact. by kma@webrtc.org · 13 years ago
  51. 1755a57 Check return result of fwrite, [APM] by leozwang@webrtc.org · 13 years ago
  52. f14575f Dynamically load codec list by leozwang@webrtc.org · 13 years ago
  53. 351fb6d Exclude code that don't work on android in voe_cmd_test by leozwang@webrtc.org · 13 years ago
  54. 10d3b52 I haven't done any refactoring here. by turaj@webrtc.org · 13 years ago
  55. f45d47a Remove mixing tests from voe_extended_test.cc by andrew@webrtc.org · 13 years ago
  56. 51b4f3e Try to fix MixingTest on the Win bots. by andrew@webrtc.org · 13 years ago
  57. 42e78ac Disable normal_async_test and rename tests to vp8_integrationtests. by stefan@webrtc.org · 13 years ago
  58. 6af9594 Added gyp variable to include/exclude all tests. by mflodman@webrtc.org · 13 years ago
  59. 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
  60. 2d1fc9b Added critical section to prevent race. by pwestin@webrtc.org · 13 years ago
  61. 5c3a400 Re-added ChangeUniqueId temporary for chrome. by pwestin@webrtc.org · 13 years ago
  62. 7fbfc4c Use correct variable in trace. by andrew@webrtc.org · 13 years ago
  63. f98b6cc Remove noise during build on Win32 by andrew@webrtc.org · 13 years ago
  64. 4030013 No more TSAN errors on start_stop by hta@webrtc.org · 13 years ago
  65. ea0aa13 I haven't done any refactoring here. by turaj@webrtc.org · 13 years ago
  66. 9dc45da Move trunk/test/data -> trunk/data by andrew@webrtc.org · 13 years ago
  67. 1484ac0 Replaced 2 time functions with thread-safe equivalents by hta@webrtc.org · 13 years ago
  68. 78d8d99 Fixes the vp8_test on Linux. by stefan@webrtc.org · 13 years ago
  69. cb0a86e VAD refactoring: Added function for repeated code. by bjornv@webrtc.org · 13 years ago
  70. a1a34d6 Avoid flakiness by skipping more output verification. by andrew@webrtc.org · 13 years ago
  71. 6ed617b Fixing memory leak error in test. by hta@webrtc.org · 13 years ago
  72. 747cd87 FEC: For multi-frame FEC, allow for the size of the code to be increased, by marpan@webrtc.org · 13 years ago
  73. e1919f4 Unittest for thread_wrapper. by hta@webrtc.org · 13 years ago
  74. 0d71c1c Cleanup code. Review URL: https://webrtc-codereview.appspot.com/569021 by pwestin@webrtc.org · 13 years ago
  75. e231c61 Style guide reformatting of overuse_detector.{h,cc} by astor@webrtc.org · 13 years ago
  76. 7597a85 Changed merge-name. by mflodman@webrtc.org · 13 years ago
  77. 294be77 Permit mixing mono and stereo streams. by andrew@webrtc.org · 13 years ago
  78. 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
  79. 1bca6d2 Fixes coverity warnings. by stefan@webrtc.org · 13 years ago
  80. b3bea2e Fix build errors on OS X Lion. by andrew@webrtc.org · 13 years ago
  81. e3ba738 Set OpenGL as the default renderer by leozwang@webrtc.org · 13 years ago
  82. ada5db4 Enable aecm neon optimized code in android build by leozwang@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. 00c07e6 Fix a random crash because of NULL point by leozwang@webrtc.org · 13 years ago
  85. 4d7d23c Refactor OpenGL Code by leozwang@webrtc.org · 13 years ago
  86. 3a69865 Coverity issue 14317 (uninitialized status may influence execution flow) by hta@webrtc.org · 13 years ago
  87. 7e4a72a Revert 2241 - Enable aecm neon optimized code in android build by kjellander@webrtc.org · 13 years ago
  88. 0290a7a Revert 2243 - Re-enable embedding svn revision into code by kjellander@webrtc.org · 13 years ago
  89. d429086 Deleted udp_socket_windows and all references to it. by hta@webrtc.org · 13 years ago
  90. 86da94e Remove functions for unregistering decoder by tina.legrand@webrtc.org · 13 years ago
  91. d2d54c7 Improve WebRTCDemo by leozwang@webrtc.org · 13 years ago
  92. f6e27f5 Re-enable embedding svn revision into code by leozwang@webrtc.org · 13 years ago
  93. f1ccdb9 Aligned video buffer to 32 bytes boundary, when using vpx_img_alloc() in vp8. by kma@webrtc.org · 13 years ago
  94. fe74220 Enable aecm neon optimized code in android build by leozwang@webrtc.org · 13 years ago
  95. cf2cd7e Enable VP8 deblocker. Review URL: https://webrtc-codereview.appspot.com/569011 by marpan@webrtc.org · 13 years ago
  96. 93116ba Added an unittest for udp_socket_wrapper. by hta@webrtc.org · 13 years ago
  97. 4e7840d Revert 2233 - Aligned video buffer to 32 bytes boundary, when using vpx_img_alloc() in vp8. by kma@webrtc.org · 13 years ago
  98. 6d47c08 Aligned video buffer to 32 bytes boundary, when using vpx_img_alloc() in vp8. by kma@webrtc.org · 13 years ago
  99. 2853dde Refactor the internal API to the rtp/rtcp module. by pwestin@webrtc.org · 13 years ago
  100. 5dbe568 Disabled flaky tests. Standard tests will no longer run within extended tests. by phoglund@webrtc.org · 13 years ago