1. 921d366 Remove comments about using std::shared_ptr. by Mirko Bonadei · 6 years ago
  2. 36faf0b Delete setting of unused variable nack_window_ms by Niels Möller · 6 years ago
  3. 173d198 Revert "Ensure correct decoding for unfiltered KSVC streams" by Ilya Nikolaevskiy · 6 years ago
  4. e4b5023 Avoid repeated semi-expensive field_trials read in frame_buffer2.cc by Elad Alon · 6 years ago
  5. c259a3b Roll chromium_revision 783044b798..c6a258bb5d (621838:622808) by chromium-webrtc-autoroll · 6 years ago
  6. c25fa89 RNN VAD: fix pitch gain type and change pitch period type by Alessio Bazzica · 6 years ago
  7. 49ea47b Fix fuzzer identified crash in DecodeFramesHistory by Ilya Nikolaevskiy · 6 years ago
  8. ee0a85c Roll //third_party/ffmpeg and disable H264 when MSVC is used. by Mirko Bonadei · 6 years ago
  9. 45ccd84 Don't set the screenshare flag on FakeVideoCapturerWithTaskQueue by Niels Möller · 6 years ago
  10. 9db8b88 Added JSON generator for VideoReceiveStream::Config objects. by Benjamin Wright · 6 years ago
  11. fa1ca1e Bug Fix: iOS H264 Encoder Crash Issue by Qiang Chen · 6 years ago
  12. c2c733e Remove unused methods from cricket::BaseChannel. by Mirko Bonadei · 6 years ago
  13. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  14. 4895b45 Introduce EncodedImageIdInjector. by Artem Titov · 6 years ago
  15. c6521a7 Add benwright@webrtc.org to test/fuzzers/OWNERS. by Benjamin Wright · 6 years ago
  16. 4e5ffbe Remove unneeded deps from api:call_api. by Mirko Bonadei · 6 years ago
  17. 2351313 Add noise suppression settings to AudioProcessing::Config by Sam Zackrisson · 6 years ago
  18. cd7c21b Ensure correct decoding for unfiltered KSVC streams by Ilya Nikolaevskiy · 6 years ago
  19. dcfe484 Remove definition of macro WEBRTC_THREAD_RR (it's unused). by Mirko Bonadei · 6 years ago
  20. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  21. 959e9b6 Publish rtc::QueuedTask in api as webrtc::QueuedTask by Danil Chapovalov · 6 years ago
  22. 645df9e Introduce Y4mFrameReader. by Artem Titov · 6 years ago
  23. a8c7326 RefCounter::DecRef: Remove obsolete TODO and update comment by Karl Wiberg · 6 years ago
  24. ebd9770 Add extra documentation and minor fixes into video quality analyzer by Artem Titov · 6 years ago
  25. 1371784 Introduce DecodedFramesHistory class and use it in FrameBuffer by Ilya Nikolaevskiy · 6 years ago
  26. d0f0f68 Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 1. by Niels Möller · 6 years ago
  27. 5d7cf3d Fix RTC_CHECK in neteq_rtp_fuzzer by Niels Möller · 6 years ago
  28. 1a86b78 Delete StreamInterface methods GetPosition, SetPosition and Rewind by Niels Möller · 6 years ago
  29. eb0de22 Remove explicit -fsanitize=memory from BUILD.gn. by Mirko Bonadei · 6 years ago
  30. dc71420 Remove deprecated code from logging. by Mirko Bonadei · 6 years ago
  31. e893772 Add new owners to the test/ directory. by Artem Titov · 6 years ago
  32. 083fc3f Adds nisse@ and sprang@ to test/OWNERS by Sebastian Jansson · 6 years ago
  33. b2e21b0 Remove rtc_enable_android_opensl. by Mirko Bonadei · 6 years ago
  34. 2bb29f0 Set callback_ member at start of desktop capturer Start() by Gary Kacmarcik · 6 years ago
  35. b46235c desktopCapture: skip non-responsive windows in the picker by braveyao · 6 years ago
  36. 977c820 Rename AttachCurrentThreadIfNeeded to avoid clash with function. by Mirko Bonadei · 6 years ago
  37. 07dc1e8 (6) Rename files to snake_case: remove scripts and temp files by Steve Anton · 6 years ago
  38. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  39. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  40. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  41. 1bab196 (2) Rename files to snake_case: files to rename by Steve Anton · 6 years ago
  42. 5e130f0 (1) Rename files to snake_case: scripts by Steve Anton · 6 years ago
  43. aaa99a9 Add unittest for congestion window pushback in goog_cc. by Ying Wang · 6 years ago
  44. 1f7a008 Enable quality-scaling in all video perf tests. by Stefan Holmer · 6 years ago
  45. 83953e4 Delete method StreamInterface::ReserveSize by Niels Möller · 6 years ago
  46. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  47. 7289906 Delete enum NetEqDecoder. by Niels Möller · 6 years ago
  48. 6c4b1b7 Avoid depending on testonly target in event_log_visualizer_utils. by Bjorn Terelius · 6 years ago
  49. ba50223 Make voiceengine/audio transport stop using voice_detection() interface by Sam Zackrisson · 6 years ago
  50. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  51. e4ed6ea Introduce stats calculator. by Artem Titov · 6 years ago
  52. 6bb5ab9 Reland "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
  53. 9c84390 Delete VCMEncodedFrame methods Buffer and MutableBuffer by Niels Möller · 6 years ago
  54. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  55. 1daa7e8 Use RTP timestamp when checking for frame duplication. by Sergey Silkin · 6 years ago
  56. 6670a9d AEC3: More efficient comfort noise generation by Gustaf Ullberg · 6 years ago
  57. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  58. 0486f09 Roll chromium_revision 8c0cc38022..783044b798 (621736:621838) by chromium-webrtc-autoroll · 6 years ago
  59. 395d299 Roll chromium_revision 2e2ded718a..8c0cc38022 (621632:621736) by chromium-webrtc-autoroll · 6 years ago
  60. 8578daf Roll chromium_revision 6e83997c8b..2e2ded718a (621525:621632) by chromium-webrtc-autoroll · 6 years ago
  61. e9bece3 Minor change to the Json Config format for the replay file. by Benjamin Wright · 6 years ago
  62. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  63. 43f3982 Remove TaskQueue::PostAndReply as unused by Danil Chapovalov · 6 years ago
  64. a8f58f0 Add data() accessors to EncodedImage by Niels Möller · 6 years ago
  65. 6551faf Refactor FrameBuffer to store decoded frames history separately by Ilya Nikolaevskiy · 6 years ago
  66. 0a7d56e Delete method StreamInterface::GetSize by Niels Möller · 6 years ago
  67. b344640 Enable quality scaling in video_loopback. by Stefan Holmer · 6 years ago
  68. 1bdce79 Parse logs without RTX SSRC even if there is an RTX payload type. by Bjorn Terelius · 6 years ago
  69. 69321dd Make FrameBuffer support an unlimited number of dependents per frame by Elad Alon · 6 years ago
  70. 977cd17 Make VCMDecodeErrorMode optional when calling VideoCodingModule::SetReceiverRobustnessMode by Niels Möller · 6 years ago
  71. 2874672 Delete method VideoCodingModule::SetVideoProtection by Niels Möller · 6 years ago
  72. f7d6366 Delete method NetEqImpl::CurrentDelayMs, used only by tests by Niels Möller · 6 years ago
  73. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  74. 6613f8e Revert "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
  75. e449805 APM unit test: echo path gain change events notified. by Alessio Bazzica · 6 years ago
  76. 949099d Roll chromium_revision 4a7f224d18..6e83997c8b (621417:621525) by chromium-webrtc-autoroll · 6 years ago
  77. 5dcadff Fix macOS demo privacy crash. by Piasy · 6 years ago
  78. 39b934b Add NetEq config flag that enables RTX handling. by Jakob Ivarsson · 6 years ago
  79. d8bd750 Add ability to use movable only functors in rtc::Thread::Invoke(...) by Artem Titov · 6 years ago
  80. 8620253 Minor changes to TestVideoReceiver. by Åsa Persson · 6 years ago
  81. 79a07cd Change type StreamsConfig::requests_alr_probing to abls::optional by Per Kjellander · 6 years ago
  82. a80bde3 Roll chromium_revision af5d6d78ea..4a7f224d18 (621301:621417) by chromium-webrtc-autoroll · 6 years ago
  83. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  84. 026c8b7 Roll chromium_revision 3a0f47bd21..af5d6d78ea (621184:621301) by chromium-webrtc-autoroll · 6 years ago
  85. d8bc7a1 Roll chromium_revision 63546ce7e8..3a0f47bd21 (621059:621184) by chromium-webrtc-autoroll · 6 years ago
  86. 00a6ab5 Check timestamp difference when choosing to extract multiple packets from the jitter buffer. by Jakob Ivarsson · 6 years ago
  87. 278f825 Calculate video quality metrics only for rendered frames. by Sergey Silkin · 6 years ago
  88. ac63ac7 Update refcounting of AudioState to use rtc::RefCountedObject by Niels Möller · 6 years ago
  89. 8b6995b Avoid creating frames with packets of different timestamps. by philipel · 6 years ago
  90. c610e26 Include pacing buffer size in congestion window. by Christoffer Rodbro · 6 years ago
  91. 9c277dd Delete NetEq::RegisterExternalDecoder. by Niels Möller · 6 years ago
  92. c12d41b Add field trial kill switch for packetization overhead subtraction. by Erik Språng · 6 years ago
  93. f331de6 Remove unused VideoReceiveStream::Config::AddRtxBinding. by Rasmus Brandt · 6 years ago
  94. 1ab9445 Roll chromium_revision aa595e0ebb..63546ce7e8 (620951:621059) by chromium-webrtc-autoroll · 6 years ago
  95. c023364 Roll chromium_revision 8a0dac94cf..aa595e0ebb (620848:620951) by chromium-webrtc-autoroll · 6 years ago
  96. c550eeb Roll chromium_revision f4077a406f..8a0dac94cf (620741:620848) by chromium-webrtc-autoroll · 6 years ago
  97. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  98. cdc3045 Fire a state change event when clearing DtlsTransport by Harald Alvestrand · 6 years ago
  99. 8bacf25 Disable FullStackTest/ScreenshareSlidesVP8_3TL_Simulcast on Windows by Oskar Sundbom · 6 years ago
  100. 7828c4d Roll chromium_revision 7ca76f7356..f4077a406f (620613:620741) by chromium-webrtc-autoroll · 6 years ago