1. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  2. afb6b5e Ensure all test targets are built on Android. by Henrik Kjellander · 9 years ago
  3. 8dba03d Temporarily define RTC_DISALLOW_ASSIGN in Chromium constructormagic override. by henrikg · 9 years ago
  4. 207370f Android MediaCodecVideoDecoder: Remove redundant useSurface arguments by Magnus Jedvert · 9 years ago
  5. 01ddf01 Revert of Bailing out if pc factory fails to get created. (patchset #1 id:1 of https://codereview.webrtc.org/1339923004/ ) by phoglund · 9 years ago
  6. 6eb75d9 Bailing out if pc factory fails to get created. by Patrik Höglund · 9 years ago
  7. 2338fec Partial revert of r9936. by Alex Glaznev · 9 years ago
  8. 32b5d23 Add an option to avoid Java video track release when peer connection is closed. by Alex Glaznev · 9 years ago
  9. ebed24d Do not print C++ line numbers for Java logging. by Alex Glaznev · 9 years ago
  10. 0b05879 Move AudioDecoderOpus next to AudioEncoderOpus by Karl Wiberg · 9 years ago
  11. ec0feb6 Add --skip-try flag to autoroll script. by Henrik Kjellander · 9 years ago
  12. 8e4e8b0 Simplify BitrateAllocator::AddBitrateObserver. by Peter Boström · 9 years ago
  13. dcb8998 Keep lock after updating encoder parameters. by Peter Boström · 9 years ago
  14. a753177 Remove default ViEEncoder encoder instance. by Peter Boström · 9 years ago
  15. 709ed67 Move instantiation of webrtc::Call into a MediaController class so that it can be used for both audio and video media channels. by Fredrik Solenberg · 9 years ago
  16. 4ae28a1 Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures by Magnus Jedvert · 9 years ago
  17. 7bff85c Android: Enable C99 mode instead of C89 (default). by Henrik Kjellander · 9 years ago
  18. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 9 years ago
  19. 73a93e8 Add a ParseHeader method to RtcpPacket, for parsing common RTCP header. by sprang · 9 years ago
  20. 1cb121d Reset frame timestamp epoch for new capturers. by pbos · 9 years ago
  21. 6304626 Add a rate tracker that tracks rate over a given interval split up into buckets that accumulate unit counts for their portion of said interval and use this instead of the standard rate tracker so that the values of retrieved frame rate stats are completely independent of the polling rate. by Tim Psiaki · 9 years ago
  22. 2b18084 Only allow static strings as ProcessThread names. by stefan · 9 years ago
  23. ea06a58 Android video capture: Remove duplicated code and fix spelling mistakes by Magnus Jedvert · 9 years ago
  24. fc9dd17 Added boundary check for array access as a short-term way of fixing the bug of out-of-bounds reads into the array by peah · 9 years ago
  25. 5e023eb Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor by sprang · 9 years ago
  26. 36d619b Log timestamps when old frames are delivered. by pbos · 9 years ago
  27. 847855b Add a name to the ProcessThread constructor. by stefan · 9 years ago
  28. c32d2db Refactor RTPPacketHistory to use a packet struct. by pbos · 9 years ago
  29. 92068ee Android: Guard against switching camera on stopped camera by colin · 9 years ago
  30. c68700f Add README.md to root directory by Henrik Kjellander · 9 years ago
  31. f08fb29 Disable flaky test (WebRtcVideoChannel2Base.AddRemoveCapturer) on Dr. Memory. by Åsa Persson · 9 years ago
  32. c06a716 Android: Add new renderer SurfaceViewRenderer by Magnus Jedvert · 9 years ago
  33. df1a171 Remove unused event in video_capture_input.cc. by mflodman · 9 years ago
  34. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  35. fab882b Remove obsolete typingmonitor.cc/.h files. by solenberg · 9 years ago
  36. 4ed3658 Avoids crashes in Java-based InitRecording(). by henrika · 9 years ago
  37. 39720f2 ACM CodecOwner: Test that we reset speech encoder when enabling CNG or RED by kwiberg · 9 years ago
  38. 9b66d3b MockAudioEncoder: Use a dedicated marker method for test expectations by kwiberg · 9 years ago
  39. 1dd98f3 - Rename VoiceChannel::MuteStream() -> SetAudioSend() (incl. media channel) by solenberg · 9 years ago
  40. 9a78d22 Revert of Consolidate constructormagic macros with Chromium version and remove Chromium override. (patchset #4 id:60001 of https://codereview.webrtc.org/1316363005/ ) by tommi · 9 years ago
  41. 0de8ff4 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 9 years ago
  42. 11e4985 GN: Fix iOS build. by Henrik Kjellander · 9 years ago
  43. c2db810 Remove VideoRendererInterface::CanApplyRotation() by Magnus Jedvert · 9 years ago
  44. f6901b0 Remove NullVideoFrame by Magnus Jedvert · 9 years ago
  45. 8ce0bd5 Android video rendering: Fix texture matrix multiplication order by Magnus Jedvert · 9 years ago
  46. 942a699 AudioEncoderOpusTest.PacketLossRateOptimized: Fix bug and make prettier by kwiberg · 9 years ago
  47. 2feafdb Enable automatic resizing for RTX-enabled senders. by Peter Boström · 9 years ago
  48. 77d22fa Merge two files with AudioEncoderOpus tests by kwiberg · 9 years ago
  49. 529528c Android video rendering: Apply SurfaceTexture.getTransformationMatrix() by Magnus Jedvert · 9 years ago
  50. 66f4339 Remove [Voice|Video]MediaChannel::GetOptions(). by solenberg · 9 years ago
  51. c99ebc1 Remove AudioEncoder methods SetMaxBitrate and SetMaxPayloadSize by kwiberg · 9 years ago
  52. d944067 Disable flaky test (WebRtcVideoChannel2Base.GetStatsMultipleSendStreams) on Dr. Memory. by Åsa Persson · 9 years ago
  53. b04965c Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated to ACM and Call. by ivoc · 9 years ago
  54. 3f5f1c2 Change return type of AudioEncoder::SetMaxPlaybackRate to void by kwiberg · 9 years ago
  55. e9e7896 Turn webrtc::Vad into a pure virtual interface by kwiberg · 9 years ago
  56. 233bd87 Add RemoteEstimatorProxy for capturing receive times by sprang · 9 years ago
  57. 66c42df Alphabetize common_audio/OWNERS. by Andrew MacDonald · 9 years ago
  58. 7764973 Add magjed@ as owner for talk/app/webrtc/androidtests/ and talk/app/webrtc/java/jni/ by Magnus Jedvert · 9 years ago
  59. 76b3147 Disable flaky WebRtcVideoChannel2Base, EndToEndTest tests on Dr. Memory. by Åsa Persson · 9 years ago
  60. 12cfc9b Fold AudioEncoderMutable into AudioEncoder by kwiberg · 9 years ago
  61. cd3c475 Updating common_audio/OWNERS by henrik.lundin · 9 years ago
  62. 68786d2 Wire up PacketTime to ReceiveStreams. by stefan · 9 years ago
  63. e526974 Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ by solenberg · 9 years ago
  64. a9839dd Use of override keyword to fix chromium trybot by Henrik Boström · 9 years ago
  65. 04ada47 Add third_party/lss and third_party/proguard to .gitignore. by henrikg · 9 years ago
  66. f325d21 Disable VideoSendStreamTest.VP9FlexMode. by philipel · 9 years ago
  67. c3aa12d Add utility class for unwrapping 16 bit sequence numbers by sprang · 9 years ago
  68. caa5f4b Update to the neteq_rtpplay utility to support RtcEventLog input files. by ivoc · 9 years ago
  69. f3ecdb9 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer. by Henrik Boström · 9 years ago
  70. 8006f07 Remove unused TypingMonitor class. by solenberg · 9 years ago
  71. 7f6a6fc Enabling spatial layers in VP9Impl. Filter layers in the loopback test. by ivica · 9 years ago
  72. e313e02 Remove unnecessary fields from VoE SharedData. by solenberg · 9 years ago
  73. 746210f Remove unused overuse detection metric (capture jitter). by Åsa Persson · 9 years ago
  74. 3dfe5d3 Remove arraysize.h gcc hack and Chromium override. by henrikg · 9 years ago
  75. e9ad18b Remove obsolete soundclip.cc/.h files. by solenberg · 9 years ago
  76. 1c7d48d Let max default bitrate depend on resolution when configuring one video stream (was previously always 2Mbps). by Åsa Persson · 9 years ago
  77. 6322467 PRESUBMIT: Exclude some files from 80-character limit check. by Henrik Kjellander · 9 years ago
  78. 81db11a copy-red: Fill an rtc::Buffer with bytes the easy way by kwiberg · 9 years ago
  79. 86d907c Refactor the AudioDevice for iOS and improve the performance and stability by henrika · 9 years ago
  80. 05cfcd3 Full stack graphs by ivica · 9 years ago
  81. 110443c Fix for frame resolution in encoded frame callback. by Asa Persson · 9 years ago
  82. 7b38f69 Add placeholder files for talk/app/webrtc/mediacontroller.cc/.h to be able to update Chrome's libjingle.gyp before the MediaController implementation CL is submitted. by solenberg · 9 years ago
  83. c0c7d2e GN: Fix invalid configuration for Android GCC build. by Henrik Kjellander · 9 years ago
  84. bb741b3 Remove GetOutputScaling from VoiceMediaChannel. by solenberg · 9 years ago
  85. 0ab8ca8 Remove x11 from libjingle_media by phoglund · 9 years ago
  86. 88703d7 Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 9 years ago
  87. 9eb1365 Revert of purge nss files and dependencies (patchset #1 id:1 of https://codereview.webrtc.org/1313233005/ ) by deadbeef · 9 years ago
  88. fd4df46 Fix build when using Xcode 7 which contains .tbd files instead of .dylib by hjon · 9 years ago
  89. d5ae6ae Fix ScreenCapturerWinGdi to handle DesktopFrameWin::Create() errors. by sergeyu · 9 years ago
  90. 3cc834a Add more IceCandidatePairType for host-host CandidatePair by Guo-wei Shieh · 9 years ago
  91. 250bdc7 Exclude VideoSendStreamTest.VP9FlexMode on linux_memcheck. by Marco · 9 years ago
  92. 5647a2c purge nss files and dependencies by torbjorng · 9 years ago
  93. e7a0de7 CameraEnumerationAndroid: Add getSupportedFormats() implementation using android.hardware.camera2 by Magnus Jedvert · 9 years ago
  94. 242d638 VP9 codec controls for screensharing by ivica · 9 years ago
  95. 318673c Update SendTimeHistory to store complete PacketInfo, not just send time by sprang · 9 years ago
  96. c8a1ccc Fixed base time in TransportFeedback message writing. by sprang · 9 years ago
  97. d415629 Remove AsyncHttpRequest, AutoPortAllocator, ConnectivityChecker, and HttpPortAllocator. by Peter Thatcher · 9 years ago
  98. 2f9fd5d Changed LogRtpHeader to read the header length from the packet instead of requiring an extra argument. by terelius · 9 years ago
  99. b6b0b92 Rate limit the low bandwidth / min bitrate warning to once every 10 seconds. by stefan · 9 years ago
  100. be9b7b6 Make sure ByteReader and ByteWriter classes (and their specializations) don't perform operations that have implementation-specific or undefined behavior. by sprang · 9 years ago