Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
2040dcf9fc8cb4debe1849104169bbecdaaf4ae3
/
test
/
fake_encoder.h
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
8f01c4e
Define FecControllerOverride and plumb it down to VideoEncoder
by Elad Alon
· 6 years ago
370f93a
Reland "Inform VideoEncoder of negotiated capabilities"
by Elad Alon
· 6 years ago
49d661a
Revert "Inform VideoEncoder of negotiated capabilities"
by Philip Eliasson
· 6 years ago
11dfff0
Inform VideoEncoder of negotiated capabilities
by Elad Alon
· 6 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
22ed366
Avoid using global task queue factory in fake encoder
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
65cc52e
Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer.
by Per Kjellander
· 6 years ago
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
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
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
0414040
Fix race condition for SupportsFlexfecWithMultithreadedH264/0 test.
by Yves Gerey
· 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
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
566124a
Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
by Erik Språng
· 7 years ago
1e06289
Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY.
by Niels Möller
· 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.h]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 7 years ago
cc3d442
Rename ViEEncoder to VideoStreamEncoder
by mflodman
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 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
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
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
d60d06a
Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ )
by ilnik
· 8 years ago
716d7ac
Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ )
by guidou
· 8 years ago
c42f540
Move video_encoder.h and video_decoder.h to /api and create GN targets for them
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
08127a9
Reland #2 of Issue 2434073003: Extract bitrate allocation ...
by Erik Språng
· 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
803d97f
Let ViEEncoder express resolution requests as Sinkwants.
by perkj
· 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
b7d9a97
Expose codec implementation names in stats.
by Peter Boström
· 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
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
22993e1
Unify FrameType and VideoFrameType.
by pbos
· 9 years ago
4765070
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
273a414
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
049e4ec
Change default values for CpuOveruseOptions.
by asapersson@webrtc.org
· 10 years ago
ab990ae
Revert 7151 "Revert 7114 "Expose VideoEncoders with webrtc/video_encoder.h.""
by pbos@webrtc.org
· 10 years ago
307d3db
Revert 7114 "Expose VideoEncoders with webrtc/video_encoder.h."
by henrikg@webrtc.org
· 10 years ago
b420191
Expose VideoEncoders with webrtc/video_encoder.h.
by pbos@webrtc.org
· 10 years ago
79c3359
Add end-to-end H.264 packetization test.
by stefan@webrtc.org
· 10 years ago
de1429e
Add thread annotations to Call API.
by pbos@webrtc.org
· 11 years ago
f577ae9
Remove internal codecs from VideoSendStream.
by pbos@webrtc.org
· 11 years ago
3349ae0
Implement minimum transmit bitrate.
by pbos@webrtc.org
· 11 years ago
16e03b7
Separate Call API/build files from video_engine/.
by pbos@webrtc.org
· 11 years ago
[Renamed from webrtc/video_engine/test/common/fake_encoder.h]
0181b5f
ExternalVideoDecoder for new VideoEngine API.
by pbos@webrtc.org
· 11 years ago
cb5118c
Add FakeEncoder to VideoSendStream tests.
by pbos@webrtc.org
· 11 years ago
c095f51
Remove template usage of typeless enum in fake_encoder.
by pbos@webrtc.org
· 11 years ago
360e376
Adds two tests for verifying padding and ramp-up behavior.
by stefan@webrtc.org
· 11 years ago