Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
125b5d6ffb98a1c4dfada7bf0418d4db2cced579
/
video
/
video_send_stream.cc
0b69826
Don't inject worker queue into send streams.
by Sebastian Jansson
· 6 years ago
8fb1a6a
Delete a few return values from audio streams and video send streams.
by Niels Möller
· 6 years ago
1aa7581
Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask
by Danil Chapovalov
· 6 years ago
572c60f
Injecting Clock into video senders.
by Sebastian Jansson
· 6 years ago
74682c1
Inject TaskQueueFactory to video streams.
by Sebastian Jansson
· 6 years ago
4687915
Enable use of MediaTransportInterface for video streams.
by Niels Möller
· 6 years ago
412d185
Delete pre_encode_callback from VideoSendStream::Config
by Niels Möller
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
c2ebe21
Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`"
by Jiawei Ou
· 6 years ago
bdc6c40
Add field trial for target bitrate RTCP XR message.
by Rasmus Brandt
· 6 years ago
c572ff3
Add default constructor for rtc::Event
by Niels Möller
· 6 years ago
59844ce
Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`."
by Qingsi Wang
· 6 years ago
be14217
Use the factory instead of using the builtin code path in `VideoCodecInitializer`.
by Jiawei Ou
· 6 years ago
67b011d
Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream
by Niels Möller
· 6 years ago
64be7fa
Move FecController to RtpVideoSender.
by Stefan Holmer
· 6 years ago
7b18992
Move RtpHeaderExtensionMap::GetTotalLengthInBytes into own file
by Danil Chapovalov
· 6 years ago
1beef1a
Delete VideoSendStream::EnableEncodedFrameRecording.
by Niels Möller
· 6 years ago
213618e
New api function CreateVideoStreamEncoder.
by Niels Möller
· 6 years ago
dbdb3a0
Refactoring PayloadRouter.
by Stefan Holmer
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
b9b146c
Replace rtc::Optional with absl::optional in audio, call and video
by Danil Chapovalov
· 7 years ago
0327c2d
Move VideoStreamEncoderInterface to api/.
by Niels Möller
· 7 years ago
f133856
Delete nack_enabled flag in encoder configuration.
by Niels Möller
· 7 years ago
4db138e
Reland "Move creating encoder to VideoStreamEncoder."
by Niels Möller
· 7 years ago
8e0b15b
Moves VideoSendStreamImpl to a separate file.
by Sebastian Jansson
· 7 years ago
0d650b4
Revert "Move creating encoder to VideoStreamEncoder."
by Niels Moller
· 7 years ago
fb82fcc
Move creating encoder to VideoStreamEncoder.
by Niels Möller
· 7 years ago
f0482ea
Add MID sending to FlexfecSender
by Steve Anton
· 7 years ago
d1f7eb6
Postpone setting of CpuOveruseOptions.
by Niels Möller
· 7 years ago
259a497
Reland "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
6c2c13a
Revert "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
8668496
Adding layering configurator and rate allocator for VP9 SVC.
by Sergey Silkin
· 7 years ago
38c5d93
Reduce locking for CallStats (preparation for TaskQueue).
by Tommi
· 7 years ago
bb50ce5
Wire up MID send value to the PeerConnection API
by Steve Anton
· 7 years ago
04dd176
Reland "Move rtp-specific config out of EncoderSettings."
by Niels Möller
· 7 years ago
a9d988d
Update VideoSendStreamImpl for configuration transition.
by Niels Möller
· 7 years ago
296a0ce
Add MID sending to RTPSender
by Steve Anton
· 7 years ago
8be087f
Update payload_type DCHECKS.
by Niels Möller
· 7 years ago
12d6a49
Add payload_name and payload_type to VideoSendStream::Config::Rtp.
by Niels Möller
· 7 years ago
ccd1523
Reporting packet feedback availability in VideoSendStream
by Sebastian Jansson
· 7 years ago
92be1ca
Revert "Move rtp-specific config out of EncoderSettings."
by Niels Moller
· 7 years ago
bc900cb
Move rtp-specific config out of EncoderSettings.
by Niels Möller
· 7 years ago
1d037ae
Don't crash in SingleNalu packetization for h264 if no space in packet
by Ilya Nikolaevskiy
· 7 years ago
63b7574
Add check for negative max bitrate in VideoSendStream.
by Sebastian Jansson
· 7 years ago
1b2e90b
Replaced DestructAndGetRtpStateTask with lambda.
by Sebastian Jansson
· 7 years ago
e4d79c7
Replaced EncoderReconfiguredTask with lambda.
by Sebastian Jansson
· 7 years ago
0133d46
Use a smaller size of sequence number set, to improve performance
by Ying Wang
· 7 years ago
a796a7e
Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers."
by Sergey Silkin
· 7 years ago
25e5110
Explicit injection of rate limiter in VideoSendStream.
by Sebastian Jansson
· 7 years ago
2cb26a6
Reset pacing settings after exiting from screenshare
by Ilya Nikolaevskiy
· 7 years ago
e27e0ac
Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers."
by Philip Eliasson
· 7 years ago
d2ed0a4
Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers.
by Sergey Silkin
· 7 years ago
3c24ea8
Removed SetTransportOverhead in transport controller.
by Sebastian Jansson
· 7 years ago
06b83aa
Replaced VideoSendStream::ConstructionTask with lambda
by Sebastian Jansson
· 7 years ago
0dd1b0a
Revert "Revert "Enables PeerConnectionFactory using external fec controller""
by Ying Wang
· 7 years ago
45d725d
Support sending flexfec and simulcast together.
by Danil Chapovalov
· 7 years ago
9d138fc
Drop dependency of common_video on api:libjingle_peerconnection_api.
by Niels Möller
· 7 years ago
e551ddd
Propagate custom rtcp intervals in VideoSendStream
by Danil Chapovalov
· 7 years ago
4c1ffb8
Removing access to pacer in rtp controller.
by Sebastian Jansson
· 7 years ago
e4be6da
Removing access to send side cc in rtp controller.
by Sebastian Jansson
· 7 years ago
0073301
Revert "Enables PeerConnectionFactory using external fec controller"
by Taylor Brandstetter
· 7 years ago
4f07bdb
Enables PeerConnectionFactory using external fec controller
by Ying Wang
· 7 years ago
ea86bb7
Revert "Revert "Revert "Reland "Moved congestion controller to task queue.""""
by Sebastian Jansson
· 7 years ago
65792c5
Revert "Revert "Reland "Moved congestion controller to task queue."""
by Sebastian Jansson
· 7 years ago
4e849f6
Revert "Reland "Moved congestion controller to task queue.""
by Danil Chapovalov
· 7 years ago
73f29cb
Move creation of OveruseFrameDetector to VideoSendStream.
by Niels Möller
· 7 years ago
57daeb7
Reland "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
cc7125f
Sets sending status for active RtpRtcp modules.
by Seth Hampson
· 7 years ago
5a503b0
Revert "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
0cbcba7
Moved congestion controller to task queue.
by Sebastian Jansson
· 7 years ago
3587b83
Make RTCP report interval configurable
by Jiawei Ou
· 7 years ago
8ed653d
Do not register VideoSendStream to PacketFeedbackObserver when the current FEC controller do not use Loss Vector Mask.
by Ying Wang
· 7 years ago
3b790f3
Make fec controller plug-able.
by Ying Wang
· 7 years ago
46e31ba
Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer."
by Seth Hampson
· 7 years ago
a45c8da
Removed GetPacingFactor from PacedSender.
by Sebastian Jansson
· 7 years ago
0f17f9c
Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer."
by Lu Liu
· 7 years ago
18c4261
Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer.
by Seth Hampson
· 7 years ago
cabe383
Moved ALR experiment settings to new experiments folder.
by Sebastian Jansson
· 7 years ago
8e07c13
Optional: Use nullopt and implicit construction in /video
by Oskar Sundbom
· 7 years ago
24722b3
Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator."
by Seth Hampson
· 7 years ago
38a31b0
Revert "Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"""
by Ying Wang
· 7 years ago
718d863
Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback""
by Ying Wang
· 7 years ago
8b77aea
Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator."
by Lu Liu
· 7 years ago
d2b912a
Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator.
by Seth Hampson
· 7 years ago
53d9013
Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"
by Jonathan Yu
· 7 years ago
e58e91b
Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback
by Ying Wang
· 7 years ago
6b642f7
Delete EncodedFrameObserver::OnEncodeTiming.
by Niels Möller
· 7 years ago
8d9c540
Deprecated BitrateController::CreateRtcpBandwidthObserver.
by Sebastian Jansson
· 7 years ago
45bbc8a
Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate.
by Åsa Persson
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
a056599
Delete VCMSendStatisticsCallback and corresponding use of ProcessThread
by Niels Möller
· 7 years ago
7c8cca3
Add check for send-side bwe before applying alr settings
by Erik Språng
· 7 years ago
b3944f0
Media track ID visibility at BWE level
by Alex Narest
· 7 years ago
4bece9a
Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled.
by Åsa Persson
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/video/video_send_stream.cc]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 7 years ago
5212700
Removing dependencies on stub headers within WebRTC.
by mbonadei
· 7 years ago
Next »