Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
46c4e609396acdc8874aa18017c201c60dc19a5d
/
video
/
video_send_stream_tests.cc
46c4e60
Introduce SimulatedNetworkReceiverInterface.
by Artem Titov
· 7 years ago
29d8846
Remove RTPVideoHeader::vp9() accessors.
by philipel
· 7 years ago
ea1bb35
Cleanup networkroute.h
by Steve Anton
· 7 years ago
7258224
Replaces call config create in tests with modify.
by Sebastian Jansson
· 7 years ago
f33905d
Makes some CallTest members private.
by Sebastian Jansson
· 7 years ago
8e6602f
Separates send and receive event log in CallTest.
by Sebastian Jansson
· 7 years ago
798ee75
Always disable RED when ULPFEC is disabled.
by Kári Tristan Helgason
· 7 years ago
5e898d6
Stop using VideoCodec.targetBitrate for vp8 screenshare config
by Erik Språng
· 7 years ago
5ab67a5
Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader.
by philipel
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
cb96ad8
Add ParsedPayload::video_header() accessor.
by philipel
· 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
520ca4e
Delete enum RtpVideoCodecTypes, replaced with VideoCodecType.
by Niels Möller
· 7 years ago
be71a1e
Replace VP9 screen sharing.
by Sergey Silkin
· 7 years ago
49fcc10
Merge DegradationPreference enums.
by Taylor Brandstetter
· 7 years ago
377ef24
Remove extra reference from GOF.
by Sergey Silkin
· 7 years ago
566124a
Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
by Erik Språng
· 7 years ago
4db138e
Reland "Move creating encoder to VideoStreamEncoder."
by Niels Möller
· 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
259a497
Reland "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
571e6c9
Fix rate allocation between temporal layers in SVC.
by Sergey Silkin
· 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
04dd176
Reland "Move rtp-specific config out of EncoderSettings."
by Niels Möller
· 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
82fad3d
Remove TemporalLayersFactory and associated classes
by Erik Språng
· 7 years ago
4425b05
Add video send stream test to check switch to and from screenshare
by Ilya Nikolaevskiy
· 7 years ago
efbb978
Fix flacky VideoSendStreamTest.SupportsVideoContentType
by Ilya Nikolaevskiy
· 7 years ago
a796a7e
Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers."
by Sergey Silkin
· 7 years ago
d3f3816
Testing multiple retransmission in video nack test.
by Sebastian Jansson
· 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
8f83b42
Moved bitrate config interface from Call class.
by Sebastian Jansson
· 7 years ago
fc8d26b
Reland "Moved BitrateConfig out of Call::Config."
by Sebastian Jansson
· 7 years ago
e4bf600
Revert "Moved BitrateConfig out of Call::Config."
by Lu Liu
· 7 years ago
5897fe2
Moved BitrateConfig out of Call::Config.
by Sebastian Jansson
· 7 years ago
45d725d
Support sending flexfec and simulcast together.
by Danil Chapovalov
· 7 years ago
cc7125f
Sets sending status for active RtpRtcp modules.
by Seth Hampson
· 8 years ago
56fa050
Improved accuracy of packet loss calculation in tests.
by Sebastian Jansson
· 8 years ago
3587b83
Make RTCP report interval configurable
by Jiawei Ou
· 8 years ago
a45c8da
Removed GetPacingFactor from PacedSender.
by Sebastian Jansson
· 8 years ago
cabe383
Moved ALR experiment settings to new experiments folder.
by Sebastian Jansson
· 8 years ago
8e07c13
Optional: Use nullopt and implicit construction in /video
by Oskar Sundbom
· 8 years ago
9299642
Make ALR probing experiment default on.
by Erik Språng
· 8 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 8 years ago
3f2634e
Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices."
by Sergey Silkin
· 8 years ago
ae29428
Revert "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices."
by Ivo Creusen
· 8 years ago
47836b4
Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices.
by Sergey Silkin
· 8 years ago
7c8cca3
Add check for send-side bwe before applying alr settings
by Erik Språng
· 8 years ago
d9f99c1
Replace Atomic32 with std::atomic in video/
by Yuwei Huang
· 8 years ago
f74d641
Simplify setting/unsetting REMB in RtcpSender
by Danil Chapovalov
· 8 years ago
51e21aa
Simplify RtpRtcp interface for REMB
by Danil Chapovalov
· 8 years ago
3b3622f
Delete member VideoReceiveStream::Config::Rtp::ulpfec.
by nisse
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/video/video_send_stream_tests.cc]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 8 years ago
6d5b4d6
Piggybacking simulcast id and ALR experiment id into video content type extension.
by ilnik
· 8 years ago
5212700
Removing dependencies on stub headers within WebRTC.
by mbonadei
· 8 years ago
60e10c7
Add experiment to disable ulpfec.
by stefan
· 8 years ago
41cadbc
Remove WebRTC-videocontenttypeextension field trial completely
by ilnik
· 8 years ago
413ee9a
Use SingleThreadedTaskQueue in DirectTransport
by eladalon
· 8 years ago
db2a9fc
Wire up RTP keep-alive in ortc api.
by sprang
· 8 years ago
cc3d442
Rename ViEEncoder to VideoStreamEncoder
by mflodman
· 8 years ago
8a1d2a3
Remove NullReceiveStatistics
by danilchap
· 8 years ago
901b2df
Simplify FakeReceiveStatistics in video send stream tests
by danilchap
· 8 years ago
e5c4a81
Move RTP keep-alive config from VideoSendStream::Config to Call::Config
by sprang
· 8 years ago
d2702ef
Fix flaky test VideoSendStreamTest.SendsKeepAlive
by sprang
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
168794c
Implement RTP keepalive in native stack.
by sprang
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
4847ae6
Reland of Periodically update codec bit/frame rate settings.
by sprang
· 8 years ago
1089499
Fix timing frames and FEC conflict
by ilnik
· 8 years ago
04f4d12
Implement timing frames.
by ilnik
· 8 years ago
90e3190
Update webrtc/test to new VideoFrameBuffer interface
by Magnus Jedvert
· 8 years ago
317005a
Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ )
by sprang
· 8 years ago
cf705c5
Reland of Protect new header extension by field trial experiment to allow hardcoding it in SDP (patchset #1 id:1 of https://codereview.webrtc.org/2922723002/ )
by ilnik
· 8 years ago
cdafeda
Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ )
by sprang
· 8 years ago
5390c48
Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ )
by sprang
· 8 years ago
6431e21
Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended.
by sprang
· 8 years ago
ed9b9ff
Revert of Protect new header extension by field trial experiment to allow hardcoding it in SDP (patchset #3 id:40001 of https://codereview.webrtc.org/2922683002/ )
by ilnik
· 8 years ago
cafa1d6
Protect new header extension by field trial experiment to allow hardcoding it in SDP
by ilnik
· 8 years ago
7a3006b
Fix packetization logic to leave space for extensions in the last packet
by ilnik
· 8 years ago
ea3a798
Move webrtc/video_frame to common_video/include.
by nisse
· 8 years ago
f93752a
Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2853383005/ )
by nisse
· 8 years ago
61b22dd
Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2854873003/ )
by nisse
· 8 years ago
3870a07
Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2854883002/ )
by nisse
· 8 years ago
6e6a485
Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2852303002/ )
by nisse
· 8 years ago
d71ebd7
Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2845333002/ )
by nisse
· 8 years ago
aec49d2
Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #17 id:320001 of https://codereview.webrtc.org/2622263002/ )
by nisse
· 8 years ago
713a3bb
Delete deprecated and transitional stuff related to video frame refactoring.
by nisse
· 8 years ago
00d802b
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2809653004/ )
by ilnik
· 8 years ago
27c46e2
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #4 id:400001 of https://codereview.webrtc.org/2812913002/ )
by ilnik
· 8 years ago
774f6b4
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ )
by ilnik
· 8 years ago
29dbb19
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2811963002/ )
by ilnik
· 8 years ago
4fa0c4f
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ )
by ilnik
· 8 years ago
5721866
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #31 id:600001 of https://codereview.webrtc.org/2772033002/ )
by ilnik
· 8 years ago
Next »