Sign in
webrtc
/
src
/
66492210e57ee8efce2ad4d45a8781df1fcaa5e3
/
webrtc
/
video
/
video_send_stream.cc
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
2e5cfcd
Add periodic logging of video stats.
by asapersson
· 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
cd349d9
Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ )
by sprang
· 9 years ago
c2c24f7
Remove frame rate and target bitrate from ProtectionBitrateCalculator::SetEncodingData
by perkj
· 9 years ago
a49f110
Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ )
by aluebs
· 9 years ago
05ce4ae
Reland Issue 2061423003: Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
e5dd441
Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ )
by sprang
· 9 years ago
5fc59e8
Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
9b522f8
Add more logging about the bwe state and VideoSendStream state.
by perkj
· 9 years ago
9c0b551
Fix bug where min transmit bitrate wasn't working
by sprang
· 9 years ago
f5b2e51
Fix stats for encoder target bitrate when target rate is zero.
by perkj
· 9 years ago
48a4beb
Auto pause video streams based on encoder target bitrate.
by mflodman
· 9 years ago
57c21f9
Remove ViEEncoder::Pause / Start
by perkj
· 9 years ago
3abb764
Avoid unnecessary HW video encoder reconfiguration
by skvlad
· 9 years ago
71ee44c
This cl:
by perkj
· 9 years ago
37ad337
Remove EncodedFrameCallbackAdapter.
by sergeyu
· 9 years ago
101f250
Implementing auto pausing of video streams.
by mflodman
· 9 years ago
8f4c77f
Always send RED headers if configured.
by stefan
· 9 years ago
69b332d
Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender.
by Per
· 9 years ago
6f8d686
Remove use of RtpHeaderExtension and clean up
by isheriff
· 9 years ago
adafe0b
Properly wire up the event log to the VideoSendStream.
by terelius
· 9 years ago
00b9d21
Set ViEEncoder sink_ on construction.
by Peter Boström
· 9 years ago
fea9309
This reland https://codereview.webrtc.org/1932683002/.
by perkj
· 9 years ago
2ebe5b1
Refactor before implementing per stream suspension.
by mflodman
· 9 years ago
7339c50
Revert of Remove ViEEncoder::SetNetworkStatus (patchset #11 id:200001 of https://codereview.webrtc.org/1932683002/ )
by perkj
· 9 years ago
50b5c3b
Remove ViEEncoder::SetNetworkStatus
by perkj
· 9 years ago
ec81bcd
Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate
by perkj
· 9 years ago
e30c272
Revert "Reland of Remove SendPacer from ViEEncoder
by perkj
· 9 years ago
600246e
Removed SSRC knowledge from ViEEncoder.
by perkj
· 9 years ago
28a4456
Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )"
by Per
· 9 years ago
825eb58
Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )
by perkj
· 9 years ago
857c5cc
Remove SendPacer from ViEEncoder
by perkj
· 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
376b192
Remove VideoCodingModule::VCMPacketizationCallback
by perkj
· 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
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
02b3d27
Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ )
by kjellander
· 9 years ago
a261e61
Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ )
by kjellander
· 9 years ago
f5d55aa
Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead.
by perkj
· 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
dabc944
Add missing tracing to RtpSender objects.
by Peter Boström
· 9 years ago
74f6e9e
Replace NULL with nullptr in webrtc/video.
by Peter Boström
· 9 years ago
81cbd924
Revert of Initialize/configure video encoders asychronously. (patchset #4 id:60001 of https://codereview.webrtc.org/1757313002/ )
by Peter Boström
· 9 years ago
62411a2
Fixing crash that may occur after destroying a VideoSendStream.
by deadbeef
· 9 years ago
5f0b83b
Enabling rtcp-rsize negotiation and fixing some issues with it.
by Taylor Brandstetter
· 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
a03785e
Move all calls after SetEncoder into SetEncoder.
by Peter Boström
· 9 years ago
905f8e7
Make ReconfigureVideoEncoder void.
by Peter Boström
· 9 years ago
0a9fc05
Move RTP module send status outside of ViEChannel.
by Peter Boström
· 9 years ago
60653ba
New flag is_screencast in VideoOptions.
by Niels Möller
· 9 years ago
012f8c0
Remove unused encoder_config_ variable.
by Peter Boström
· 9 years ago
8b79b07
Move RTP module activation into PayloadRouter.
by Peter Boström
· 9 years ago
9c01725
Simplify registration of RTP-header extensions.
by Peter Boström
· 9 years ago
029e220
Removes use of DeRegister Rtp Header Extension for video
by Danil Chapovalov
· 9 years ago
23353ab
Increase encoder-overuse thresholds for HW.
by Peter Boström
· 9 years ago
80e1207
Move congestion controller to a separate module.
by Stefan Holmer
· 9 years ago
723ead8
Move simple RtpRtcp calls to VideoSendStream.
by Peter Boström
· 9 years ago
0013dcc
Simplify SSRC usage inside ViEEncoder.
by Peter Boström
· 9 years ago
e2d83d6
Use CallStats for RTT in Call, rather than VideoSendStream::GetRtt()
by sprang
· 9 years ago
45c44f0
Simplify EncoderStateFeedback.
by Peter Boström
· 9 years ago
bad7804
Remove unused VideoSendStream TransportAdapter.
by Peter Boström
· 9 years ago
3959397
Reland of Don't send FEC for H.264 with NACK enabled. (patchset #1 id:1 of https://codereview.webrtc.org/1692783005/ )
by Peter Boström
· 9 years ago
29ffdc1
Revert of Don't send FEC for H.264 with NACK enabled. (patchset #5 id:80001 of https://codereview.webrtc.org/1687303002/ )
by deadbeef
· 9 years ago
579e832
Fix race on VCM protection callback.
by Peter Boström
· 9 years ago
25558ad
Don't send FEC for H.264 with NACK enabled.
by Peter Boström
· 9 years ago
ca83525
Move the decoder thread into VideoReceiveStream.
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
d1d66ba
Remove ViEChannel calls for VideoReceiveStream.
by Peter Boström
· 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
1088001
Support multiple rtx codecs.
by Stefan Holmer
· 9 years ago
1387149
Adding reduced size RTCP configuration down to the video stream level.
by deadbeef
· 9 years ago
d1590b2
Lint clean video/ and add lint presubmit check.
by mflodman
· 9 years ago
7623ce4
Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ )
by Peter Boström
· 9 years ago
8237abf
Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ )
by kjellander
· 9 years ago
03ef053
Merge webrtc/video_engine/ into webrtc/video/
by Peter Boström
· 9 years ago
b4a1ae5
Add separate send-side UMA stats for screenshare and video.
by sprang
· 9 years ago
0b9e29c
Remove include dirs from modules/{media_file,pacing}
by Henrik Kjellander
· 9 years ago
0e7e259
Move BitrateAllocator from BitrateController logic to Call.
by mflodman
· 9 years ago
d153a37
Remove contention between RTCP packets and encoding.
by Peter Boström
· 9 years ago
cfc319b
Reland of Work on flexible mode and screen sharing. (patchset #1 id:1 of https://codereview.webrtc.org/1438543002/ )
by philipel
· 9 years ago
0be8f1d
Revert of Work on flexible mode and screen sharing. (patchset #28 id:520001 of https://codereview.webrtc.org/1328113004/ )
by terelius
· 9 years ago
77ccfb4
Work on flexible mode and screen sharing.
by philipel
· 9 years ago
566ef24
Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats().
by solenberg
· 9 years ago
Next »