1. 6ff8f96 Tightening visibility of video_toolbox_cc. by mbonadei · 7 years ago
  2. 529662a Move array_view.h to webrtc/api/ by kwiberg · 7 years ago
  3. 2c7b7a6 Delete static method TaskQueue::IsCurrent. by nisse · 7 years ago
  4. 334f9e6 Tracking mock_paced_sender.h with a GN target by mbonadei · 7 years ago
  5. 83e887c Delete video_quality_measurement. by brandtr · 7 years ago
  6. ebd4f79 Let CreateVideoDecoder take a cricket::VideoCodec. by kthelgason · 7 years ago
  7. 3c39c01 Revert of Use RtxReceiveStream. (patchset #5 id:80001 of https://codereview.webrtc.org/3008773002/ ) by nisse · 7 years ago
  8. 9af8f94 Roll chromium_revision f5544bb4a3..e6155ec132 (499317:499466) by buildbot · 7 years ago
  9. 07a3bd7 Bindings for injectable Java video encoders. by sakal · 7 years ago
  10. 75204c5 Change reporting of timing frames conditions in GetStats on receive side by ilnik · 7 years ago
  11. 5c0f6c6 Use RtxReceiveStream. by nisse · 7 years ago
  12. ffbe1cd Remove VideoProcessorIntegrationTest::SetTestConfig. by brandtr · 7 years ago
  13. 1f88531 Revert of Prepare for injectable SW decoders (patchset #3 id:40001 of https://codereview.webrtc.org/3009973002/ ) by perkj · 7 years ago
  14. 678636b Add psutil to vpython dependencies (used on builder bots) by oprypin · 7 years ago
  15. bb821e2 Add a bare-bones C++ style guide by Karl Wiberg · 7 years ago
  16. bf94fda Renaming probing_interval to bwe_period globally. by minyue-webrtc · 7 years ago
  17. 015444f Roll chromium_revision e4af4cd23d..f5544bb4a3 (499163:499317) by buildbot · 7 years ago
  18. 85a3b6b Reland "Supporting 48kHz PCM file." by Minyue Li · 7 years ago
  19. 084c55a Prepare for injectable SW decoders by andersc · 7 years ago
  20. 85d18d4 ObjC: Add null checks to HW encoder compressionOutputCallback by magjed · 7 years ago
  21. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  22. 801f722 Roll chromium_revision aec6acbb0b..e4af4cd23d (498770:499163) + URL fix by oprypin · 7 years ago
  23. 12a47f6 Split up VideoProcessorIntegrationTest files. by brandtr · 7 years ago
  24. e683c68 Completed the functionalities of SrtpTransport. by zhihuang · 7 years ago
  25. 4c14009 Avoid calling RtpFrameObject::GetCodecHeader twice in the RtpFrameReferenceFinder. by philipel · 7 years ago
  26. 85d7650 Make PeerConnectionClient non-singleton. by sakal · 7 years ago
  27. da194e7 Delete remnants of RTX support in voice_engine. by nisse · 7 years ago
  28. 9868042 Removes unused APIs from the ADM (part II). by henrika · 7 years ago
  29. 137cd1d Add a readme for the network tester. by tschumim · 7 years ago
  30. 890988c Run the ClangTidy analyser on the AudioProcessing submodule of WebRTC. by Alex Loiko · 7 years ago
  31. 5b06906 [MIPS]: Fix compiler error for mips32r2 dspr2 by Gordana Cmiljanovic · 7 years ago
  32. 6ed6325 Refactor RTX video codec and payload type assignment by magjed · 7 years ago
  33. 5fcd1cc Decouple FEC controller's decision from the decision making for frame length. by minyue-webrtc · 7 years ago
  34. 2ae19db Fix alr tests config by ilnik · 7 years ago
  35. ffe2e14 Allow PostTask() to take unique_ptr to classes derived of QueuedTask by eladalon · 7 years ago
  36. 6e09d87 Replace remaining gflags usages with rtc_base/flags by oprypin · 7 years ago
  37. f2972ba Add some unit tests to TestVp8Impl. by asapersson · 7 years ago
  38. e172d89 Change capture time format to nanoseconds in EncodedImage. by sakal · 7 years ago
  39. 05ea2b3 Deprecate IceServer constructors and update dependencies by Diogo Real · 7 years ago
  40. 125e95e Delete unused method FilesystemInterface::IsAbsent. by nisse · 7 years ago
  41. 46f9b6c Roll chromium_revision b29a3085c7..aec6acbb0b (498747:498770) by buildbot · 7 years ago
  42. 8f82e63 Roll chromium_revision d96af20ab5..b29a3085c7 (498697:498747) by buildbot · 7 years ago
  43. 3aa4afd Flip IsWindowOnScreen behavior when native APIs fail by Zijie He · 7 years ago
  44. 6d64892 Roll chromium_revision e3b81fc1af..d96af20ab5 (498625:498697) by buildbot · 7 years ago
  45. 169629a Change WebRtcSession to have a vector of channels by Steve Anton · 7 years ago
  46. 4fe6607 Use GetWindowDrawableRect() instead of GetCroppedWindowRect() in WindowCapturerWin by Zijie He · 7 years ago
  47. f7f685c Rename IsWindowMinimized to IsWindowOnScreen by Zijie He · 7 years ago
  48. 774115c Change ChannelManager to use unique_ptr by Steve Anton · 7 years ago
  49. 24efa72 Fix RTCP transport not destroyed when channel creation fails by Steve Anton · 7 years ago
  50. c30e61d Roll chromium_revision 568b1c4cbe..e3b81fc1af (498551:498625) by buildbot · 7 years ago
  51. 8bab5c6 Roll chromium_revision 0f448170cb..568b1c4cbe (498475:498551) by buildbot · 7 years ago
  52. 845de2f Roll chromium_revision 19397b2658..0f448170cb (498435:498475) by buildbot · 7 years ago
  53. 13b9882 The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have by mbonadei · 7 years ago
  54. 5d655cd Roll chromium_revision ed2864a8ee..19397b2658 (498409:498435) by buildbot · 7 years ago
  55. 4fed3c0 Further utilizing the AEC3 config struct for constants by peah · 7 years ago
  56. b57f426 VideoProcessorIntegrationTest: make it runnable on a task queue. by brandtr · 7 years ago
  57. cd8b079 Increased the allowed API call jitter in AEC3 by peah · 7 years ago
  58. f8084d4 Fix memory leak in VideoToolbox encoder. by kthelgason · 7 years ago
  59. 16adf03 Recently we moved webrtc/base to webrtc/rtc_base, so these by mbonadei · 7 years ago
  60. a35df42 WebRtcVideoEngine: Encapsulate logic for unifying internal and external video codecs by magjed · 7 years ago
  61. 3864499 Fix setting of recovered flag in RtxReceiveStream. by nisse · 7 years ago
  62. 6d5b4d6 Piggybacking simulcast id and ALR experiment id into video content type extension. by ilnik · 7 years ago
  63. 057e63a Roll chromium_revision 9e8703286a..ed2864a8ee (498393:498409) by buildbot · 7 years ago
  64. f4ded68 Add SentToInputFpsRatioPercent UMA metric on send side by ilnik · 7 years ago
  65. 51c54c5 Roll chromium_revision 84d100a1fb..9e8703286a (498182:498393) by buildbot · 7 years ago
  66. 4ccd9c1 Change DEPS URL for src/tools/swarming_client to match Chromium by oprypin · 7 years ago
  67. 9657172 neteq_rtpplay: Add one more RTP header extension and fix some stats by henrik.lundin · 7 years ago
  68. 85e6a4b Use desktop relative mouse cursor position in DesktopAndCursorComposer by Zijie He · 7 years ago
  69. a787702 GetWindowRect() on X11 does not correctly translate the coordinate by Zijie He · 7 years ago
  70. 1282711 Use WindowFinder in WindowCapturer to detect IsOccluded() by Zijie He · 7 years ago
  71. 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 7 years ago
  72. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
  73. 6ee66b6 Roll chromium_revision cbe78d23e7..84d100a1fb (498083:498182) by buildbot · 7 years ago
  74. f09c904 neteq_rtpplay: Fix a bug in the matlab plotting function by henrik.lundin · 7 years ago
  75. 579de6f Add a new frame generator that cycles through randomly generated slides. by erikvarga · 7 years ago
  76. c63f934 Roll chromium_revision 4337a96424..cbe78d23e7 (498063:498083) by buildbot · 7 years ago
  77. 8a6241e Make DirectTransport::task_queue_ const by eladalon · 7 years ago
  78. cfab6c7 Increase timeout in RTCUIApplicationStatusObserver by andersc · 7 years ago
  79. ecf312e Removes unused WaveOut APIs from ADM. by henrika · 7 years ago
  80. 9b2f20c Replace gflags usages with rtc_base/flags in all targets based on test_main by oprypin · 7 years ago
  81. a16c70b Verify parsed QP value when frame is encoded instead of storing parsed value and verifying later. by asapersson · 7 years ago
  82. e9ef907 Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 7 years ago
  83. 3cc68b0 Roll chromium_revision 2cbfe89d4f..4337a96424 (498011:498063) by buildbot · 7 years ago
  84. b8853ca ObjC: Add support for injectable native audio and video codecs by magjed · 7 years ago
  85. dad6198 Removing video_{receive,send}_stream.h stub headers. by mbonadei · 7 years ago
  86. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  87. f83dc8b Revert "Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer." by Magnus Jedvert · 7 years ago
  88. f52d34d Let VideoEncoderSoftwareFallbackWrapper own the wrapped encoder by magjed · 7 years ago
  89. d449531 Now uses builder class for AudioRecord objects from SDK 23. by henrika · 7 years ago
  90. d4d10f7 Roll chromium_revision a39e2860b5..2cbfe89d4f (497887:498011) by buildbot · 7 years ago
  91. a3d4f68 Android: Replace webrtc_jni namespace with nested jni namespace by magjed · 7 years ago
  92. b59e7df Roll chromium_revision 7a56ead854..a39e2860b5 (497816:497887) by buildbot · 7 years ago
  93. ff2824b Fix compiler warnings due to type mismatch. by lliuu · 7 years ago
  94. fd9bf12 Roll chromium_revision 60358094ba..7a56ead854 (497765:497816) by buildbot · 7 years ago
  95. cc94c1b Roll chromium_revision d353b64c1d..60358094ba (497740:497765) by buildbot · 7 years ago
  96. 3f89758 Clean up ownership of webrtc::VideoEncoder by magjed · 7 years ago
  97. 673caed Revert of Remove deprecated CodecType methods. (patchset #1 id:1 of https://codereview.webrtc.org/3009583002/ ) by mbonadei · 7 years ago
  98. bc4cbe1 Roll chromium_revision d8870c11e8..d353b64c1d (497726:497740) by buildbot · 7 years ago
  99. 5212700 Removing dependencies on stub headers within WebRTC. by mbonadei · 7 years ago
  100. 0e320ec Wiring discard rate of audio FEC/RED packets up to StatsReport. by minyue-webrtc · 7 years ago