1. ccdcbae Fix implicit int->bool conversion in VideoSendStream::DeliverRtcp. by pbos@webrtc.org · 11 years ago
  2. 4052370 Use RtpHeaderParser in VideoCall implementation. by pbos@webrtc.org · 11 years ago
  3. bbb07e6 Glue code and tests for NACK in new VideoEngine API. by pbos@webrtc.org · 11 years ago
  4. 7fb9ce0 Fix send times in video_full_stack. by pbos@webrtc.org · 11 years ago
  5. 735a7c8 Add back is.FrameProvider() call lost in r4194. by pbos@webrtc.org · 11 years ago
  6. 9434955 Disable P2PTransportChannelTest.* on memcheck and tsan bots due to issue 1972. by wu@webrtc.org · 11 years ago
  7. 2cbb429 Remove redundant conditions key. by andrew@webrtc.org · 11 years ago
  8. 7df9706 Add one API for implementing Initial delay. by turaj@webrtc.org · 11 years ago
  9. 89c6740 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  10. 51b2459 Add some virtual and OVERRIDEs in webrtc/common_audio/ by pbos@webrtc.org · 11 years ago
  11. 9162080 Fix some chromium-style warnings in webrtc/modules/audio_processing/ by pbos@webrtc.org · 11 years ago
  12. 4ebd8ef Supress libjingle_unittest fails on TSan. by wu@webrtc.org · 11 years ago
  13. a054569 Fix memory leak in datachannel and its test. by wu@webrtc.org · 11 years ago
  14. 0dc0f17 sscanf isn't safe with strings that aren't null-terminated. In such case, create a local copy that is null-terminated first. by wu@webrtc.org · 11 years ago
  15. 17758e9 Fix crash in DesktopRegion::Intersect(). by sergeyu@chromium.org · 11 years ago
  16. 86d7a19 ObjC PeerConnection README: note workaround needed for crbug.com/248168 by fischman@webrtc.org · 11 years ago
  17. 1bc1954 AppRTCDemo: builds using ninja on iOS for simulator and device! by fischman@webrtc.org · 11 years ago
  18. 6abb750 Delete gtest_exclude for asan which doesn't have effect with how the bots are setup now by wu@webrtc.org · 11 years ago
  19. a2a2718 Fix some chromium-style warnings in webrtc/system_wrappers/ by pbos@webrtc.org · 11 years ago
  20. a7e360e Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers). by agalusza@google.com · 11 years ago
  21. d64719d Update libjingle to 50191337. by wu@webrtc.org · 11 years ago
  22. d3ae3c7 Unbreak clang/android build of webrtc. by fischman@webrtc.org · 11 years ago
  23. 7fdbb1c We don't need to link with libssl.so when we already depend on openssl. by wu@webrtc.org · 11 years ago
  24. 27c0408 Suppressing tsan errors on libjingle_unittest and libjingle_peerconnection_unittest. by wu@webrtc.org · 11 years ago
  25. caa7024 PeerConnectionTest.java: build on android bots as well as linux ones. by fischman@webrtc.org · 11 years ago
  26. a543114 Removes no longer needed valgrind-libjingle folder. Was workaround for some bots using wrong valgrind script. by henrike@webrtc.org · 11 years ago
  27. d40b4d9 Fix libjingle memory bots by suppressing some of the errors. by wu@webrtc.org · 11 years ago
  28. d4412fe Adding possibility to use encoding time when trigger underuse for frame based overuse detection. by mflodman@webrtc.org · 11 years ago
  29. 09e8c47 Merge r4374 from stable to trunk. by xians@webrtc.org · 11 years ago
  30. 8fff1f0 Merge r4394 from stable to trunk. by xians@webrtc.org · 11 years ago
  31. 2f84afa Merge r4326 from stable to trunk. by xians@webrtc.org · 11 years ago
  32. 7126b38 Handel zero correlation if at the same time distortion is also zero. by turaj@webrtc.org · 11 years ago
  33. 2d1a55c Add some virtual and OVERRIDEs in webrtc/modules/audio_coding/ by pbos@webrtc.org · 11 years ago
  34. e724284 Fix some chromium-style warnings in webrtc/modules/desktop_capture/ by pbos@webrtc.org · 11 years ago
  35. 0193158 Fix some chromium-style warnings in webrtc/modules/pacing/ by pbos@webrtc.org · 11 years ago
  36. f3e4cee Fix some chromium-style warnings in webrtc/modules/rtp_rtcp/ by pbos@webrtc.org · 11 years ago
  37. 8f23df5 Fix some chromium-style warnings in webrtc/modules/remote_bitrate_estimator/ by pbos@webrtc.org · 11 years ago
  38. 4fac8a4 Fix some chromium-style warnings in webrtc/modules/bitrate_controller/ by pbos@webrtc.org · 11 years ago
  39. a96d877 Added libjingle_peerconnection_java_unittest to buildbot_tests.py by phoglund@webrtc.org · 11 years ago
  40. 0a4ca8f Move internal aec_core defines out of header. by andrew@webrtc.org · 11 years ago
  41. 7446870 Suppress failing tests on Linux Memcheck bot. by wu@webrtc.org · 11 years ago
  42. 9c9fc76 Fixing the memory check bots by suppressing some of the tests. by wu@webrtc.org · 11 years ago
  43. 933946a Suppress libjingle_peerconnection_unittest failures on linux memcheck build bot. by wu@webrtc.org · 11 years ago
  44. 0342e65 Disable peerconnection tests that are failing on memcheck. by wu@webrtc.org · 11 years ago
  45. ae7bf15 Disable p2p tests that are failing on memory test. by wu@webrtc.org · 11 years ago
  46. b59c6dd Add svn:ignore properties for all spuriously-removed dirs on Linux64 Release (internal). by fischman@webrtc.org · 11 years ago
  47. 85f07f5 PeerConnectionTest.java: use java_home gyp var instead of hardcoding /usr. by fischman@webrtc.org · 11 years ago
  48. fd7e3c5 Correcting Turaj's email. by turaj@webrtc.org · 11 years ago
  49. 3d496fb Roll chromium_revision 205140:214260 to pick up build fixes for ninja iOS device build. by fischman@webrtc.org · 11 years ago
  50. 9638564 Adds no parent to talk folder. by henrike@webrtc.org · 11 years ago
  51. 7f7162a Fix some chromium-style warnings in webrtc/modules/video_coding/ by pbos@webrtc.org · 11 years ago
  52. e6c3966 Fix some chromium-style warnings in webrtc/test/ by pbos@webrtc.org · 11 years ago
  53. a6f56ac Fix some chromium-style warnings in webrtc/tools/ by pbos@webrtc.org · 11 years ago
  54. 096515b Fix some chromium-style warnings in webrtc/modules/audio_device/ by pbos@webrtc.org · 11 years ago
  55. 10bbfef Apprtc: add 'event' parameter to onkeydown event handler. by braveyao@webrtc.org · 11 years ago
  56. d818dcb Sets up framework for decoding with errors: collects frame sizes (in number of packets) in JB and passes this information to VCMSessionInfo with rtt_ms as FrameData. by agalusza@google.com · 11 years ago
  57. a0b2f17 Adds files still expected by the libjingle bots. by henrike@webrtc.org · 11 years ago
  58. d6134c7 PeerConnectionTest.java: make the test work for the bots' v4l2loopback. by fischman@webrtc.org · 11 years ago
  59. 147d44a AppRTCDemo: replace the use of query-string parameters for pre-JB devices. by fischman@webrtc.org · 11 years ago
  60. 7694562 Land http://webrtc-codereview.appspot.com/1632005/ by niklas.enbom@webrtc.org · 11 years ago
  61. ea40bd0 Presubmit script for preventing changes to protected files and add the full list of those files. by henrike@webrtc.org · 11 years ago
  62. c0aa29c Updated WebRTC version to 3.37 TBR=tnakamura@webrtc.org by elham@webrtc.org · 11 years ago
  63. 8400246 Improved error messages when binaries are missing. Also stderr = stdout now. by phoglund@webrtc.org · 11 years ago
  64. f87177a To fix a bug in InverseFFTAndWindow() function in AECM. by kma@webrtc.org · 11 years ago
  65. 1e09a71 Update talk folder to revision=49952949 by henrike@webrtc.org · 11 years ago
  66. 367f640 webrtc/.gitignore: add parts of talk/examples/android and third_party/llvm to the list. by fischman@webrtc.org · 11 years ago
  67. b6a6a24 Updated WebRtcNsx_PrepareSpectrumNeon() in accordance with the new real FFT interface in APM. For reference, you can check https://webrtc-codereview.appspot.com/1830004/diff/92001/webrtc/modules/audio_processing/ns/nsx_core.c, line 594 "static void PrepareSpectrumC()". by kma@webrtc.org · 11 years ago
  68. b6433b7 Access receiving_ under receive_cs critical section by braveyao@webrtc.org · 11 years ago
  69. abab1d8 Don't set clang_use_chrome_plugins in common.gypi by sergeyu@chromium.org · 11 years ago
  70. 14c966c Fixes resources and data path in modules_unittests.isolate. by henrike@webrtc.org · 11 years ago
  71. b86fbaf Downstream latest Chromium SincResampler changes. by andrew@webrtc.org · 11 years ago
  72. e691b4f Roll libvpx 211873:212975 to pick up build fixes for ninja iOS device build. by fischman@webrtc.org · 11 years ago
  73. 6439afc Revert 4403 "Roll chromium_revision 205140:212975 to pick up bui..." by fischman@webrtc.org · 11 years ago
  74. 60e4b0e Roll chromium_revision 205140:212975 to pick up build fixes for ninja iOS device build. by fischman@webrtc.org · 11 years ago
  75. 099b8c9 Update include paths in device_info_external.cc by sergeyu@chromium.org · 11 years ago
  76. 61e596f Add a Config class interface to AudioProcessing for passing options. by andrew@webrtc.org · 11 years ago
  77. c46967d Revert 4391 "Roll chromium 205140:212975 to support ninja iOS ar..." by turaj@webrtc.org · 11 years ago
  78. 8e3bbed Fix include path in video_capture_external.cc by niklas.enbom@webrtc.org · 11 years ago
  79. 33584f9 Introduce a bit of sanity to talk/PRESUBMIT.py's license checking. by fischman@webrtc.org · 11 years ago
  80. 9fbc558 talk/OWNERS: add libjingle team members from internal webrtc/files/OWNERS by fischman@webrtc.org · 11 years ago
  81. 880c842 AppRTCDemo: don't render frames that are already outdated. by fischman@webrtc.org · 11 years ago
  82. 87f8a7e Roll chromium 205140:212975 to support ninja iOS armv7 build. by fischman@webrtc.org · 11 years ago
  83. fc8aaf0 Formalized Real 16-bit FFT for APM. by kma@webrtc.org · 11 years ago
  84. b63c29f Minor bug fix in r4388, had to change pc_config variable to pcConfig for apprtc demo. by vikasmarwaha@webrtc.org · 11 years ago
  85. 59fb7a6 Use Mozilla STUN server in apprtc demo for FF. Currently FF cannot work with Google STUN server as it expects XOR-MAPPED address while Google STUN server provides MAPPED address. by vikasmarwaha@webrtc.org · 11 years ago
  86. d102e66 Fix ScreenCapturerLinux not to use XDamage when requested. by sergeyu@chromium.org · 11 years ago
  87. 678cf29 webrtc/common_types.h: Document bitrate fields' units. by fischman@webrtc.org · 11 years ago
  88. 8d27a1c Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle by henrike@webrtc.org · 11 years ago
  89. 6879c8a Hooking up first simple CPU adaptation version. by mflodman@webrtc.org · 11 years ago
  90. 5c280ec Revert 4382 "Makes webrtc and libjingle build from the same gyp-..." by henrike@webrtc.org · 11 years ago
  91. 5fcddf2 Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle by henrike@webrtc.org · 11 years ago
  92. 390fcb7 Modified the presubmit checks such that difference license templates are checked for in webrtc and talk folder. by henrike@webrtc.org · 11 years ago
  93. 28654cb Update talk folder to revision=49713299. by henrike@webrtc.org · 11 years ago
  94. 5bb8e7e Adjusted net delay perf expectations slightly. by phoglund@webrtc.org · 11 years ago
  95. 129afc2 Correctly rebuild WebRTCDemo after jni/ source file changes by yujie.mao@webrtc.org · 11 years ago
  96. dd02935 Roll libvpx to 211873. -pickup public roll to: 33149cbb by marpan@webrtc.org · 11 years ago
  97. 5e44b8f Add libjingle's valgrind suppressions by henrike@webrtc.org · 11 years ago
  98. 0df5b8d Revert 4372 "Makes webrtc and libjingle build from the same gyp-..." by henrike@webrtc.org · 11 years ago
  99. 4e4bf4d Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. by henrike@webrtc.org · 11 years ago
  100. c6d5b50 AppRTCDemo: build fixes for iOS build in webrtc by fischman@webrtc.org · 11 years ago