1. f7a5893 Combine RegKeyTests to prevent parallel execution. by pbos@webrtc.org · 10 years ago
  2. ef09092 No longer asserting in mocks, split first test case in two methods. by phoglund@webrtc.org · 10 years ago
  3. 69f4738 Roll chromium_revision 3dd2edf..a6eafec (310717:311223) by kjellander@webrtc.org · 10 years ago
  4. d6e84d9 Always copy processed audio to output buffer in ProcessStream. by mgraczyk@chromium.org · 10 years ago
  5. c0da63c Optimize minimum delay in blocker by aluebs@webrtc.org · 10 years ago
  6. af9d56f Unify the two copies of template_util.h by kwiberg@webrtc.org · 10 years ago
  7. 0b0c241 Only return Rtx mode in RTXSendStatus(). by pbos@webrtc.org · 10 years ago
  8. 3df38b4 Unify the two copies of compile_assert.h by kwiberg@webrtc.org · 10 years ago
  9. 58a1ba6 Roll chromium_revision 271c6cc..3dd2edf (309333:310717) by kjellander@webrtc.org · 10 years ago
  10. 46323b3 Remove useless AudioProcessing::Create() overload. by andrew@webrtc.org · 10 years ago
  11. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  12. a7add19 audio_processing: Replaced macro WEBRTC_SPL_MUL_16_16 with * in high_pass_filter by bjornv@webrtc.org · 10 years ago
  13. 2a26734 Partial revert of r7396 by henrik.lundin@webrtc.org · 10 years ago
  14. be40eb0 Allow 720x1280 frames encoding on Android. by glaznev@webrtc.org · 10 years ago
  15. a525c98 Fix parallelizability in ApmTests. by pbos@webrtc.org · 10 years ago
  16. 45db7ee Use Java based audio as default for WebRTC. by henrika@webrtc.org · 10 years ago
  17. 81134d0 Use proxy macro for PeerConnectionFactory instead of sending messages internally in PeerConnectionFactory. by perkj@webrtc.org · 10 years ago
  18. 88a4298 common_audio: Made input vector const in WebRtcSpl_LevinsonDurbin() by bjornv@webrtc.org · 10 years ago
  19. c14e357 common_audio: Made input signal const in WebRtcSplFilterMAFastQ12() by bjornv@webrtc.org · 10 years ago
  20. 19e4e8d Add support for trying alternate server (STUN 300 error message) on TCP by guoweis@webrtc.org · 10 years ago
  21. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  22. 2693a54 Add WEBRTC_BEAMFORMER define to BUILD.gn by aluebs@webrtc.org · 10 years ago
  23. 8f27fcc Revert 8028 "Support associated payload type when registering Rt..." by andrew@webrtc.org · 10 years ago
  24. 80452d7 Sync Android AppRTCDemo with internal repo. by glaznev@webrtc.org · 10 years ago
  25. 9657265 Revert "Accept incoming pings before remote answer is set to reduce connection latency." by pthatcher@webrtc.org · 10 years ago
  26. f3fd8e7 Add NEON intrinsics version for transform_neon by andrew@webrtc.org · 10 years ago
  27. 1592df7 PRESUBMIT: Add GN trybots for Windows and Mac. by kjellander@webrtc.org · 10 years ago
  28. 2a16964 Support associated payload type when registering Rtx payload type. by pbos@webrtc.org · 10 years ago
  29. 8649fed GN: Fix Windows build. by kjellander@webrtc.org · 10 years ago
  30. 2ead571 Hard define the GUID for AudioEndpoint to avoid conflicts during compile. by decurtis@webrtc.org · 10 years ago
  31. 758d6d4 audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16 by bjornv@webrtc.org · 10 years ago
  32. dec649c audio_processing/ns: Replaced WEBRTC_SPL_MUL_16_16 macro with * by bjornv@webrtc.org · 10 years ago
  33. 5e5b327 audio_processing/agc: Removed usage of macro WEBRTC_SPL_MUL_16_16 in legacy/agc by bjornv@webrtc.org · 10 years ago
  34. 124b9c7 Suppress races in event tracing code. by pbos@webrtc.org · 10 years ago
  35. 5f09564 Suppress AsyncHttpRequestTest.TestCancel leak for LSan by kjellander@webrtc.org · 10 years ago
  36. 823c9b8 Add histograms stats for sent/received fraction loss for a stream: by asapersson@webrtc.org · 10 years ago
  37. d730b28 Remove WebRtcSpl_ScaleAndAddVectorsWithRoundNeon by andrew@webrtc.org · 10 years ago
  38. 59062d5 Rename SendAndReceiveH264SvcQqvga to VP8 instead. by pbos@webrtc.org · 10 years ago
  39. 8af1104 Avoid reading past end of string in GetLine. by decurtis@webrtc.org · 10 years ago
  40. 3663fb0 Reenable dlclose() for InternalUnloadDll on TSan. by pbos@webrtc.org · 10 years ago
  41. bab7995 Convert FileMediaEngineTest to use more expects. by pbos@webrtc.org · 10 years ago
  42. 69472e7 Add a dummy implemenation of SChannelAdapter::SetMode that makes sure that StartSSL fails if the mode is set to DTLS. by pthatcher@webrtc.org · 10 years ago
  43. c10ecea Always tag SRTP_PROTECTION_PROFILE and BIO_METHOD as const. by henrike@webrtc.org · 10 years ago
  44. dfef028 Ignore virtual box interfaces. by pthatcher@webrtc.org · 10 years ago
  45. 25dd754 Excluding a flaky test from DrMemory by tina.legrand@webrtc.org · 10 years ago
  46. 7fbf278 Suppress memcheck error in video_engine_tests by kjellander@webrtc.org · 10 years ago
  47. 1777880 Roll gtest-parallel. by pbos@webrtc.org · 10 years ago
  48. 07c83a1 Disable WebRtcVideoMediaChannelSimulcastTest.SimulcastSend tests on Win (take 2) by kjellander@webrtc.org · 10 years ago
  49. 4e5115a RTCPeerConnectionFactory: Explicitly create new worker and signaling threads. by tkchin@webrtc.org · 10 years ago
  50. f6a9714 Remove peer connection and signaling calls from UI thread. by glaznev@webrtc.org · 10 years ago
  51. 2ec50f2 Memcheck suppression for uninitalized memory in WebRtcIsac_Decode by kjellander@webrtc.org · 10 years ago
  52. d95435c Disable WebRtcVideoMediaChannelSimulcastTest.SimulcastSend tests on Win by kjellander@webrtc.org · 10 years ago
  53. cbe7ca8 Roll chromium_revision 8e72e1d..271c6cc (307131:309333) by kjellander@webrtc.org · 10 years ago
  54. 3a63a3c iOS AppRTC: First unit test. by tkchin@webrtc.org · 10 years ago
  55. 4796cb9 Disable flaky RelayServerTest.TestExpiration on all platforms. by andrew@webrtc.org · 10 years ago
  56. fb7a039 Use array geometry in Beamformer by aluebs@webrtc.org · 10 years ago
  57. a37bf2c Hack clock_unittest fix for parallel execution. by andrew@webrtc.org · 10 years ago
  58. c37e72e Make setting identical RTP extensions a no-op. by pbos@webrtc.org · 10 years ago
  59. e5a921a Use tmp files in file_utils_unittests by aluebs@webrtc.org · 10 years ago
  60. 76bc981 Use a temp file in FileLockTest. by pbos@webrtc.org · 10 years ago
  61. 433006a Fixed style issues from lint and got rid of unused fields. by wzh@webrtc.org · 10 years ago
  62. c4ad157 Re-enable test: VideoProcessorIntegrationTest.ProcessNoLossChangeFrameRateFrameDropVP9. by marpan@webrtc.org · 10 years ago
  63. 215bbbd Fix for log typo in ViEExternalCodecImpl::RegisterExternalReceiveCodec. by mflodman@webrtc.org · 10 years ago
  64. aeb0dd3 Disable RelayServerTest.TestExpiration on Mac. by kjellander@webrtc.org · 10 years ago
  65. 8390c27 Add two unit tests for Android AppRTCDemo. by glaznev@webrtc.org · 10 years ago
  66. 896888b Remove min bitrate from simulcast streams. by pbos@webrtc.org · 10 years ago
  67. bac0012 Extend delay estimation window in AEC to 500 ms on all platforms by bjornv@webrtc.org · 10 years ago
  68. 9eacb8c Make P2PTestConductor use VirtualSocketServer. by pbos@webrtc.org · 10 years ago
  69. c62749f Parallelize MediaRecorder unittests. by pbos@webrtc.org · 10 years ago
  70. 3a70625 audio_processing: Added back ATTRIBUTE_UNUSED lost in r7877 by bjornv@webrtc.org · 10 years ago
  71. 27f5317 Use the prod GAE server in AppRTCDemo for iOS. by jiayl@webrtc.org · 10 years ago
  72. 5eb71eb Fix style issues from lint. by jiayl@webrtc.org · 10 years ago
  73. 34ac956 Do not use openmax_dl for MIPS64 platform. by andrew@webrtc.org · 10 years ago
  74. b2bda67 Removing old channel code from a few more places. by glaznev@webrtc.org · 10 years ago
  75. a9b1ec0 Support for DTLS in OpenSSLAdapter by pthatcher@webrtc.org · 10 years ago
  76. c5fd66d Accept incoming pings before remote answer is set to reduce connection latency. by jiayl@webrtc.org · 10 years ago
  77. 84d8447 Minor fixes regarding accumulator usage on MIPS platforms. by andrew@webrtc.org · 10 years ago
  78. b024da3 Add support for audio device selection in AppRTCDemo. by henrika@webrtc.org · 10 years ago
  79. 5ad4178 Move the Jingle-specific network code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  80. 46d4d29 Add field trial for screenshare bitrates when using temporal layers. by sprang@webrtc.org · 10 years ago
  81. 1be0a78 Removing giles@mozilla.com from WebRTC watchlist. by mflodman@webrtc.org · 10 years ago
  82. 53cb741 Make RelayServerTest use VirtualSocketServer. by pbos@webrtc.org · 10 years ago
  83. 086c8d5 Use a temporary buffer to scale a screencast in OnFrameCaptured by braveyao@webrtc.org · 10 years ago
  84. 4c0544a Move Jingle-specific files from talk/session/media to webrtc/libjingle/session/media. This is part of an ongoing effort to remove Jingle-specific files from the WebRTC repository. by pthatcher@webrtc.org · 10 years ago
  85. ed1a48b Fix mac video capture leak. by tkchin@webrtc.org · 10 years ago
  86. 7ce4a58 Add initWithCoder to RTCEAGLVideoView. by tkchin@webrtc.org · 10 years ago
  87. ae643ce Wire up Beamformer in AudioProcessing by aluebs@webrtc.org · 10 years ago
  88. 8817256 Fix the ramp-up-down-up test which was using ts-offset extension with the abs-send-time estimator. by stefan@webrtc.org · 10 years ago
  89. 50f7db8 Remove unneccessary lock causing a potential deadlock. by stefan@webrtc.org · 10 years ago
  90. a6f7ba6 Add a AppRTCDemo setting to change the GAE server. by jiayl@webrtc.org · 10 years ago
  91. 5570769 Remove the last getters from VideoReceiveStream stats. by pbos@webrtc.org · 10 years ago
  92. 742386a Enable payload-based padding by default and remove the API. by stefan@webrtc.org · 10 years ago
  93. aa21f27 Unify the two copies of move.h by kwiberg@webrtc.org · 10 years ago
  94. d16e839 Rtp-Rtcp sender cleanup. by pbos@webrtc.org · 10 years ago
  95. 556caff GN: Fix build for Mac by kjellander@webrtc.org · 10 years ago
  96. 11d8176 Move updating nack bitrate inside UpdateNACKBitRate. by stefan@webrtc.org · 10 years ago
  97. 5647877 Breakup Transports and TransportParsers and move TransportParsers into webrtc/libjingle. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  98. 0c39e91 Merge beamformer by aluebs@webrtc.org · 10 years ago
  99. 1090a6e Remove obsolete target_arch == armv7. by andrew@webrtc.org · 10 years ago
  100. aacc234 Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago