1. bbff58d Introduce "well-known" SdpVideoFormat codecs by Philipp Hancke · 11 months ago
  2. 97df932 Remove multiplex codec. by Markus Handell · 11 months ago
  3. 4f63ea4 Deprecate VP8Decoder::Create by Danil Chapovalov · 11 months ago
  4. 4636419 Propagate webrtc::Environment through MultiplexDecoderAdapter by Danil Chapovalov · 12 months ago
  5. 61b1f53 Extend test::FunctionVideoDecoderFactory to propagate Environment by Danil Chapovalov · 12 months ago
  6. 7b5741c Update remaining test utilities to create Call with Environment by Danil Chapovalov · 1 year, 2 months ago
  7. c03d8b6 Update CallTests to create Call using Environment by Danil Chapovalov · 1 year, 2 months ago
  8. a3ce407 Cleanup Call construction by Danil Chapovalov · 1 year, 3 months ago
  9. 030c6ff Revert "Always use AV1 specific bitrate limits when spatial layers are used." by Philip Eliasson · 1 year, 4 months ago
  10. d2d165d Always use AV1 specific bitrate limits when spatial layers are used. by philipel · 1 year, 5 months ago
  11. d43af91 Remove internal overrides using old SendRtp and SendRtcp interfaces. by Harald Alvestrand · 1 year, 5 months ago
  12. 34d82df Use ArrayView versions of SendRtp and SendRtcp by Harald Alvestrand · 1 year, 6 months ago
  13. 00f1122 Remove extra usage of video-content-type header extension by Harald Alvestrand · 1 year, 6 months ago
  14. f92cc6d Reland: FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 7 months ago
  15. 2d7ccb4 Revert "FrameGeneratorCapturer: don't generate video before Start is called" by Mirko Bonadei · 1 year, 7 months ago
  16. 00a8576 FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 7 months ago
  17. 5278b39 Add H264Encoder::Create() by Florent Castelli · 1 year, 8 months ago
  18. f0820ff Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay by Rasmus Brandt · 1 year, 8 months ago
  19. 621cb29 Fix video version of RTCInboundRtpStreamStats.jitterBufferDelay to obey spec. by Rasmus Brandt · 1 year, 8 months ago
  20. 7220ee9 Format the rest by Jared Siskin · 1 year, 9 months ago
  21. 8a9f3a8 Reland "Remove dependency of video_replay on TestADM." by Artem Titov · 1 year, 9 months ago
  22. f9e3bdd Revert "Remove dependency of video_replay on TestADM." by Jeremy Leconte · 1 year, 9 months ago
  23. 0171666 Remove dependency of video_replay on TestADM. by Artem Titov · 1 year, 9 months ago
  24. 014b244 Keep SVC max bitrate if number of spatial layers are reduced. by Åsa Persson · 1 year, 10 months ago
  25. 12910ca Apply resolution-bitrate limits collected from field trial (cl/294600) for AV1. by Michael Horowitz · 1 year, 10 months ago
  26. 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years ago
  27. 664cf14 Reland "Delete PacketReceiver::DeliverPacket from all implementations" by Per K · 2 years ago
  28. f2a083f Revert "Delete PacketReceiver::DeliverPacket from all implementations" by Andrey Logvin · 2 years ago
  29. 897ea04 Delete PacketReceiver::DeliverPacket from all implementations by Per K · 2 years ago
  30. 89870ff Reland "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years ago
  31. 3e61f88 Revert "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years ago
  32. 3b96f2c Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp by Per K · 2 years ago
  33. 4885de4 Remove test workaround to catch scenario when packet is resent before sent by Danil Chapovalov · 2 years, 1 month ago
  34. 43d4eee [Unwrap] Migrate rtp_rtcp_tests to RtpSequenceNumberUnwrapper by Evan Shrubsole · 2 years ago
  35. 5d8b49b [Unwrap] Migrate transport_feedback_tests to RtpSequenceNumberUnwrapper by Evan Shrubsole · 2 years ago
  36. 9253240 Reland "Remove use of ReceiveStreamRtpConfig:transport_cc" by Per K · 2 years, 1 month ago
  37. be5c713 Revert "Remove use of ReceiveStreamRtpConfig:transport_cc" by Olga Sharonova · 2 years, 1 month ago
  38. 97ba853 Remove use of ReceiveStreamRtpConfig:transport_cc by Per K · 2 years, 1 month ago
  39. 7ade9b2 Fix RecoversWithFlexfecAndNack flakiness by Jeremy Leconte · 2 years, 1 month ago
  40. 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 3 months ago
  41. 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 4 months ago
  42. 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 4 months ago
  43. 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 4 months ago
  44. eb3307f Revert "cleanup obsolete sps-pps-idr field trial" by Erik Språng · 2 years, 5 months ago
  45. 4f79b1d cleanup obsolete sps-pps-idr field trial by Philipp Hancke · 2 years, 5 months ago
  46. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 5 months ago
  47. f4f2287 CallTest: migrate timeouts to TimeDelta. by Markus Handell · 2 years, 5 months ago
  48. e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 5 months ago
  49. 95eeaa7 Migrate video/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 7 months ago
  50. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 7 months ago
  51. 3176ef7 Rename AudioReceiveStream to AudioReceiveStreamInterface by Tommi · 2 years, 8 months ago
  52. f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 8 months ago
  53. 2ee3e4d Use resolution bitrate limits if one spatial layer is configured via scalability mode. by Asa Persson · 2 years, 8 months ago
  54. c0a9f35 Define SimulcastStream as an alias for SpatialLayer by Niels Möller · 2 years, 8 months ago
  55. ae2f39c Refactor ResolutionBitrateLimitsTest by Niels Möller · 2 years, 8 months ago
  56. b3517fe Remove RefCountedObject dependency from FakeFrameDecryptor by Tomas Gunnarsson · 2 years, 10 months ago
  57. 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 2 years, 10 months ago
  58. 6d05797 StatsEndToEndTests: Remove unneeded fake renderer in tests. by Asa Persson · 3 years, 2 months ago
  59. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
  60. 069539e StatsEndToEndTest.VerifyNackStats: Fix flaky test. by Asa Persson · 3 years, 2 months ago
  61. c86e1c2 StatsEndToEndTest.TestReceivedRtpPacketStats: Fix flaky test. by Asa Persson · 3 years, 2 months ago
  62. 3da2577 BandwidthEndToEndTest.RembWithSendSideBwe: fix UAF. by Markus Handell · 3 years, 3 months ago
  63. f135800 Roll chromium_revision 47dc8e2f50..680b7dae9d (912091:912910) by Mirko Bonadei · 3 years, 5 months ago
  64. ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 6 months ago
  65. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 7 months ago
  66. 00ca004 Unify helpers IsRtpPacket and IsRtcpPacket by Danil Chapovalov · 3 years, 7 months ago
  67. 885d538 ModuleRtpRtcpImpl2: remove RTCP send polling. by Markus Handell · 3 years, 7 months ago
  68. 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 7 months ago
  69. 47f5f8c Reduce usage of RtpHeaderParser::CreateForTest in favor of RtpPacket by Danil Chapovalov · 3 years, 8 months ago
  70. ea7474e Remove redundant VideoSendStream::rtcp_stats field by Danil Chapovalov · 3 years, 8 months ago
  71. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 9 months ago
  72. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 9 months ago
  73. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 9 months ago
  74. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 9 months ago
  75. 4a4273b VP9 ResolutionBitrateLimits: If bitrates are configured, use intersection. by Åsa Persson · 3 years, 11 months ago
  76. 2accc7d Revert "Add task queue to RtpRtcpInterface::Configuration." by Niels Moller · 4 years ago
  77. f23e214 Add task queue to RtpRtcpInterface::Configuration. by Niels Möller · 4 years ago
  78. b03b6c8 Move setting of encoder bitrate allocation callback type to VideoSendStream by Per Kjellander · 4 years, 1 month ago
  79. 47a03e8 Default enable sending transport sequence numbers on audio packets. by Jakob Ivarsson · 4 years, 2 months ago
  80. dcef641 Stop using VideoBitrateAllocationObserver in VideoStreamEncoder. by Per Kjellander · 4 years, 4 months ago
  81. 3e3e166 Migrates probing end-to-end test to scenario test. by Erik Språng · 4 years, 4 months ago
  82. 3c65a2b Cleans up code related to video packetization overhead. by Erik Språng · 4 years, 4 months ago
  83. 81d6918 SsrcEndToEndTest: Configure bitrate via VideoEncoderConfig. by Åsa Persson · 4 years, 4 months ago
  84. 2b068ce Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 6 months ago
  85. a4f23ad Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 6 months ago
  86. acb9d83 Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory. by philipel · 4 years, 6 months ago
  87. 95e659d Replace individual encoder/decoder factories with a single encoder/decoder factory in MultiCodecReceiveTests. by philipel · 4 years, 6 months ago
  88. 9bbff07 Migrate video/adaptation and video/end_to_end_tests to webrtc::Mutex. by Markus Handell · 4 years, 7 months ago
  89. f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 8 months ago
  90. 636865e Delete field trial WebRTC-GenericDescriptor by Danil Chapovalov · 4 years, 8 months ago
  91. fae0562 Deprecate the static RtpRtcp::Create() method. by Tomas Gunnarsson · 4 years, 8 months ago
  92. 3a5742c Add thread/sequence checks to ModuleRtpRtcpImpl. by Tommi · 4 years, 8 months ago
  93. 3c9bcc1 Reland of the test portion of: by Tommi · 4 years, 9 months ago
  94. 16cc9ef Revert "Preparation for ReceiveStatisticsProxy lock reduction." by Artem Titov · 4 years, 10 months ago
  95. 24eed27 Preparation for ReceiveStatisticsProxy lock reduction. by Tommi · 4 years, 10 months ago
  96. 99eb20b StatsEndToEndTest: Configure bitrate via VideoEncoderConfig. by Åsa Persson · 5 years ago
  97. ce515f7 Add an integration test frame encryption works with DependencyDescriptor by Danil Chapovalov · 5 years ago
  98. 0f6bf75 Make video engine tests aware of padding packets by Danil Chapovalov · 5 years ago
  99. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 5 years ago
  100. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago