1. 31718d7 Reland "Add option to disable quality scaling for AV1." by philipel · 1 year, 4 months ago
  2. 83102d3 Revert "Add option to disable quality scaling for AV1." by Philip Eliasson · 1 year, 4 months ago
  3. 446dbc6 Add option to disable quality scaling for AV1. by philipel · 1 year, 5 months ago
  4. 5866e1a Rename Set(Send|Recv)Parameters Set(Sender|Receiver)Parameters by Philipp Hancke · 1 year, 5 months ago
  5. 82c56ca Request keyframe via setParameters by Philipp Hancke · 1 year, 5 months ago
  6. f535971 In RtpSource represent time with Timestamp type instead of int64_t by Danil Chapovalov · 1 year, 5 months ago
  7. 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 10 months ago
  8. d43af91 Remove internal overrides using old SendRtp and SendRtcp interfaces. by Harald Alvestrand · 1 year, 5 months ago
  9. 34d82df Use ArrayView versions of SendRtp and SendRtcp by Harald Alvestrand · 1 year, 6 months ago
  10. a9d5141 Rename cricket::RtpParameters and derived classes by Philipp Hancke · 1 year, 6 months ago
  11. e2dff95 Revert "Clean up WebRTC-FilterAbsSendTimeExtension field trial" by Mirko Bonadei · 1 year, 6 months ago
  12. ebf7111 Clean up WebRTC-FilterAbsSendTimeExtension field trial by Philipp Hancke · 1 year, 7 months ago
  13. cabd77a Remove flexfec-03 killswitch guarding receiving FlexFEC by Philipp Hancke · 1 year, 7 months ago
  14. 84fdf99 Convert Media*Channel to contain a webrtc::Transport by Harald Alvestrand · 1 year, 7 months ago
  15. d20bbc4 Remove CreateMediaChannel calls from webrtc_video_engine_unittest by Florent Castelli · 1 year, 7 months ago
  16. 4e434c3 Remove MediaChannel usage from webrtc_video_engine_unittest by Florent Castelli · 1 year, 7 months ago
  17. ee97e6a Move GetSendCodec() to MediaSendChannelInterface by Florent Castelli · 1 year, 7 months ago
  18. 847208e Remove transitional shim classes by Harald Alvestrand · 1 year, 8 months ago
  19. 8c4b9ea Remove references to AudioCodec and VideoCodec constructors by Florent Castelli · 1 year, 8 months ago
  20. 811e24a Move functionality from AudioCodec and VideoCodec into cricket::Codec by Florent Castelli · 1 year, 8 months ago
  21. f785bd4 Split WebRtcVideoMediaChannel into Send and Receive by Harald Alvestrand · 1 year, 8 months ago
  22. 97c9623 Make a shim object implementing the VideoMediaChannel interface by Harald Alvestrand · 1 year, 8 months ago
  23. f0820ff Implement video versions of RTCInboundRtpStreamStats.jitterBuffer{Target,Minimum}Delay by Rasmus Brandt · 1 year, 8 months ago
  24. 5f32fa4 Delete MediaBaseChannel class by Harald Alvestrand · 1 year, 8 months ago
  25. cfd4cd0 Introduce AddDefaultRecvStreamForTesting to VideoReceiveChannel API by Harald Alvestrand · 1 year, 8 months ago
  26. 621cb29 Fix video version of RTCInboundRtpStreamStats.jitterBufferDelay to obey spec. by Rasmus Brandt · 1 year, 8 months ago
  27. 7924915 Stop decoding video for m-lines which are sendonly or inactive by Philipp Hancke · 1 year, 9 months ago
  28. e90d934 Delete the WebRTC-H264Simulcast/Disabled/ field trial. by Henrik Boström · 1 year, 9 months ago
  29. ea33f7f Cleanup usasge of ReportBlockData::report_block accessor by Danil Chapovalov · 1 year, 9 months ago
  30. f78d1f2 stats: Implement receive RTX stats by Philipp Hancke · 1 year, 9 months ago
  31. 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 9 months ago
  32. 51c632c Use GlobalSimulatedTimeController in more webrtc video engine unittests by Tommi · 1 year, 9 months ago
  33. ec2670e Cleanup ReportBlockData class: use Timestamp and TimeDelta by Danil Chapovalov · 1 year, 10 months ago
  34. 40cb009 Unnest VideoEncoderFactoryTemplate in webrtc_video_engine_unittest.cc by philipel · 1 year, 10 months ago
  35. 44437d3 Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 1 year, 10 months ago
  36. 75ea06f Revert "Ship ability to opt-in to VP9/AV1 simulcast." by Henrik Boström · 1 year, 10 months ago
  37. 75990b9 Ship ability to opt-in to VP9/AV1 simulcast. by Henrik Boström · 1 year, 10 months ago
  38. 28c4986 WebRTCVideoChannel::OnPacketReceived: avoid PostTasks. by Markus Handell · 1 year, 11 months ago
  39. 16579cc Change MediaChannel to have a Role parameter by Harald Alvestrand · 2 years ago
  40. c5455e7 Allow RTX ssrc to be updated on receive streams by Per K · 2 years ago
  41. 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years ago
  42. 438b5b4 WebRtcVideoChannel creates default stream with dummy SSRC on received RTX packet. by Per K · 2 years ago
  43. e6b4cbe Add SVC fallback. by Åsa Persson · 2 years ago
  44. 89ca299 Use parsed packet from RtpTransport::DemuxPacket in engine and call by Per K · 2 years ago
  45. 17c4ca8 Use RtpPacketReceived in media/engine/webrtc_video_engine_unittest.cc by Per K · 2 years, 1 month ago
  46. 1251c64 Split stats generation for MediaChannel into sender and receiver APIs by Harald Alvestrand · 2 years, 1 month ago
  47. 9253240 Reland "Remove use of ReceiveStreamRtpConfig:transport_cc" by Per K · 2 years, 1 month ago
  48. be5c713 Revert "Remove use of ReceiveStreamRtpConfig:transport_cc" by Olga Sharonova · 2 years, 1 month ago
  49. 97ba853 Remove use of ReceiveStreamRtpConfig:transport_cc by Per K · 2 years, 1 month ago
  50. d3ac3b6 Remove AsSendChannel/AsReceiveChannel methods by Harald Alvestrand · 2 years, 1 month ago
  51. c0d44d9 Split audio and video channels into Send and Receive APIs. by Harald Alvestrand · 2 years, 1 month ago
  52. acabb36 pc: Add asynchronous RtpSender::SetParameters() call by Florent Castelli · 2 years, 3 months ago
  53. 262d9cc [Stats] Fix outbound-rtp.active bug in SVC. by Henrik Boström · 2 years, 3 months ago
  54. d819921 [Stats] Update totalPacketSendDelay to only cover time in pacer queue. by Henrik Boström · 2 years, 3 months ago
  55. 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 3 months ago
  56. d119663 Recreate default receive stream when unsignaled ssrc for rtx is received by Sergio Garcia Murillo · 2 years, 3 months ago
  57. 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 4 months ago
  58. bb591c4 Change the default setting for PreStreamDecoders/LazyDecoderCreation by Johannes Kron · 2 years, 4 months ago
  59. 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 4 months ago
  60. 7aaeb5a Create pre-allocated decoders on the decoder thread. by Erik Språng · 2 years, 5 months ago
  61. dfc4d81 [WebRtcVideoReceiveStream] Construct flexfec stream on demand. by Tommi · 2 years, 6 months ago
  62. 185f10c [WebRtcVideoReceiveStream] Add ability to config flexfec post init. by Tommi · 2 years, 6 months ago
  63. a3f2e72 Fix potential UAF in unit test. by Erik Språng · 2 years, 6 months ago
  64. 5793ed8 Remove unused field trial WebRTC-SendBufferSizeBytes by Erik Språng · 2 years, 6 months ago
  65. d460c31 Make sure VideoStream target bitrate is not higher than max. by Erik Språng · 2 years, 6 months ago
  66. b6ff84b Reland "When VP9 SVC is used, use SvcConfig to set max bitrate for the stream." by Erik Språng · 2 years, 7 months ago
  67. 4f1af11 Revert "When VP9 SVC is used, use SvcConfig to set max bitrate for the stream." by Erik Språng · 2 years, 7 months ago
  68. c8152fe Update/delete old TODOs by Niels Möller · 2 years, 7 months ago
  69. 3afb8e2 When VP9 SVC is used, use SvcConfig to set max bitrate for the stream. by Erik Språng · 2 years, 7 months ago
  70. d970b09 measure decode time in TimeDelta instead of ms by Philipp Hancke · 2 years, 7 months ago
  71. 6545516 RtpSenderInterface::SetEncoderSelector by Jonas Oreland · 2 years, 8 months ago
  72. a136ed4 Add SetTransportCc to ReceiveStreamInterface. by Tommi · 2 years, 8 months ago
  73. 485457f Delete ChannelManager class by Harald Alvestrand · 2 years, 8 months ago
  74. c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 8 months ago
  75. f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 8 months ago
  76. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 8 months ago
  77. 0359ba2 stats: add frame assembly time stats by Philipp Hancke · 2 years, 9 months ago
  78. 2698353 Disable quality scaling if multiple spatial layers are requested for VP9 by Asa Persson · 2 years, 9 months ago
  79. 807328f Move frame drop config to VideoCodec and VideoEncoderConfig. by Niels Möller · 2 years, 9 months ago
  80. 8f44ae4 Remove dead code in cricket::FakeVideoRenderer by Danil Chapovalov · 2 years, 9 months ago
  81. cb7c736 Separate reading remote_ssrc from using the rtp_config() getter. by Tommi · 2 years, 9 months ago
  82. 536f587 Revert "Calculate video stream max bitrate using expression." by Erik Språng · 2 years, 9 months ago
  83. 45361f7 Calculate video stream max bitrate using expression. by Erik Språng · 2 years, 9 months ago
  84. ba2de58 Update audio/, media/, and video/ to not use implicit conversion by Niels Möller · 2 years, 9 months ago
  85. 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 2 years, 11 months ago
  86. 4476b82 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 3/inf by Jonas Oreland · 2 years, 11 months ago
  87. e1cd3ad Switch encoder on init failure by Sergey Silkin · 3 years ago
  88. 42bf2c6 Put current send codec to front of codecs list in RTP sender parameters by Sergey Silkin · 3 years ago
  89. 5065e5b Don't configure frame dropping externally for screenshare. by Erik Språng · 3 years, 1 month ago
  90. 68f06af WebRtcVideoChannelBaseTest.InvalidRecvBufferSize: fix UAF. by Markus Handell · 3 years, 2 months ago
  91. 13d1636 Delete support for has_internal_source by Niels Möller · 3 years, 2 months ago
  92. efe46b6 Change the type of RTCVideoSourceStats.framesPerSecond by Byoungchan Lee · 3 years, 3 months ago
  93. ee03431 WebRtcVideoEngineTest: use simulated time. by Markus Handell · 3 years, 3 months ago
  94. 83d6679 Removed unused WebRTC-SupportVP9SVC field trial. by philipel · 3 years, 3 months ago
  95. e5e78c4 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 3 months ago
  96. b9b0890 Fix error adding receive stream after packet received from non-primary SSRC. by Taylor Brandstetter · 3 years, 5 months ago
  97. 1f38a38 Add ability to set rtp header extensions without recreating streams. by Tommi · 3 years, 5 months ago
  98. fb19596 Allow setting different number of temporal layers per simulcast layer. by Åsa Persson · 3 years, 5 months ago
  99. 37f664f Use backticks not vertical bars to denote variables in comments for /media by Artem Titov · 3 years, 6 months ago
  100. 99a71f4 Move helpers to parse base rtp packet fields to rtp_rtcp module by Danil Chapovalov · 3 years, 6 months ago