1. 5f28498 First step in refactoring audio/video synchronization. Adds unittests. by stefan@webrtc.org · 12 years ago
  2. cee447a cpplint passes for vie_performance_monitor, vie_manager_base, vie_impl, vie_renderer, vie_defines and vie_render_manager. by mflodman@webrtc.org · 12 years ago
  3. 100463e Added initial nack configuration for rtp module. by asapersson@webrtc.org · 12 years ago
  4. 1b1cd78 Made cpplint pass for vie_remb, vie_ref_count, vie_sender and vie_receiver. by mflodman@webrtc.org · 12 years ago
  5. e22beab [MIPS] Adding support for MIPS architecture for WebRTC. by andrew@webrtc.org · 12 years ago
  6. f5e99db Made cpplint pass for vie_channel.* and vie_encoder.*. NOLINT is used for API changes, include guards and include files in WebRTC root. by mflodman@webrtc.org · 12 years ago
  7. 3ddc974 Handle VAD/DTX in a correct way if running stereo ACM. by tina.legrand@webrtc.org · 12 years ago
  8. 4ecea3e Downmix before resampling in capture and render paths. by andrew@webrtc.org · 12 years ago
  9. 7a281a5 Fix Android build after test/ -> src/test/ by andrew@webrtc.org · 12 years ago
  10. 81cf5e4 Move test to src/test. by andrew@webrtc.org · 12 years ago
  11. 253912c Disable a few features to save CPU cycles on android by leozwang@webrtc.org · 12 years ago
  12. 5567ebf VPM: Assign correct required size for odd size destination frame. by marpan@webrtc.org · 12 years ago
  13. bd7aeba Expose a set of options to the OveruseDetector supporting experiments by astor@webrtc.org · 12 years ago
  14. f494fd0 Use system-independent sleep in video_capture_unittest. by hta@webrtc.org · 12 years ago
  15. 626dccc Use one OS-independent sleep function in a video test by hta@webrtc.org · 12 years ago
  16. 643be71 Adds variable for third party directory. by henrike@webrtc.org · 12 years ago
  17. b9c1833 Add channel info to the Actions->Codec Changes menu in the VoE test app. by tnakamura@webrtc.org · 12 years ago
  18. 77e1812 Fix the flakiness in FileBeforeStreamingTest by braveyao@webrtc.org · 12 years ago
  19. 7450896 Roll Chromium 140240:143348. by andrew@webrtc.org · 12 years ago
  20. 64f86fb Fix test app render bug. by mflodman@webrtc.org · 12 years ago
  21. 8baed51 This CL is part of enabling cpplint check for video_engine uploads. by mflodman@webrtc.org · 12 years ago
  22. 9ba151b Removed cpplint warnings from all impl-files to be able to add this check as presubmit step. I don't want to change the API right now, will come later, so there are several NOLINT comments added to get around this for now. by mflodman@webrtc.org · 12 years ago
  23. 2bd8d62 Sleep using no compile flags by hta@webrtc.org · 12 years ago
  24. 67f98ec Removed flaky REMB test. This test is now covered by: by mflodman@webrtc.org · 12 years ago
  25. 173538f Refactored function WebRtcIsacfix_GetLpcCoef() in iSAC-fix. by kma@webrtc.org · 12 years ago
  26. ba5a97d Moving buildbot to internal repository. by kjellander@webrtc.org · 12 years ago
  27. 3168e53 Working unit test for critical sections. by hta@webrtc.org · 12 years ago
  28. 5608fe9 Disabling FileBeforeStreamingTest due to flakiness. by kjellander@webrtc.org · 12 years ago
  29. 2259f85 Remove unused member variables found by clang's -Wunused-private-field. by wu@webrtc.org · 12 years ago
  30. 72e3a89 Created a wrapper class for condition_variable that lets me write (hopefully) reliable tests for some of its properties. by hta@webrtc.org · 12 years ago
  31. b38fca1 VAD Refactoring: API change of return value from int16_t to int. by bjornv@webrtc.org · 12 years ago
  32. f477aac Removed gflags header from vie_auto_test. by vspasova@webrtc.org · 12 years ago
  33. dfa6b69 Refine the error handling made in rev2373 by braveyao@webrtc.org · 12 years ago
  34. 67f256f Use 32 as the alignment if possible in VP8 wrapper. by wu@webrtc.org · 12 years ago
  35. df596ae VAD Refactoring of GMM test section by bjornv@webrtc.org · 12 years ago
  36. 50d5ca5 Refactoring of TestAllCodecs by tina.legrand@webrtc.org · 12 years ago
  37. db2f6cf Added missing define guard to sleep.h by hta@webrtc.org · 12 years ago
  38. 86a6aac Unittest utilities - starting out with an encapsulated trace-to-screen. by hta@webrtc.org · 12 years ago
  39. e3a0712 Deregister RTP module before deleting it. by mflodman@webrtc.org · 12 years ago
  40. 41adcdb An OS-independent sleep function, and one usage thereof. by hta@webrtc.org · 12 years ago
  41. 3719800 GetRecPayloadType now logs a warning instead of and error when the user asks for the payload type while no packets have been received. by henrika@webrtc.org · 12 years ago
  42. 1905415 Correct gypi files to match the actual filenames. by stefan@webrtc.org · 12 years ago
  43. d63d06a bump version to 3.8 Review URL: https://webrtc-codereview.appspot.com/657004 by niklas.enbom@webrtc.org · 12 years ago
  44. 4de777b Refine the error processing of StopRecordingMicrophone. by braveyao@webrtc.org · 12 years ago
  45. bdf7ee5 This simple change should adress issue 471. by turaj@webrtc.org · 12 years ago
  46. 352d09a Updates to videoprocessor_integration test: by marpan@webrtc.org · 12 years ago
  47. f088448 Libyuv Scalerunittest: Added PSNR check to some tests in scaler unittest: by marpan@webrtc.org · 12 years ago
  48. 139c467 Fixed a/v sync issue. by mflodman@webrtc.org · 12 years ago
  49. 46d83fa Use digital mode on mobile by leozwang@webrtc.org · 12 years ago
  50. c35f1d2 FEC: Fix to coverity issue 14448: unintended sign extension. by marpan@webrtc.org · 12 years ago
  51. f0d4696 Add support for SSE intrinsics on gcc in libvpx. by stefan@webrtc.org · 12 years ago
  52. d418514 Bumped version number to 3.7. by mflodman@webrtc.org · 12 years ago
  53. b1c3276 VAD Refactoring: WebRtcVad_Process() by bjornv@webrtc.org · 12 years ago
  54. 5f9f1db This change make PulseAudio only start for the tests on the LinuxLargeTests bot. by kjellander@webrtc.org · 12 years ago
  55. 5e7ca60 Use new fileutil functions for trace in ACM by tina.legrand@webrtc.org · 12 years ago
  56. 1c28473 Fix master's "Start PulseAudio" step. by andrew@webrtc.org · 12 years ago
  57. 0594916 Add audio_e2e_test to LinuxLargeTests. by andrew@webrtc.org · 12 years ago
  58. 9f6577b Restore default source in e2e test. by andrew@webrtc.org · 12 years ago
  59. 6724c42 Add VoiceEngine apm settings to test application by leozwang@webrtc.org · 12 years ago
  60. be58164 Add a variable for the libjpeg include directory. by andrew@webrtc.org · 12 years ago
  61. f08f52f Fixing issues with slaves.cfg on Windows. by kjellander@webrtc.org · 12 years ago
  62. eec739f VAD Refactoring: Changed pointer structure in WebRtcVad_FindMinimum(). by bjornv@webrtc.org · 12 years ago
  63. 78a3110 Disable multi_res_encoding in libvpx. by marpan@webrtc.org · 12 years ago
  64. fa7138f Change CriticalSectionScoped to use pointer constructor by tina.legrand@webrtc.org · 12 years ago
  65. 276dc18 Add libremote_bitrate_estimator to android makefile by leozwang@webrtc.org · 12 years ago
  66. f85b35a Refactored Neon code for AECM module, by using pure assembly code. by kma@webrtc.org · 12 years ago
  67. 38506ef Disable cpu detection on arm-neon by leozwang@webrtc.org · 12 years ago
  68. d81ab13 abs() was used instead of fabsf(), which returns int and not float and therefore truncated the return value. by stefan@webrtc.org · 12 years ago
  69. f7d0c77 Added the bitrate estimator test to the trybots. by phoglund@webrtc.org · 12 years ago
  70. 90af7f8 Changing Celt to run on 20 msec frames by tina.legrand@webrtc.org · 12 years ago
  71. d2956d8 Renamed test_bwe. by phoglund@webrtc.org · 12 years ago
  72. 9354cc9 Refactoring the receive-side bandwidth estimation into its own module. by stefan@webrtc.org · 12 years ago
  73. f4c6aa2 Improve the reliablity of the audio e2e test. by andrew@webrtc.org · 12 years ago
  74. b0bcf13 Trival fix to relative paths of audio files in voe_ui_win_test by braveyao@webrtc.org · 12 years ago
  75. 5f97232 Removing a TODO in the FEC: renaming the exisiting packets mask to indicate random mode, by marpan@webrtc.org · 12 years ago
  76. cac603f Fix for the alignment problems/mismatch in ViECapture and VP8Encoder. by wu@webrtc.org · 12 years ago
  77. f4c2de9 Added some tests to videoprocessor_integrationtest, for testing: by marpan@webrtc.org · 12 years ago
  78. 8866bb1 FEC: Added another set of packet masks for the FEC. by marpan@webrtc.org · 12 years ago
  79. 20e13ed New attempt to revert r2362, since drover failed. by bjornv@webrtc.org · 12 years ago
  80. cb89c6f Revert 2363 - Refactoring the receive-side bandwidth estimation into its own module. by bjornv@webrtc.org · 12 years ago
  81. df37398 Renamed test_bwe. by phoglund@webrtc.org · 12 years ago
  82. f728814 Refactoring the receive-side bandwidth estimation into its own module. by stefan@webrtc.org · 12 years ago
  83. d2acea6 Minor style changes by bjornv@webrtc.org · 12 years ago
  84. 3007b26 Roll Chromium 134666:140240. by andrew@webrtc.org · 12 years ago
  85. da7fdf4 Fix to scaler in libyuv for odd size frames. by marpan@webrtc.org · 12 years ago
  86. 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 · 12 years ago
  87. 2cc5509 Fix syntax error in jpeg.gypi. by andrew@webrtc.org · 12 years ago
  88. ad6083f Added condition for which jpeg lib to use. by mflodman@webrtc.org · 12 years ago
  89. 77fd39a ACM PCM16B, fixing a copy-and-paste error. by tina.legrand@webrtc.org · 12 years ago
  90. e6f235c Attempt to fix broken encoding. by phoglund@webrtc.org · 12 years ago
  91. 9cf4d72 by niklas.enbom@webrtc.org · 12 years ago
  92. 82bf033 by niklas.enbom@webrtc.org · 12 years ago
  93. 265e38c Fixing test gypi for bit rate controller by niklas.enbom@webrtc.org · 12 years ago
  94. f1d6e0a Removed the obsolete sanity check and added new test HTML files. by phoglund@webrtc.org · 12 years ago
  95. 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 · 12 years ago
  96. 899baa8 Temporarily disable first partition packet counting to avoid a bug in ProducerFec which doesn't properly handle important packets. by marpan@webrtc.org · 12 years ago
  97. 354b0ed Check return result of fwrite [Audio Module] by leozwang@webrtc.org · 12 years ago
  98. 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 · 12 years ago
  99. 5b4f36d ACM: Too short char vector by tina.legrand@webrtc.org · 12 years ago
  100. 343301f Fixing release compilation on Linux and Mac trybots by kjellander@webrtc.org · 12 years ago