1. b0f2e0c [Overuse] Make VideoStreamAdapter responsible for executing adaptation. by Henrik Boström · 4 years, 4 months ago
  2. 74dadc1 Ready to support of absolute capture timestamp header extension. by Minyue Li · 4 years, 4 months ago
  3. 36f4fa7 Correct email address in OWNERS file. by Henrik Boström · 4 years, 4 months ago
  4. efbec9a [Overuse] Initial version of VideoStreamAdapter (Restrictor moved). by Henrik Boström · 4 years, 4 months ago
  5. f351cff Migrate RtcpTransceiver to use webrtc::TaskQueueBase instead of rtc::TaskQueue by Danil Chapovalov · 4 years, 4 months ago
  6. 8e9fd48 Fix FakeVp8Encoder name. by Nikita Zetilov · 4 years, 4 months ago
  7. 10aeb74 Rename index.md to README.md to make it automatically show up by Johannes Kron · 4 years, 4 months ago
  8. 33be9df Replace AdaptCount with a single counter. by Evan Shrubsole · 4 years, 4 months ago
  9. d3da6b0 Move EventWrapper class to target video_coding_legacy. by Niels Möller · 4 years, 4 months ago
  10. ae9641b Roll chromium_revision 70eb5f7c71..4dc8a31053 (747482:747587) by chromium-webrtc-autoroll · 4 years, 4 months ago
  11. 5415e4d Roll chromium_revision 4ea51a0a6f..70eb5f7c71 (747324:747482) by chromium-webrtc-autoroll · 4 years, 4 months ago
  12. 45affde Roll chromium_revision 2d9b6439f0..4ea51a0a6f (746902:747324) by chromium-webrtc-autoroll · 4 years, 4 months ago
  13. b1e0618 Add printout of supported codecs in PC test framework by Artem Titov · 4 years, 4 months ago
  14. 0360dc4 Fix RtpReplayer so what vp9 fuzzer would work by Ilya Nikolaevskiy · 4 years, 4 months ago
  15. 987ef48 Adds field trial to separate audio and video packets for delay-based overuse detection. by Björn Terelius · 4 years, 4 months ago
  16. 822c373 Always limit delay based bitrate by the acknowledged rate. by Sebastian Jansson · 4 years, 4 months ago
  17. bb701b7 Fix dependency templates for VP8 3 temporal layers by Danil Chapovalov · 4 years, 4 months ago
  18. b05ca4b Implement new specification for degradation preference by Florent Castelli · 4 years, 4 months ago
  19. 3c91b31 Fix potential deadlock during release of quality analyzing codecs by Artem Titov · 4 years, 4 months ago
  20. e665500 Make Connection::id() const by Jonas Oreland · 4 years, 4 months ago
  21. 16ddae9 Update Opus tests for Opus 1.3 by Ivo Creusen · 4 years, 4 months ago
  22. 99eb20b StatsEndToEndTest: Configure bitrate via VideoEncoderConfig. by Åsa Persson · 4 years, 4 months ago
  23. 8add929 Fix links in docs/native-code/index.md. by Mirko Bonadei · 4 years, 4 months ago
  24. 3f1aee3 Change network_priority from a double to an enum. by Taylor Brandstetter · 4 years, 4 months ago
  25. 14e5f0b Update RTC_CHECK and RTC_LOG macros so they work when called from xxxxx::rtc namespaces by Jiawei Ou · 4 years, 4 months ago
  26. 43d8e93 Roll chromium_revision 8d9e658d11..2d9b6439f0 (746798:746902) by chromium-webrtc-autoroll · 4 years, 4 months ago
  27. fbc7ed0 Roll chromium_revision 02cf6c70c5..8d9e658d11 (746692:746798) by chromium-webrtc-autoroll · 4 years, 4 months ago
  28. 24dbb21 Enable quality scaler for simulcast and SVC if only one stream is active by Ilya Nikolaevskiy · 4 years, 4 months ago
  29. 589b41e Change ownership of encoded data buffer in H264 encoder. by Kári Tristan Helgason · 4 years, 4 months ago
  30. 420ad1a Fix video_loopback crash when selecting all streams by Evan Shrubsole · 4 years, 4 months ago
  31. 4518a20 Roll chromium_revision b7f5172df2..02cf6c70c5 (746590:746692) by chromium-webrtc-autoroll · 4 years, 4 months ago
  32. 8063698 Roll chromium_revision 0380a339ee..b7f5172df2 (746487:746590) by chromium-webrtc-autoroll · 4 years, 4 months ago
  33. 40d8cb5 Roll chromium_revision 20a0a16ef0..0380a339ee (746350:746487) by chromium-webrtc-autoroll · 4 years, 4 months ago
  34. ccefde9 VoIP interfaces API enhancement (continuation of 169000) by Tim Na · 4 years, 4 months ago
  35. 5e1ea25 Simplify initialization of test FrameGeneratorCapturerConfig. by Sebastian Jansson · 4 years, 4 months ago
  36. a598faf Fixes flaky ADM unittest by henrika · 4 years, 4 months ago
  37. 2240d5e Roll chromium_revision 73a396877b..20a0a16ef0 (745464:746350) by chromium-webrtc-autoroll · 4 years, 4 months ago
  38. df12414 Add jonaso@ to p2p/OWNERS by Jonas Oreland · 4 years, 4 months ago
  39. 52aea5d Unbreak ICE renomination by Jonas Oreland · 4 years, 4 months ago
  40. 134c699 Fix Chromium Roll failing because of -Wrange-loop-construct by Courtney Edwards · 4 years, 4 months ago
  41. 496a335 Add field trials for sending ping on network switches by Jonas Oreland · 4 years, 4 months ago
  42. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 4 years, 4 months ago
  43. 3a087a8 Transform encoded frame in RTPSenderVideo. by Marina Ciocea · 4 years, 4 months ago
  44. 83762b2 Use NetworkToHost32 instead of HostToNetwork32 to translate PPID. by Taylor Brandstetter · 4 years, 4 months ago
  45. d084ea9 BoundedInlineVector: Add resize() method by Karl Wiberg · 4 years, 4 months ago
  46. c126937 BoundedInlineVector: Vector class of bounded size with inline allocation by Karl Wiberg · 4 years, 4 months ago
  47. f52d3ed Adds transport overhead to route changes in scenario tests. by Sebastian Jansson · 4 years, 4 months ago
  48. ae92244 Clean VP8 header parser by Ilya Nikolaevskiy · 4 years, 4 months ago
  49. 7d3f602 Make scenario tests more tolerant on iOS. by Patrik Höglund · 4 years, 4 months ago
  50. b03422a Remove deprecated method onEncodingBitrate. by Mirta Dvornicic · 4 years, 4 months ago
  51. 109e23c Increase accepted PSNR range for SimTimeEncoding test by Danil Chapovalov · 4 years, 4 months ago
  52. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 4 years, 4 months ago
  53. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 4 months ago
  54. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 4 months ago
  55. 412a31b Insert frame transformer between Depacketizer and Decoder. by Marina Ciocea · 4 years, 4 months ago
  56. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 4 years, 4 months ago
  57. a08b238 Roll chromium_revision 45a3ae9739..73a396877b (745356:745464) by chromium-webrtc-autoroll · 4 years, 4 months ago
  58. c8958e5 Add RTC_EXPORT to VCMEncodedFrame by Guido Urdaneta · 4 years, 4 months ago
  59. c028df0 Extract BWE stats collection. by Artem Titov · 4 years, 4 months ago
  60. 4f3c4fc Temporary debug logging for SingleProcessEncodedImageDataInjector by Artem Titov · 4 years, 4 months ago
  61. 9f215a7 Thread affinity fix for scenario test SetMuted. by Sebastian Jansson · 4 years, 4 months ago
  62. cabed43 Adds stable target rate to GoogCC debug output. by Sebastian Jansson · 4 years, 4 months ago
  63. 0fb07f8 Deprecate use of cricket::MediaContentDescription::Copy by Harald Alvestrand · 4 years, 4 months ago
  64. 5f999a7 Allow to negotiate dependency descriptor rtp header extension by Danil Chapovalov · 4 years, 5 months ago
  65. ff61f3a Fix + test copying of fixed-sized ArrayView rvalues by Karl Wiberg · 4 years, 4 months ago
  66. 6038383 [Overuse] Separate getting adaptation target from applying it. by Henrik Boström · 4 years, 4 months ago
  67. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 4 months ago
  68. c62e4c5 Test copying of variable-sized ArrayView rvalues by Karl Wiberg · 4 years, 4 months ago
  69. 63288e3 Whitespace change to kick bots. by Patrik Höglund · 4 years, 5 months ago
  70. 56c2179 Roll chromium_revision dcd1a26c92..45a3ae9739 (745220:745356) by chromium-webrtc-autoroll · 4 years, 4 months ago
  71. b5eeba1 Roll chromium_revision 4ed2234c93..dcd1a26c92 (745105:745220) by chromium-webrtc-autoroll · 4 years, 4 months ago
  72. e3e07bf Introduce frame transformer interfaces for Insertable Streams Web API. by Marina Ciocea · 4 years, 4 months ago
  73. a16da49 Roll chromium_revision 4f8e062e9c..4ed2234c93 (744969:745105) by chromium-webrtc-autoroll · 4 years, 4 months ago
  74. 729310a iSAC fixed|float encoder fuzzers by Alessio Bazzica · 4 years, 4 months ago
  75. 02b76bd Opus Encoder fuzzer: separate target for FuzzAudioEncoder by Alessio Bazzica · 4 years, 4 months ago
  76. 7c1ac76 Adds binary proto ANA support in scenario tests. by Sebastian Jansson · 4 years, 4 months ago
  77. 8ad3427 Use the last video stream for scenario tests stats. by Sebastian Jansson · 4 years, 4 months ago
  78. 14273de Make ProcessThread be a TaskQueue implementation by Danil Chapovalov · 4 years, 4 months ago
  79. a7382f7 iSAC API wrapper unit test fix by Alessio Bazzica · 4 years, 4 months ago
  80. 4a6f818 Add ability to enable AV sync in PC level tests by Artem Titov · 4 years, 4 months ago
  81. 8e7d4bf Remove deprecated "description" field of cricket::ContentInfo by Harald Alvestrand · 4 years, 5 months ago
  82. c93595b Allow REMB messages to be sent immediately in RtcpTransceiver by Per Kjellander · 4 years, 4 months ago
  83. eed48b8 Disable PeerScenarioQualityTest.PsnrIsCollected on windows. by Sebastian Jansson · 4 years, 4 months ago
  84. 3e1b7f3 Roll chromium_revision 7c2b6c4e24..4f8e062e9c (744850:744969) by chromium-webrtc-autoroll · 4 years, 4 months ago
  85. 40b764a VideoSendStreamTest: remove unused array and member. by Åsa Persson · 4 years, 5 months ago
  86. 361a0c6 Roll chromium_revision 95bde2f246..7c2b6c4e24 (744714:744850) by chromium-webrtc-autoroll · 4 years, 5 months ago
  87. e952b78 Reland "Reland "Reland "Reland "Reland "Implemented screen enumeration and selection for desktop capture under X11 using the X Resize and Rotate extension version 1.5.""""" by Trevor Hayes · 4 years, 5 months ago
  88. 206d467 Roll chromium_revision 0bba1cecba..95bde2f246 (744590:744714) by chromium-webrtc-autoroll · 4 years, 5 months ago
  89. 9731a14 Improve logging for UpdateActiveSimulcastLayers. by Rasmus Brandt · 4 years, 5 months ago
  90. 4f34d78 Report available instead of encoding bitrate to VideoEncoderSelector. by Mirta Dvornicic · 4 years, 5 months ago
  91. e6994bc Whitespace change to kick bots. by Patrik Höglund · 4 years, 5 months ago
  92. 85a926d Roll chromium_revision 159524df35..0bba1cecba (744393:744590) by chromium-webrtc-autoroll · 4 years, 5 months ago
  93. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 5 months ago
  94. 8a24c03 Remove deprecated AddContent function in session_description.h by Harald Alvestrand · 4 years, 5 months ago
  95. 7f68bcb Roll chromium_revision e1d61e44ca..159524df35 (744256:744393) by chromium-webrtc-autoroll · 4 years, 5 months ago
  96. a6db9c8 Rename NetworkPriority to just Priority by Taylor Brandstetter · 4 years, 5 months ago
  97. 422f9dd Conditionally use OPUS_GET_IN_DTX if available by Tom Anderson · 4 years, 5 months ago
  98. d6fb409 [Overuse] Make some should-be-const methods const. by Henrik Boström · 4 years, 5 months ago
  99. aa6fbc1 Support injecting new Resources for overuse by Evan Shrubsole · 4 years, 5 months ago
  100. 0165d5c Adding deadbeef back to OWNERS files by Taylor Brandstetter · 4 years, 5 months ago