1. dd32213 resources/audio_processing: Removed unused test files by bjornv@webrtc.org · 10 years ago
  2. 6fd9308 Suppressing warnings in GetRTT() in VoE. by minyue@webrtc.org · 10 years ago
  3. e2e199b Clean up StatsObserver's OnComplete methods (address TODOs). by tommi@webrtc.org · 10 years ago
  4. 3440fe1 Use webrtc_root instead of DEPTH for iSAC. by pbos@webrtc.org · 10 years ago
  5. 032b802 (Auto)update libjingle 82121498-> 82126219 by buildbot@webrtc.org · 10 years ago
  6. dd0601f Remove unneeded ctor and add a more practical one by tommi@webrtc.org · 10 years ago
  7. 69bc5a3 Add thread asserts to StatsCollector. by tommi@webrtc.org · 10 years ago
  8. 788acd1 Merge audio_processing changes. by pbos@webrtc.org · 10 years ago
  9. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  10. b413a30 Add WebRtcIsacfix_FilterMaLoopNeon's intrinsics version. by andrew@webrtc.org · 10 years ago
  11. 18a3896 Revert r7886:7887. by pbos@webrtc.org · 10 years ago
  12. 40e4767 Add NEON intrinsics version for min_max_operations_neon.c by andrew@webrtc.org · 10 years ago
  13. e575e9c Move WebRtcVideoRenderFrame from webrtcvideoengine2.cc to webrtcvideoframe.h by magjed@webrtc.org · 10 years ago
  14. e9db7fe Put pseudotcp back because remoting uses it. by pthatcher@webrtc.org · 10 years ago
  15. dee76f3 Move the obvious/easy Jingle-specific code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  16. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  17. c57310b Switch kStatsValueName* constants to be enums instead of char*. by tommi@webrtc.org · 10 years ago
  18. 3b79daf Moving encoded_bytes into EncodedInfo by henrik.lundin@webrtc.org · 10 years ago
  19. c8bc717 Fix webrtc gn windows build. by kjellander@webrtc.org · 10 years ago
  20. f68faa5 Removing manual test pages because they have been moved to github. by jansson@webrtc.org · 10 years ago
  21. 40b276e Cleanup little things found when refactoring. by pthatcher@webrtc.org · 10 years ago
  22. 27d106b Move the downmixing out of AudioBuffer by aluebs@webrtc.org · 10 years ago
  23. 0ca768b Adding DTX to WebRTC Opus wrapper (relanding). by minyue@webrtc.org · 10 years ago
  24. 5f162c8 Merge AEC changes. by pbos@webrtc.org · 10 years ago
  25. 2b19f06 Wire up RTT statistics to webrtc::Call. by pbos@webrtc.org · 10 years ago
  26. 1351895 Remove old_factory from WebRtcVideoEngine. by pbos@webrtc.org · 10 years ago
  27. 128faba Revert "Revert 7826 "Change Android PeerConnectionUnittest to build usin..."" by perkj@webrtc.org · 10 years ago
  28. 626c09f Move isolate path into webrtc/build/android/test_runner.py by kjellander@webrtc.org · 10 years ago
  29. 817e50d Make an AudioEncoder subclass for PCM16B by henrik.lundin@webrtc.org · 10 years ago
  30. b3ad8cf Make an AudioEncoder subclass for iSAC by kwiberg@webrtc.org · 10 years ago
  31. abe3f18 Checking whether ACM uses codec internal or WebRTC DTX. by minyue@webrtc.org · 10 years ago
  32. 55d42c3 DCHECK: Reference condition parameter in release builds by kwiberg@webrtc.org · 10 years ago
  33. cd5b209 Deleting quality dashboard code. by phoglund@webrtc.org · 10 years ago
  34. 3c31e6e Add NEON intrinsics version for WebRtcSpl_MinValueW16Neon by andrew@webrtc.org · 10 years ago
  35. f4c1948 Remove jitter_estimate_test.h by mflodman@webrtc.org · 10 years ago
  36. c5ebbd9 Support 48kHz in Noise Suppression by aluebs@webrtc.org · 10 years ago
  37. d8ca723 Remove CELT support from audio_coding. by pbos@webrtc.org · 10 years ago
  38. 8084f95 Change LastProcessedRtt (used in the rtp/rtcp module) to return the average RTT (instead of max RTT) to get a smooth estimate of the nack interval. by asapersson@webrtc.org · 10 years ago
  39. 85bd53e Add AbsSendTime unittests to rampup_tests.cc. by pbos@webrtc.org · 10 years ago
  40. 0df3715 Cast payload type to int in logs. by asapersson@webrtc.org · 10 years ago
  41. a853077 (Auto)update libjingle 81702493-> 81755413 by buildbot@webrtc.org · 10 years ago
  42. 3cd26b6 Revert r7858 ("DCHECK: Reference condition parameter in release builds") by kwiberg@webrtc.org · 10 years ago
  43. 3148060 DCHECK: Reference condition parameter in release builds by kwiberg@webrtc.org · 10 years ago
  44. ff1a3e3 Make an AudioEncoder subclass for comfort noise by henrik.lundin@webrtc.org · 10 years ago
  45. 6fd52f3 Add NEON intrinsics version for WebRtcSpl_DownsampleFastNeon. by andrew@webrtc.org · 10 years ago
  46. ae20d3b Add NEON intrinsics version for WebRtcSpl_CrossCorrelationNeon. by andrew@webrtc.org · 10 years ago
  47. aa2c342 Add back a constructor to fix FYI build. by tommi@webrtc.org · 10 years ago
  48. 5c32a84 Attempt to fix FYI bots. by tommi@webrtc.org · 10 years ago
  49. 87776a8 iAppRTCDemo: WebSocket based signaling. by tkchin@webrtc.org · 10 years ago
  50. 0babb4a Fix a comment. by pthatcher@webrtc.org · 10 years ago
  51. c9d155f Move implementation of types in statstypes. to its cc file. by tommi@webrtc.org · 10 years ago
  52. a954c07 AppRTCDemo (Android): built-in AEC should be enabled if device supports it and in combination with Java-based audio layer by henrika@webrtc.org · 10 years ago
  53. 19dd129 Revert 7846 "Adding DTX to WebRTC Opus wrapper" by minyue@webrtc.org · 10 years ago
  54. f244760 Add histograms for receive statistics: by asapersson@webrtc.org · 10 years ago
  55. 4321f17 Adding DTX to WebRTC Opus wrapper by minyue@webrtc.org · 10 years ago
  56. 5c3ee4b Add empty implementation file that will hold statstypes.h implementation. by tommi@webrtc.org · 10 years ago
  57. 1784d7c Adding an codec interal CNG test in NetEq. by minyue@webrtc.org · 10 years ago
  58. 9115cde Merge VP8 changes. by pbos@webrtc.org · 10 years ago
  59. e04a93b Move the AudioDecoder interface out of NetEq by kwiberg@webrtc.org · 10 years ago
  60. 97d0489 Add video send bitrates to histogram stats: by asapersson@webrtc.org · 10 years ago
  61. 7ba9f27 Set CHECKOUT_SOURCE_ROOT environment variable for Android test wrapper. by kjellander@webrtc.org · 10 years ago
  62. eef8538 Fix AppRTCDemo closing error for KK and JB Android devices. by glaznev@webrtc.org · 10 years ago
  63. 86b6d65 Remove no longer used video codec test framework. by stefan@webrtc.org · 10 years ago
  64. 8911bc5 Add AudioEncoder::Max10MsFramesInAPacket by henrik.lundin@webrtc.org · 10 years ago
  65. 130fef8 Bugfix in AudioDecoderTest by henrik.lundin@webrtc.org · 10 years ago
  66. edeea91 Change all system clock types to int64_t in bitrate_controller. by stefan@webrtc.org · 10 years ago
  67. fcbe36a Add const qualifier to WebRtcPcm16b_Encode by henrik.lundin@webrtc.org · 10 years ago
  68. a1ef7bf ATTRIBUTE_UNUSED expanded to empty on MSVS, so be sure to use the variable. by kwiberg@webrtc.org · 10 years ago
  69. 3b3c406 Revert 7826 "Change Android PeerConnectionUnittest to build usin..." by andrew@webrtc.org · 10 years ago
  70. cb858ba Make an AudioEncoder subclass for iLBC by kwiberg@webrtc.org · 10 years ago
  71. ee43263 Cleaned up real_fft APIs due to non-existing NEON code by bjornv@webrtc.org · 10 years ago
  72. ed7824b Change Android PeerConnectionUnittest to build using Chrome macros. by perkj@webrtc.org · 10 years ago
  73. ba8138b Change type of nack_last_time_sent_full_ from uint32_t to int64_t. by asapersson@webrtc.org · 10 years ago
  74. aefe61a PRESUBMIT: Add check for checkdeps. by kjellander@webrtc.org · 10 years ago
  75. 7db359b Roll chromium_revision 24b4c73..8e72e1d by kjellander@webrtc.org · 10 years ago
  76. d91d359 PRESUBMIT: Add iOS ARM64 trybots to default set. by kjellander@webrtc.org · 10 years ago
  77. fb01376 Adjust some parameters for VP9 tests. by marpan@webrtc.org · 10 years ago
  78. e2a9261 Improve AppRTCDemo connection speed by sending all by glaznev@webrtc.org · 10 years ago
  79. bd8cc0b Add codereview.settings to the /talk subdirectory by kjellander@webrtc.org · 10 years ago
  80. 5af8cd7 Add codereview.settings to the /webrtc subdirectory by kjellander@webrtc.org · 10 years ago
  81. 599e299 cricket::VideoFrame int64 to int64_t. by kjellander@webrtc.org · 10 years ago
  82. 9b5467e Fix assertion failure when closing data channel, and add a unit test. by bemasc@webrtc.org · 10 years ago
  83. 4b407aa Update AppRTCDemo README with information on 3-dot-apprtc server by glaznev@webrtc.org · 10 years ago
  84. 7169afd With IPv6 enabled, it's important to know whether IPv6 is really used or not. BestConnection is tracked for this purpose. Also added a test case to verify the end to end behavior. by guoweis@webrtc.org · 10 years ago
  85. 369746b Support new WebSocket signaling format. by glaznev@webrtc.org · 10 years ago
  86. 0b38478 Add support for parsing header only RTP dumps with bwe_rtp_play. by stefan@webrtc.org · 10 years ago
  87. 9f79fe6 Merge remote bitrate estimator changes. by pbos@webrtc.org · 10 years ago
  88. 33ccdfa Relanding r7807. by minyue@webrtc.org · 10 years ago
  89. 52bc4f4 Revert 7807 "Removing unused opus wrapper APIs." by minyue@webrtc.org · 10 years ago
  90. c0991fe Roll chromium_revision 24b4c73..f27c369 by kjellander@webrtc.org · 10 years ago
  91. e54a634 Removing unused opus wrapper APIs. by minyue@webrtc.org · 10 years ago
  92. 8c9ff20 Redo the change of https://webrtc-codereview.appspot.com/30949004/ by guoweis@webrtc.org · 10 years ago
  93. fd84229 Revert "Implement GetState() for channel's connectivity check state." by guoweis@webrtc.org · 10 years ago
  94. ff72f9e Implement GetState() for channel's connectivity check state. by guoweis@webrtc.org · 10 years ago
  95. fd4acf6 Adding WebRtcSpl_MaxAbsValueW16 intrinsics version by andrew@webrtc.org · 10 years ago
  96. 3a52458 add WebRtcIsacfix_AutocorrNeon's intrinsics version by andrew@webrtc.org · 10 years ago
  97. 8dc21dc Rename internal AudioEncoder::Encode method to EncodeInternal by henrik.lundin@webrtc.org · 10 years ago
  98. d1fac61 Remove need for assembly offset generation in aecm and ns module. by andrew@webrtc.org · 10 years ago
  99. 3800e13 Revert r7798 ("Move the AudioDecoder interface out of NetEq") by kwiberg@webrtc.org · 10 years ago
  100. 00ba1a7 Move the AudioDecoder interface out of NetEq by kwiberg@webrtc.org · 10 years ago