Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
9d8eaac4eef8619c3583ef4d2f918a4bc66c5067
/
modules
/
video_coding
/
codecs
/
test
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
7d72d0f
Change VideoCodecTestStats API.
by Rasmus Brandt
· 6 years ago
001c782
Save encoded ivf files separately for different TLs.
by Rasmus Brandt
· 6 years ago
8f7ce22
Make VideoFrameType an enum class, and move to separate file and target
by Niels Möller
· 6 years ago
c528410
Improve VideoCodecTest perf stats output.
by Rasmus Brandt
· 6 years ago
d26a916
Avoid using GlobalTaskQueueFactory for TaskQueueForTest
by Danil Chapovalov
· 6 years ago
69008a8
Avoid div-by-zero in VideoCodecTest stats calculation.
by Rasmus Brandt
· 6 years ago
009ab3c
Delete EncodedImage::GetBufferPaddingBytes
by Niels Möller
· 6 years ago
471783f
Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly
by Danil Chapovalov
· 6 years ago
ad89528
Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Danil Chapovalov
· 6 years ago
42d8c93
Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Yves Gerey
· 6 years ago
304e9d2
Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current
by Danil Chapovalov
· 6 years ago
3caf50d
Make ChangeBitrateVP9 unittest a bit more lenient.
by Yves Gerey
· 6 years ago
2c7b982
Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode"
by Jeroen de Borst
· 6 years ago
39d3a7d
Delete CodecSpecificInfo argument from VideoDecoder::Decode
by Niels Möller
· 6 years ago
6f0aafa
Add PrintResults to VideoCodecTest.
by Rasmus Brandt
· 6 years ago
b859b32
Update more VideoEncoder implementations to drop CodecSpecificInfo input
by Niels Möller
· 6 years ago
87e2d78
Prepare for splitting FrameType into AudioFrameType and VideoFrameType
by Niels Möller
· 6 years ago
c8d2e73
Delete CodecSpecificInfo argument from VideoEncoder::Encode
by Niels Möller
· 6 years ago
7b3f4a2
Remove unused |keyframe_interval| from codec tests.
by Rasmus Brandt
· 6 years ago
3812fa9
Delete VideoCodecTestParameterized.
by Rasmus Brandt
· 6 years ago
d209cd1
Lower SSIM thresholds.
by Sergey Silkin
· 6 years ago
a0b1fb9
Pass H264 profile/level settings to codec.
by Sergey Silkin
· 6 years ago
6e1402b
Skip SSIM calculation in real time mode.
by Sergey Silkin
· 6 years ago
663844d
Update test code to use EncodedImage::Allocate
by Niels Möller
· 6 years ago
b7edf69
Delete rtc::File, usage replaced with FileWrapper
by Niels Möller
· 6 years ago
938dd9f
Add owned data buffer to EncodedImage
by Niels Möller
· 6 years ago
c84f661
Stop using Googletest legacy APIs.
by Mirko Bonadei
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
24871e4
Rename EncodedImage::_buffer --> buffer_, and make private
by Niels Möller
· 6 years ago
77536a2
Rename EncodedImage::_length --> size_, and make private.
by Niels Möller
· 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
40d5533
Include absl/memory/memory.h if absl::make_unique is used
by Steve Anton
· 6 years ago
d716fb9
Reland "Refactor rate profile update."
by Sergey Silkin
· 6 years ago
08223c1
Revert "Reland "Refactor rate profile update.""
by Sergey Silkin
· 6 years ago
77aedae
Reland "Refactor rate profile update."
by Sergey Silkin
· 6 years ago
1ebfb6a
Introduce VideoFrame::id to keep track of frames inside application.
by Artem Titov
· 6 years ago
a1f78a4
Revert "Refactor rate profile update."
by Sergey Silkin
· 6 years ago
b6cdfdc
Refactor rate profile update.
by Sergey Silkin
· 6 years ago
aa7bc7e
Create field trial for vp8 number of thread on iOS.
by Jiawei Ou
· 6 years ago
48a7946
Convert all webrtc code to not access EncodedImage::_size directly.
by Niels Möller
· 6 years ago
5546aef
Vp9 flexible mode fixes
by Ilya Nikolaevskiy
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
bd04f4a
Increase buffer level threshold in VP8/9 tests.
by Sergey Silkin
· 6 years ago
22ff1a4
Fix threshold in VideoCodecTestLibvpx.ChangeFramerateVP9.
by Mirko Bonadei
· 6 years ago
8ef5793
Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9.
by Mirko Bonadei
· 6 years ago
c2ebe21
Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`"
by Jiawei Ou
· 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
99b71df
Use function_video_(en|de)coder_factory from api
by Danil Chapovalov
· 6 years ago
e2fd86a
Move encoder metadata into EncoderInfo struct.
by Erik Språng
· 6 years ago
2d0c687
Remove |hw_encoder| and |hw_decoder| from VideoCodecTestFixture::Config.
by Rasmus Brandt
· 6 years ago
c84cd95
Move MockVideoDecoder to api/test.
by Erik Språng
· 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
02fed02
Assign spatial_idx in FrameStatistics ctor.
by Sergey Silkin
· 6 years ago
84df1c7
Make fewer copies when using StringBuilder.
by Jonas Olsson
· 6 years ago
db12856
Cleanup modules_common_types
by Danil Chapovalov
· 6 years ago
640106e
Use different thresholds for ARM and x86 in libvpx tests
by Kári Tristan Helgason
· 6 years ago
366a50c
Remove simple stringstream usages.
by Jonas Olsson
· 6 years ago
d3b8c63
Reland "Add spatial index to EncodedImage."
by Niels Möller
· 6 years ago
7bca8ca
Obj-C SDK Cleanup
by Anders Carlsson
· 6 years ago
5a998d7
Revert "Add spatial index to EncodedImage."
by Niels Moller
· 6 years ago
da0898d
Add spatial index to EncodedImage.
by Niels Möller
· 6 years ago
f167762
Add config option to run VideoCodecTest in real time.
by Kári Tristan Helgason
· 6 years ago
1946a3f
Add frame rate parameter to SpatialLayer struct.
by Sergey Silkin
· 6 years ago
2377588
Add accessor methods for RTP timestamp of EncodedImage.
by Niels Möller
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
5c302c0
Delete obsolete file call/video_config.h.
by Niels Möller
· 6 years ago
4206a0a
Exposing video bitrate allocator into API
by Jiawei Ou
· 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
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
c75a5e8
Change test VideoProcessor kMaxBufferedInputFrames from 10 to 20.
by Sami Kalliomäki
· 6 years ago
5e898d6
Stop using VideoCodec.targetBitrate for vp8 screenshare config
by Erik Språng
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
7b92ceb
Ensure that input_frames_.size() <= kMaxBufferedInputFrames at enqueue time.
by Rasmus Brandt
· 6 years ago
451b29c
Make a copy of the frame if the processing has to be posted.
by Sami Kalliomäki
· 6 years ago
58cd385
Fix potential division by zero in VP9 VideoCodecTest.
by Rasmus Brandt
· 6 years ago
43800f9
Generalize SimulcastEncoderAdapter, use for H264 & VP8.
by Sergio Garcia Murillo
· 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
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
0040b66
Replace rtc::Optional with absl::optional
by Danil Chapovalov
· 6 years ago
e3cf3d0
Use enum class for VideoCodecMode and VideoCodecComplexity.
by Niels Möller
· 6 years ago
443e71f
Revert "Disabling VeryLowBitrateVP9 to unblock roll."
by Patrik Höglund
· 6 years ago
5e8fd8a
Add simulcastStream output from VideoCodecTestFixture::Config::ToString.
by Rasmus Brandt
· 6 years ago
086de82
Add bitrate_priority to GetSimulcastConfig call.
by Rasmus Brandt
· 6 years ago
16e28d1
Disabling VeryLowBitrateVP9 to unblock roll.
by Patrik Höglund
· 6 years ago
ee20336
Drop entire superframe if any layer is overshooting.
by Sergey Silkin
· 6 years ago
2aae273
Remove adapter bools from VideoCodecTestFixture::Config.
by Rasmus Brandt
· 6 years ago
7c1ccfa
Move VisualizationParams to VideoCodecTestFixture::Config.
by Rasmus Brandt
· 6 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 6 years ago
bc84685
Remove VideoCodecTestFixtureImpl dependency on Android specifics.
by Rasmus Brandt
· 6 years ago
169005d
Move VideoCodecTest configuration classes to api/test.
by Kári Tristan Helgason
· 6 years ago
401d076
Delete deprecated VideoDecoder::Decode method
by Niels Möller
· 7 years ago
d902d58
Framerate controller for VP9 screen sharing.
by Sergey Silkin
· 6 years ago
Next »