Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
9cd53b4910be64157b0afbd915bc422baf86c723
/
video
/
video_send_stream.h
df5e4e0
Merge of ThreadChecker and SequencedTaskChecker.
by Sebastian Jansson
· 6 years ago
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
572c60f
Injecting Clock into video senders.
by Sebastian Jansson
· 6 years ago
74682c1
Inject TaskQueueFactory to video streams.
by Sebastian Jansson
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
7d92de6
Deprecating legacy SendSideCongestionController.
by Sebastian Jansson
· 6 years ago
67b011d
Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream
by Niels Möller
· 6 years ago
4dc66c5
Move EncodedImage class to api/video/
by Niels Möller
· 6 years ago
64be7fa
Move FecController to RtpVideoSender.
by Stefan Holmer
· 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
9416ef8
Rename PayloadRouter to RtpVideoSender.
by Stefan Holmer
· 6 years ago
dbdb3a0
Refactoring PayloadRouter.
by Stefan Holmer
· 6 years ago
a2f1533
Moved PayloadRouter to call/.
by Stefan Holmer
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
b9b146c
Replace rtc::Optional with absl::optional in audio, call and video
by Danil Chapovalov
· 6 years ago
4c8811b
Delete some obsolete forward declarations
by Niels Möller
· 6 years ago
8e0b15b
Moves VideoSendStreamImpl to a separate file.
by Sebastian Jansson
· 7 years ago
25e5110
Explicit injection of rate limiter in VideoSendStream.
by Sebastian Jansson
· 7 years ago
9d138fc
Drop dependency of common_video on api:libjingle_peerconnection_api.
by Niels Möller
· 7 years ago
cc7125f
Sets sending status for active RtpRtcp modules.
by Seth Hampson
· 7 years ago
3b790f3
Make fec controller plug-able.
by Ying Wang
· 7 years ago
a45c8da
Removed GetPacingFactor from PacedSender.
by Sebastian Jansson
· 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
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
4bece9a
Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled.
by Åsa Persson
· 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.h]
440b6d9
Move video send/receive stream headers to webrtc/call.
by aleloi
· 7 years ago
db2a9fc
Wire up RTP keep-alive in ortc api.
by sprang
· 7 years ago
cc3d442
Rename ViEEncoder to VideoStreamEncoder
by mflodman
· 7 years ago
e5c4a81
Move RTP keep-alive config from VideoSendStream::Config to Call::Config
by sprang
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 7 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 7 years ago
0584331
Delete VieRemb class, move functionality to PacketRouter.
by nisse
· 8 years ago
b8f9a32
Define RtpTransportControllerSendInterface.
by nisse
· 8 years ago
559af38
Split CongestionController into send- and receive-side classes.
by nisse
· 8 years ago
f24a064
Recreate WebrtcVideoSendStream if screen content setting is changed.
by sprang
· 8 years ago
284542b
Make OverheadObserver::OnOverheadChanged count RTP headers only
by nisse
· 8 years ago
0245da0
Move ownership of PacketRouter from CongestionController to Call.
by nisse
· 8 years ago
79e0588
Set actual transport overhead in rtp_rtcp
by michaelt
· 8 years ago
b4bc65b
Fix circular dependency between call and video receive stream.
by stefan
· 8 years ago
803d97f
Let ViEEncoder express resolution requests as Sinkwants.
by perkj
· 8 years ago
15d8357
Remove OnLocalSsrcChanged and rename EncoderStateFeedback.
by mflodman
· 8 years ago
e75f204
Expose Ivf logging through the native API
by palmkvist
· 8 years ago
a49cbd3
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
9fdbda6
Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ )
by perkj
· 8 years ago
95a226f
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
26091b1
This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads.
by perkj
· 8 years ago
8eb37a3
Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ )
by perkj
· 8 years ago
cc16836
- Add task queue to Call with the intent of replacing the use of one of the process threads.
by perkj
· 8 years ago
525df3f
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 8 years ago
51db4dd
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ )
by sergeyu
· 8 years ago
4c7f4cd
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 8 years ago
ac4dc2c
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ )
by sergeyu
· 8 years ago
ad34dbe
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 8 years ago
9b522f8
Add more logging about the bwe state and VideoSendStream state.
by perkj
· 8 years ago
f5b2e51
Fix stats for encoder target bitrate when target rate is zero.
by perkj
· 8 years ago
48a4beb
Auto pause video streams based on encoder target bitrate.
by mflodman
· 8 years ago
57c21f9
Remove ViEEncoder::Pause / Start
by perkj
· 8 years ago
71ee44c
This cl:
by perkj
· 8 years ago
37ad337
Remove EncodedFrameCallbackAdapter.
by sergeyu
· 8 years ago
69b332d
Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender.
by Per
· 8 years ago
adafe0b
Properly wire up the event log to the VideoSendStream.
by terelius
· 8 years ago
600246e
Removed SSRC knowledge from ViEEncoder.
by perkj
· 9 years ago
cfc8e3b
Removed all RTP dependencies from ViEChannel and renamed class.
by mflodman
· 9 years ago
35151f3
Add histogram stats for average send delay of sent packets for a sent video stream. The delay is measured from a packet is sent to the transport until leaving the socket.
by asapersson
· 9 years ago
bc75d97
Remove PayloadRouter dependency from ViEEncoder.
by perkj
· 9 years ago
1ba8d39
Remove webrtc/stream.h and unutilized inheritance.
by pbos
· 9 years ago
bfefb03
Replace scoped_ptr with unique_ptr everywhere
by kwiberg
· 9 years ago
cd5c25c
Use vcm::VideoSender in ViEEncoder.
by Peter Boström
· 9 years ago
14fe708
Reland of Initialize/configure video encoders asychronously. (patchset #1 id:1 of https://codereview.webrtc.org/1821983002/ )
by pbos
· 9 years ago
83d0910
Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream.
by Per
· 9 years ago
81cbd92
Revert of Initialize/configure video encoders asychronously. (patchset #4 id:60001 of https://codereview.webrtc.org/1757313002/ )
by Peter Boström
· 9 years ago
fb647a6
Initialize/configure video encoders asychronously.
by Peter Boström
· 9 years ago
86aabb2
Move BitrateAllocator reference from ViEEncoder to VideoSendStream.
by mflodman
· 9 years ago
a4c7688
Move encoder thread to VideoSendStream.
by Peter Boström
· 9 years ago
905f8e7
Make ReconfigureVideoEncoder void.
by Peter Boström
· 9 years ago
012f8c0
Remove unused encoder_config_ variable.
by Peter Boström
· 9 years ago
723ead8
Move simple RtpRtcp calls to VideoSendStream.
by Peter Boström
· 9 years ago
e2d83d6
Use CallStats for RTT in Call, rather than VideoSendStream::GetRtt()
by sprang
· 9 years ago
bad7804
Remove unused VideoSendStream TransportAdapter.
by Peter Boström
· 9 years ago
579e832
Fix race on VCM protection callback.
by Peter Boström
· 9 years ago
1f7d77f
Extract send-side ViEReceiver calls.
by Peter Boström
· 9 years ago
8c66a00
Initialize VideoSendStream members in constructor.
by Peter Boström
· 9 years ago
58c664c
Clean up of CongestionController.
by Stefan Holmer
· 9 years ago
1d04ac6
Untangle ViEChannel and ViEEncoder.
by Peter Boström
· 9 years ago
e449915
Measure encoding time on encode callbacks.
by Peter Boström
· 9 years ago
97888bd
Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video.
by Tommi
· 9 years ago
0e7e259
Move BitrateAllocator from BitrateController logic to Call.
by mflodman
· 9 years ago
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
373284d
Make SendStatisticsProxy outlive ViEChannel.
by Peter Boström
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
0c478b3
Rename ChannelGroup to CongestionController and move to webrtc/call/.
by mflodman
· 9 years ago
e378702
ChannelGroup cleanup.
by mflodman
· 9 years ago
0dbf009
Remove the video channel id completely.
by mflodman
· 9 years ago
Next »