1. e75f2ce Add FORCE_HTTPS_COMMIT_URL to codereview.settings. by kjellander@webrtc.org · 10 years ago
  2. cc7755b Whitespace change by kjellander@webrtc.org · 10 years ago
  3. 74499ef Add whitespace.txt file. by kjellander@webrtc.org · 10 years ago
  4. 2c13f65 Add a platform specific typedef for SOCKET in the peerconnection_server example since it's not universally 'int'. by tommi@webrtc.org · 10 years ago
  5. 83b5200 Add framerate for complete received frames to histogram stats: by asapersson@webrtc.org · 10 years ago
  6. cc144de Make bands vector in SplittingFilter Analysis const by aluebs@webrtc.org · 10 years ago
  7. 8789376 Move ChannelBuffer class to channel_buffer file by aluebs@webrtc.org · 10 years ago
  8. d87213a Remove unused RtpStatistics struct. by pbos@webrtc.org · 10 years ago
  9. 7d4e6d0 Roll chromium_revision d8c9041..309cf65 by kjellander@webrtc.org · 10 years ago
  10. d952c40 Add receive bitrates to histogram stats: by asapersson@webrtc.org · 10 years ago
  11. 3e9ad26 Refactor iOS AppRTC parsing code. by tkchin@webrtc.org · 10 years ago
  12. 79b9eba Implement 3 band splitting filter bank by upsampling and splitting twice into 2 bands by aluebs@webrtc.org · 10 years ago
  13. 7806d8f Fix an ASSERT that fires in a browser test for renegotiation. by jiayl@webrtc.org · 10 years ago
  14. a71bb60 Revert 7750 "Don't reset sequence number for a stream on deactiv..." by sprang@webrtc.org · 10 years ago
  15. a56a2c5 Enabling building with NEON on ARM64 by andrew@webrtc.org · 10 years ago
  16. 31f7a0e Don't reset sequence number for a stream on deactivate/reactivate. by sprang@webrtc.org · 10 years ago
  17. 91d928e Rename RtpFileReader::Packet to RtpPacket and move out of RtpFileReader by henrik.lundin@webrtc.org · 10 years ago
  18. 2faf7ee Revert "Revert "This adds an Android apk for running tests on the Java layer of PeerConnection."" by perkj@webrtc.org · 10 years ago
  19. 58edb83 Add video encoder fps and bitrate statistics to Android AppRTCDemo UI. by glaznev@webrtc.org · 10 years ago
  20. 0087318 Implement settable min/start/max bitrates in Call. by pbos@webrtc.org · 10 years ago
  21. b951eb1 Add back EXPECT_TRUEs. by pbos@webrtc.org · 10 years ago
  22. ba25347 Reenable GetStats test. by pbos@webrtc.org · 10 years ago
  23. dab5d92 Use mirror image for Android AppRTCDemo local preview. by glaznev@webrtc.org · 10 years ago
  24. 03499a0 Add wav output capability to neteq_rtpplay by henrik.lundin@webrtc.org · 10 years ago
  25. aff1751 Add new test for VP8 packetizer to test tight partitions by henrik.lundin@webrtc.org · 10 years ago
  26. dde19a6 sync_chromium.py: Check for chromium/src by kjellander@webrtc.org · 10 years ago
  27. 3398a4a PRESUBMIT: Only notify GN changes for GYP files in webrtc/* by kjellander@webrtc.org · 10 years ago
  28. 8562f23 OWNERS: Remove tomasl@ and mallinath@ by kjellander@webrtc.org · 10 years ago
  29. 4f16c87 Simplifying VideoReceiver and JitterBuffer. by pbos@webrtc.org · 10 years ago
  30. 9334ac2 Use vector of CSRCs for DeliverFrame & SetCSRCs. by pbos@webrtc.org · 10 years ago
  31. 308e7ff Revert "This adds an Android apk for running tests on the Java layer of PeerConnection." by kjellander@webrtc.org · 10 years ago
  32. 2751f2a This adds an Android apk for running tests on the Java layer of PeerConnection. by perkj@webrtc.org · 10 years ago
  33. 88d14f4 Remove expensive and unnecessary memory alloc for sending black frames on video by thorcarpenter@google.com · 10 years ago
  34. 1153322 Build fix for MIPS Android Webview build. by andrew@webrtc.org · 10 years ago
  35. bdcf38c cricket::VideoFrame: Refactor ConvertToRgbBuffer into base class by magjed@webrtc.org · 10 years ago
  36. ad0e71c Update mock_frame_dropper.h to use size_t by kjellander@webrtc.org · 10 years ago
  37. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  38. edc6e57 Support loopback mode and command line execution by glaznev@webrtc.org · 10 years ago
  39. 6ff3ac1 Fix problems if first packet into NetEq is rejected by henrik.lundin@webrtc.org · 10 years ago
  40. ed91068 Create a NetEq test for when the first incoming payload type is unknown by henrik.lundin@webrtc.org · 10 years ago
  41. 049e4ec Change default values for CpuOveruseOptions. by asapersson@webrtc.org · 10 years ago
  42. f58b455 cricket::VideoAdapter: Drop frames before spending time converting/scaling, not after. by magjed@webrtc.org · 10 years ago
  43. 40af3a5 Revert "Add DCHECK to ensure that NetEq's packet buffer is not empty" by henrik.lundin@webrtc.org · 10 years ago
  44. 6f6ef72 Add DCHECK to ensure that NetEq's packet buffer is not empty by henrik.lundin@webrtc.org · 10 years ago
  45. 2176db3 AppRTCDemoActivity: Add a config CheckBox for enabling/disabling CPU overuse adaptation. (re-land) by henrika@webrtc.org · 10 years ago
  46. c56814f Roll chromium_revision 91f1781..d8c9041 by kjellander@webrtc.org · 10 years ago
  47. 087da13 Add empty 3 band splitting filter API by aluebs@webrtc.org · 10 years ago
  48. 2656bf8 Fix ExpectedQueueTimeMs() to avoid truncation or overflow. by pkasting@chromium.org · 10 years ago
  49. 930e004 Add jmi field for packets discarded due to network error by guoweis@webrtc.org · 10 years ago
  50. c72a22c Add preliminary empty file videoframefactory.cc by magjed@webrtc.org · 10 years ago
  51. f5b56fb Annotate COMPILE_ASSERT with __attribute__((unused)). by pbos@webrtc.org · 10 years ago
  52. 4ef22d1 Setting Opus FEC as default by minyue@webrtc.org · 10 years ago
  53. 966a708 Use RtpFileSource in NetEqDecodingTest by henrik.lundin@webrtc.org · 10 years ago
  54. 4ec19e3 Revert 7707 "cricket::VideoAdapter: Drop frames before spending ..." by tommi@webrtc.org · 10 years ago
  55. 858dbbc cricket::VideoAdapter: Drop frames before spending time converting/scaling, not after. by magjed@webrtc.org · 10 years ago
  56. 6a782c2 Revert 7693 "Add jmi field for packets discarded due to network error" breaks chromium's webrtc_cases. by henrike@webrtc.org · 10 years ago
  57. be05c74 Wrap the splitting filter in its own class by aluebs@webrtc.org · 10 years ago
  58. 67c2247 Disable EndToEnd.GetStats test. by pbos@webrtc.org · 10 years ago
  59. a73d746 Revert 7702 "cricket::VideoAdapter: Drop frames before spending ..." by magjed@webrtc.org · 10 years ago
  60. bbd8cad cricket::VideoAdapter: Drop frames before spending time converting/scaling, not after. by magjed@webrtc.org · 10 years ago
  61. ece3890 Report total bitrate for all streams in GetStats. by pbos@webrtc.org · 10 years ago
  62. 35c1ace Revert 7698 "WebRtcVideoMediaChannel::SetSendParams: Don't cap r..." by magjed@webrtc.org · 10 years ago
  63. a1f5b96 Remove unnecessary copying of libjingle resource files. by kjellander@webrtc.org · 10 years ago
  64. 52da44b WebRtcVideoMediaChannel::SetSendParams: Don't cap resolution by magjed@webrtc.org · 10 years ago
  65. 49ff40e Make SetREMBData accept vector of SSRCs. by pbos@webrtc.org · 10 years ago
  66. a9c2d45 Fix and enable CanReceiveFec test. by pbos@webrtc.org · 10 years ago
  67. ee30082 Set correct sample rate in far_frame in audioproc tool. by bjornv@webrtc.org · 10 years ago
  68. 52bb521 Update isolate files for Android APK tests. by kjellander@webrtc.org · 10 years ago
  69. 312614a Add jmi field for packets discarded due to network error by guoweis@webrtc.org · 10 years ago
  70. 90b9b08 Fix a platform check to use WEBRTC_WIN instead of OS_WIN. by jiayl@webrtc.org · 10 years ago
  71. 6ca6190 Fix a SCTP message reordering issue in datachannel.cc. by jiayl@webrtc.org · 10 years ago
  72. ea73ff7 webrtc::Scaler: Preserve aspect ratio by magjed@webrtc.org · 10 years ago
  73. 0b3d89b VideoSendStreamTest.SwapsI420VideoFrames: Initialize frame memory to avoid drmemory errors by magjed@webrtc.org · 10 years ago
  74. 14ea50a Change the static_library("webrtc") to a source set in the GN build. by kjellander@webrtc.org · 10 years ago
  75. 0e37b89 replace inline assembly WebRtcAecm_CalcLinearEnergiesNeon by intrinsics. by andrew@webrtc.org · 10 years ago
  76. e497be3 replace inline assembly WebRtcAecm_StoreAdaptiveChannelNeon by intrinsics. by andrew@webrtc.org · 10 years ago
  77. 0e71070 Use ScreenCapturer to capture the whole and clip to the window rect when the shared window is on the top. by jiayl@webrtc.org · 10 years ago
  78. a367aea Bump to version 40 by tnakamura@webrtc.org · 10 years ago
  79. f7c5d4f Revert 7679 "webrtc::Scaler: Preserve aspect ratio" by magjed@webrtc.org · 10 years ago
  80. 525baea Add PROJECT to codereview.settings by kjellander@webrtc.org · 10 years ago
  81. 944fb57 Roll chromium_revision 375f736..91f1781 by kjellander@webrtc.org · 10 years ago
  82. 809986b webrtc::Scaler: Preserve aspect ratio by magjed@webrtc.org · 10 years ago
  83. cd621a8 Add thread annotations to overuse_frame_detector class. by asapersson@webrtc.org · 10 years ago
  84. 8038d42 Follow-up fixes for G722 by henrik.lundin@webrtc.org · 10 years ago
  85. 1431e4d Revert 7675 "Make an AudioEncoder subclass for iSAC" by turaj@webrtc.org · 10 years ago
  86. 05feff0 Make an AudioEncoder subclass for iSAC by kwiberg@webrtc.org · 10 years ago
  87. 33045ab Change from talk/p2p (r7664) "(Auto)update libjingle 79414100-> 79428003". by henrike@webrtc.org · 10 years ago
  88. 43e033e Change from talk/p2p (r7572): "Improve the logging when a TCP connection is deleted." by henrike@webrtc.org · 10 years ago
  89. 4ffc734 replace inline assembly WebRtcAecm_ResetAdaptiveChannelNeon by intrinsics. by andrew@webrtc.org · 10 years ago
  90. d024f75 clear asm code and unused functions in audio processing module by andrew@webrtc.org · 10 years ago
  91. c492231 Removes talk/xmllite, talk/xmpp and talk/p2p as they are no longer used by gyp/gn builds. by henrike@webrtc.org · 10 years ago
  92. d819803 Wire up DSCP support in WebRtcVideoEngine2. by pbos@webrtc.org · 10 years ago
  93. 83d4804 Put send-side bwe probing under finch experiment. by stefan@webrtc.org · 10 years ago
  94. 957e802 Refactor SetDefaultEncoderConfig to work on existing codecs. by pbos@webrtc.org · 10 years ago
  95. a5d29fc Add unit to dropped frames. by pbos@webrtc.org · 10 years ago
  96. bd495fa .gitignore updates by kjellander@webrtc.org · 10 years ago
  97. 3c1970f (Auto)update libjingle 79414100-> 79428003 by buildbot@webrtc.org · 10 years ago
  98. 188d3b2 Enable VP9 video codec support on webrtcvideoengine behind a field trial. by andresp@webrtc.org · 10 years ago
  99. f85dbce Reapply "Advertise G722 as 8 kHz rather than 16 kHz"" by henrik.lundin@webrtc.org · 10 years ago
  100. d105cc8 Change dummy address to use 0.0.0.0 instead of :: by perkj@webrtc.org · 10 years ago