Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
f0d9cda950bcb5ed692ea6918f0fc32db06acaa1
/
video
/
video_quality_test.cc
7c03bdc
Reland "Add a high bitrate full stack test with fake codec"
by Emircan Uysaler
· 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
1f7a008
Enable quality-scaling in all video perf tests.
by Stefan Holmer
· 6 years ago
8984cd6
Revert "Add a high bitrate full stack test with fake codec"
by Oskar Sundbom
· 6 years ago
15df277
Add a high bitrate full stack test with fake codec
by Emircan Uysaler
· 6 years ago
455d27c
Adding audio network adaptor to video quality test.
by Minyue Li
· 6 years ago
412d185
Delete pre_encode_callback from VideoSendStream::Config
by Niels Möller
· 6 years ago
1c931c4
Use VideoSourceInterface for owning test video sources
by Niels Möller
· 6 years ago
8eeccbe
Delete Start and Stop methods from TestVideoCapturer.
by Niels Möller
· 6 years ago
e7862cc
Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy
by Florent Castelli
· 6 years ago
5546aef
Vp9 flexible mode fixes
by Ilya Nikolaevskiy
· 6 years ago
d4d254f
Revert "Various VP9 high fps fixes"
by Patrik Höglund
· 6 years ago
ba2840c
Various VP9 high fps fixes
by Ilya Nikolaevskiy
· 6 years ago
c2ebe21
Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`"
by Jiawei Ou
· 6 years ago
ee49f70
Remove VideoEncoder::SetChannelParameters.
by philipel
· 6 years ago
42e7d9c
Enable rtc event log in *_loopback tools running with renderers
by Ilya Nikolaevskiy
· 6 years ago
189013b
Update QualityTestVideoEncoder to use GetEncoderInfo()
by Erik Språng
· 6 years ago
96965ae
Add ability to enable frame dumping decoder via field trial.
by Erik Språng
· 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
6fcf6ca
Modified PressEnterToContinue() to actualy check if Enter is pressed
by Danail Kirov
· 6 years ago
7d76a31
Use MediaTransportInterface, for audio streams.
by Niels Möller
· 6 years ago
62ae178
Remove deprecated pipe field from VideoQualityTestFixtureInterface::Params
by Artem Titov
· 6 years ago
a1d9ca4
Revert "Add ability to specify if rate controller of video encoder is trusted."
by Oleh Prypin
· 6 years ago
3e335d1
Add ability to specify if rate controller of video encoder is trusted.
by Erik Språng
· 6 years ago
88be972
Delete post_encode_callback
by Niels Möller
· 6 years ago
8ea1e9d
Switch webrtc from deprecated usages of NetworkSimulationInterface
by Artem Titov
· 6 years ago
9eb44ac
Delete pre_decode_image_callback
by Niels Möller
· 6 years ago
5ca2912
Delete VideoReceiveStream::EnableEncodedFrameRecording
by Niels Möller
· 6 years ago
cbcbc22
Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Niels Möller
· 6 years ago
377b26e
Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Sebastian Jansson
· 6 years ago
efb94d5
Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config.""
by Oleh Prypin
· 6 years ago
7961dc2
Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Niels Moller
· 6 years ago
529d0d9
Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config.
by Niels Möller
· 6 years ago
569397f
Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor."
by philipel
· 6 years ago
6f68324
Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor."
by Lu Liu
· 6 years ago
3f4a4fa
Added field trial WebRTC-GenericDescriptor for the new generic descriptor.
by philipel
· 6 years ago
84df1c7
Make fewer copies when using StringBuilder.
by Jonas Olsson
· 6 years ago
8c1bf95
Reland "Add initial support for RtpEncodingParameters max_framerate."
by Åsa Persson
· 6 years ago
366a50c
Remove simple stringstream usages.
by Jonas Olsson
· 6 years ago
1beef1a
Delete VideoSendStream::EnableEncodedFrameRecording.
by Niels Möller
· 6 years ago
e269cb4
Add support of overriding network simulation in video quality tests.
by Artem Titov
· 6 years ago
f18b352
Reland: Rename VideoQualityTestFixtureInterface::Params.pipe into config.
by Artem Titov
· 6 years ago
17790c3
Revert "Rename VideoQualityTestFixtureInterface::Params.pipe into config."
by Artem Titov
· 6 years ago
255750b
Adds support for real audio devices in video_quality_test.
by henrika
· 6 years ago
7f2eab0
Rename VideoQualityTestFixtureInterface::Params.pipe into config.
by Artem Titov
· 6 years ago
f1f363f
Renames test::VideoCapturer to TestVideoCapturer.
by Sebastian Jansson
· 6 years ago
4e199e9
Mark DirectTransport subclasses ctors as deprecated and switch from them
by Artem Titov
· 6 years ago
dd2eebe
Deprecate two DirectTransport ctors and remove their direct usage.
by Artem Titov
· 6 years ago
948b7e3
Revert "Add initial support for RtpEncodingParameters max_framerate."
by Mirko Bonadei
· 6 years ago
ced5cfd
Add initial support for RtpEncodingParameters max_framerate.
by Åsa Persson
· 6 years ago
39a44b2
In video_quality_test, maintain capturer startup within CPU timing interval.
by Christoffer Rodbro
· 6 years ago
c2a0288
Enable audio in video_quality_test.
by Christoffer Rodbro
· 6 years ago
45a4c41
Never invoke rtc::LogMessage::SetLogToStderr outside of main.
by Mirko Bonadei
· 6 years ago
0823eec
Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder""
by Emircan Uysaler
· 6 years ago
c528c0a
Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder""
by Emircan Uysaler
· 6 years ago
cb853c8
Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"
by Emircan Uysaler
· 6 years ago
3bd2c79
Moving functionality from VideoQualityTest to CallTest
by Sebastian Jansson
· 6 years ago
e6d7c3e
Using FunctionVideoEncoderFactory in VideoQualityTest.
by Sebastian Jansson
· 6 years ago
8e6602f
Separates send and receive event log in CallTest.
by Sebastian Jansson
· 6 years ago
2d82ade
Revert "Add Profile 2 configuration to VP9 Encoder and Decoder"
by Qingsi Wang
· 6 years ago
fc9c4e8
Add Profile 2 configuration to VP9 Encoder and Decoder
by Emircan Uysaler
· 6 years ago
d4c5d63
Moves VideoAnalyzer class to a separate file.
by Sebastian Jansson
· 6 years ago
5ab67a5
Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader.
by philipel
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
cb96ad8
Add ParsedPayload::video_header() accessor.
by philipel
· 6 years ago
43800f9
Generalize SimulcastEncoderAdapter, use for H264 & VP8.
by Sergio Garcia Murillo
· 6 years ago
b6b29e0
Convert video quality test from a TEST_F to a TEST fixture.
by Patrik Höglund
· 6 years ago
6f440ed
Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8."
by Mirko Bonadei
· 6 years ago
07efe43
Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8.
by Sergio Garcia Murillo
· 6 years ago
f88a22c
Delete pre_decode_callback.
by Niels Möller
· 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
6aa415e
Add full stack test with link capacity of 150 kbit/s.
by Niels Möller
· 6 years ago
350531e
Revert "Move class VideoCodec from common_types.h to its own api header file."
by Danil Chapovalov
· 6 years ago
efc71e5
Move class VideoCodec from common_types.h to its own api header file.
by Niels Möller
· 6 years ago
520ca4e
Delete enum RtpVideoCodecTypes, replaced with VideoCodecType.
by Niels Möller
· 6 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 6 years ago
49fcc10
Merge DegradationPreference enums.
by Taylor Brandstetter
· 6 years ago
5702736
Control inter-layer prediction mode in test apps.
by Sergey Silkin
· 6 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
19a68d4
Use VP8EncoderSimulcastProxy in VideoQualityTest.
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
2784a03
Add audio_ prefix to audio-related members of CallTest.
by Niels Möller
· 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
3faa832
Separate test/fake_audio_device on API and implementation. Step 2.
by Artem Titov
· 7 years ago
03e6ec9
Reland "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
081136f
Revert "Reland "Add multiplex case to webrtc_perf_tests""
by Taylor Brandstetter
· 7 years ago
7c5bc1c
Reland "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
5aac372
Revert "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
d90a7e8
Add multiplex case to webrtc_perf_tests
by Emircan Uysaler
· 7 years ago
6723cdc
Revert "Separate test/fake_audio_device on API and implementation."
by Artem Titov
· 7 years ago
8ea5f9a
Separate test/fake_audio_device on API and implementation.
by Artem Titov
· 7 years ago
4c09d7a
In webrtc_perf_tests always create screenshare stream after realtime video
by Ilya Nikolaevskiy
· 7 years ago
13e7434
Merge SimulcastStream and SpatialLayer structures.
by Sergey Silkin
· 7 years ago
Next »