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