Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
630917c39806de202caa509166d116af2fc5484b
/
test
/
fake_encoder.cc
e644a03
Add field trial for rampup in quality based on available bandwidth.
by Åsa Persson
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
8f01c4e
Define FecControllerOverride and plumb it down to VideoEncoder
by Elad Alon
· 5 years ago
4d504c7
New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer
by Niels Möller
· 5 years ago
370f93a
Reland "Inform VideoEncoder of negotiated capabilities"
by Elad Alon
· 5 years ago
49d661a
Revert "Inform VideoEncoder of negotiated capabilities"
by Philip Eliasson
· 5 years ago
11dfff0
Inform VideoEncoder of negotiated capabilities
by Elad Alon
· 5 years ago
ab62b2e
Don't copy video frame metadata in each encoder/decoder
by Ilya Nikolaevskiy
· 5 years ago
16cb8f5
Reland "Replace usage of old SetRates/SetRateAllocation methods"
by Erik Språng
· 6 years ago
7ddef1a
Revert "Replace usage of old SetRates/SetRateAllocation methods"
by Minyue Li
· 6 years ago
7ac0d5f
Replace usage of old SetRates/SetRateAllocation methods
by Erik Språng
· 6 years ago
b55015e
Replacing SequencedTaskChecker with SequenceChecker.
by Sebastian Jansson
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
8f7ce22
Make VideoFrameType an enum class, and move to separate file and target
by Niels Möller
· 6 years ago
22ed366
Avoid using global task queue factory in fake encoder
by Danil Chapovalov
· 6 years ago
471783f
Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly
by Danil Chapovalov
· 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
d738071
Refactor FakeEncoder to avoid writing to a const EncodedImage
by Niels Möller
· 6 years ago
d1d0359
Remove memsets of CodecSpecificInfo.
by philipel
· 6 years ago
22f9925
webrtc: Remove semicolons.
by Nico Weber
· 6 years ago
938dd9f
Add owned data buffer to EncodedImage
by Niels Möller
· 6 years ago
65cc52e
Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer.
by Per Kjellander
· 6 years ago
24871e4
Rename EncodedImage::_buffer --> buffer_, and make private
by Niels Möller
· 6 years ago
7c03bdc
Reland "Add a high bitrate full stack test with fake codec"
by Emircan Uysaler
· 6 years ago
77536a2
Rename EncodedImage::_length --> size_, and make private.
by Niels Möller
· 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
1ec2a16
Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo"
by Mirta Dvornicic
· 6 years ago
cdc5eb0
Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo
by Mirta Dvornicic
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
2222a80
Delete unneeded includes of common_types.h and gn deps on webrtc_common.
by Niels Möller
· 6 years ago
0c32e33
Allows change of fake encoder max rate in scenarios tests.
by Sebastian Jansson
· 6 years ago
17fc7e2
Add counter to the end of FakeEncoder frames in order to make them unique.
by Per Kjellander
· 6 years ago
df351f4
Update FakeEncoder to use EncoderInfo
by Erik Språng
· 6 years ago
ee49f70
Remove VideoEncoder::SetChannelParameters.
by philipel
· 6 years ago
e2fd86a
Move encoder metadata into EncoderInfo struct.
by Erik Språng
· 6 years ago
6003e7a
Fix FakeEncoder to produce correct bitrate for several temporal layers
by Ilya Nikolaevskiy
· 6 years ago
4529fbc
Move TemporalLayers to api/video_codecs.
by Erik Språng
· 6 years ago
0414040
Fix race condition for SupportsFlexfecWithMultithreadedH264/0 test.
by Yves Gerey
· 6 years ago
841c912
Changed FakeVp8Encoder to write dimensions in payload.
by Per Kjellander
· 6 years ago
8abd56c
Split TemporalLayers and TemporalLayers checker, clean up header.
by Erik Språng
· 6 years ago
72bc8d6
Make the rtp timestamp member of EncodedImage private
by Niels Möller
· 6 years ago
d3b8c63
Reland "Add spatial index to EncodedImage."
by Niels Möller
· 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
b0588e6
Reland "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
8d92e8d
Revert "Reland "Move FakeCodec to separate target and behave like real encoder.""
by Ilya Nikolaevskiy
· 6 years ago
f2a8287
Reland "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
7d13a6e
Revert "Move FakeCodec to separate target and behave like real encoder."
by Ilya Nikolaevskiy
· 6 years ago
223eba5
Move FakeCodec to separate target and behave like real encoder.
by Ilya Nikolaevskiy
· 6 years ago
2377588
Add accessor methods for RTP timestamp of EncodedImage.
by Niels Möller
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
e3cf3d0
Use enum class for VideoCodecMode and VideoCodecComplexity.
by Niels Möller
· 6 years ago
566124a
Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
by Erik Språng
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 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/test/fake_encoder.cc]
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
4847ae6
Reland of Periodically update codec bit/frame rate settings.
by sprang
· 7 years ago
04f4d12
Implement timing frames.
by ilnik
· 7 years ago
317005a
Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ )
by sprang
· 7 years ago
cdafeda
Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ )
by sprang
· 7 years ago
5390c48
Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ )
by sprang
· 7 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
· 7 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
64e739a
Add content type information to Encoded Images and add corresponding RTP extension header.
by ilnik
· 8 years ago
49ce67c
Do not encode frames in MultithreadedFakeH264Encoder after Release().
by brandtr
· 8 years ago
e78d266
Make FakeEncoder and FakeH264Encoder thread safe.
by brandtr
· 8 years ago
696c9c6
Add multithreaded fake encoder and corresponding FlexFEC VideoSendStreamTest.
by brandtr
· 8 years ago
9aa9688
Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ )
by hta
· 8 years ago
243a0a7
Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ )
by hta
· 8 years ago
e59647b
This approach passes packetization mode to the encoder as part of
by hta
· 8 years ago
08127a9
Reland #2 of Issue 2434073003: Extract bitrate allocation ...
by Erik Språng
· 8 years ago
13ceeea
Revert of H.264 packetization mode 0 (try 2) (patchset #27 id:520001 of https://codereview.webrtc.org/2337453002/ )
by magjed
· 8 years ago
3bba101
Implement H.264 packetization mode 0.
by hta
· 8 years ago
1369c83
Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ )
by sprang
· 8 years ago
647bf43
Reland of Issue 2434073003: Extract bitrate allocation ...
by sprang
· 8 years ago
4bc98d4
Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ )
by sprang
· 8 years ago
8f46c67
Extract bitrate allocation of spatial/temporal layers out of codec impl.
by sprang
· 8 years ago
2cb155a
Remove deprected functions from EncodedImageCallback and RtpRtcp
by sergeyu
· 8 years ago
91b957d
Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ )
by kjellander
· 8 years ago
c681250
Remove deprected functions from EncodedImageCallback and RtpRtcp
by sergeyu
· 8 years ago
43a9dc0
Revert of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #1 id:1 of https://codereview.webrtc.org/2467373003/ )
by ehmaldonado
· 8 years ago
a1d6cd6
Reland of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #2 id:240001 of https://codereview.webrtc.org/2474433008/ )
by ehmaldonado
· 8 years ago
6c78307
Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ )
by ehmaldonado
· 8 years ago
fa56584
Remove deprected functions from EncodedImageCallback and RtpRtcp
by sergeyu
· 8 years ago
803d97f
Let ViEEncoder express resolution requests as Sinkwants.
by perkj
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
e75f204
Expose Ivf logging through the native API
by palmkvist
· 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
Next »