Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
8fe22fad4e13d2092c2d373a4523d651dec9f6ca
/
rtc_base
7b46e17
In rtc::ByteBuffer drop support for ORDER_HOST as unused
by Danil Chapovalov
· 5 years ago
d4002a7
RTC_EXPORT missing symbols for Chromium's component build.
by Mirko Bonadei
· 5 years ago
e644a03
Add field trial for rampup in quality based on available bandwidth.
by Åsa Persson
· 5 years ago
2bc811e
Mark checked_cast, dchecked_cast, and saturated_cast as constexpr
by Danil Chapovalov
· 5 years ago
7d5fe67
Fix number of arguments being passed when setting the thread name on Windows.
by Tommi
· 5 years ago
ee6f4f6
[PeerConnection] Implement asynchronous version of AddIceCandidate().
by Henrik Boström
· 5 years ago
2b9317a
Stop checking VP8BaseHeavyTl3RateAllocation field trial on every frame.
by Rasmus Brandt
· 5 years ago
c35333d
Add RTC_EXPORT_TEMPLATE_{DECLARE,DEFINE} macros.
by Mirko Bonadei
· 5 years ago
5cb7807
Implement crypto stats on DTLS transport
by Harald Alvestrand
· 5 years ago
492fdf4
Make rtc_json poisonous in WebRTC
by Sam Zackrisson
· 5 years ago
1a61739
Fix MemoryLogWriter so that it always writes the full data.
by Björn Terelius
· 5 years ago
4ff1c87
Fix RTC_LOCKABLE RTC_EXPORT order for rtc::Thread.
by Mirko Bonadei
· 5 years ago
27c2936
Implement an OperationsChain, to be used by PeerConnection in follow-up.
by Henrik Boström
· 5 years ago
a043b2b
Support case where win32socketserver's window class is not unregistered properly.
by Tim Haloun
· 5 years ago
b9f6902
Store logging streams in a manually linked list instead of std::list
by Danil Chapovalov
· 5 years ago
82a3f0a
Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask
by Danil Chapovalov
· 5 years ago
3663ed3
Move rtc_base/ignore_wundef.h to its own target.
by Mirko Bonadei
· 5 years ago
c66e004
Adding missing RTC_EXPORT for component build.
by Mirko Bonadei
· 5 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 5 years ago
562a37f
Increase timeout in test-only helper SendTask back to infinity
by Danil Chapovalov
· 5 years ago
eb90e6f
Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest
by Danil Chapovalov
· 5 years ago
35214fc
Add missing RTC_EXPORT for the component build.
by Mirko Bonadei
· 5 years ago
ef98ae6
Use GlobalLock to protect logging
by Danil Chapovalov
· 5 years ago
80f53b7
Extend WebRTC-Video-MinVideoBitrate to experiment per-codec
by Elad Alon
· 5 years ago
5740f3e
Clarify expectation on GlobalLock
by Danil Chapovalov
· 5 years ago
f23131f
Removing AudioAllocationSettings moving functionality to AudioSendStream.
by Sebastian Jansson
· 5 years ago
741bab0
Add Slice method to CopyOnWriteBuffer and use it in FEC code.
by Ilya Nikolaevskiy
· 5 years ago
c5bc9d6
Treat wlan as a WiFi adapter name on all platforms.
by Qingsi Wang
· 5 years ago
4c93aab
Handle macro _M_ARM64 for MSVC build
by Tom Tan
· 5 years ago
86873f0
Improve field trial error message.
by Björn Terelius
· 5 years ago
33b83fd
Introduce integer division helpers with non-default rounding
by Danil Chapovalov
· 5 years ago
86314cf
Cleaning up C++14 move into lambda TODOs.
by Sebastian Jansson
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
6fcdbc1
Store timestamp for each sample to be able to plot them in future
by Artem Titov
· 5 years ago
29ab487
Revert "Removes string support in field trial parser."
by Philip Eliasson
· 5 years ago
2b9dba3
Implement stable rate support in SimulcastRateAllocator
by Erik Språng
· 5 years ago
50b0baf
[tsan] Guard TestStatictics against concurrent access.
by Yves Gerey
· 5 years ago
c2accf2
[tsan] Guard OwnerThread against concurrent access.
by Yves Gerey
· 5 years ago
cf9cbf5
Add support for stable bitrate target in SvcRateAllocator
by Erik Språng
· 5 years ago
e74156f
Removes string support in field trial parser.
by Sebastian Jansson
· 5 years ago
9f00f0e
Add support for unsigned parameters in FieldTrialParser
by Bjorn Terelius
· 5 years ago
022a7c8
Fix HexEncodeTest.TestZeroLengthNoDelimiter with enable_iterator_debugging=true
by Kimmo Kinnunen
· 5 years ago
da2f4a3
Remove stale TODO from rtc_base/checks.h.
by Mirko Bonadei
· 5 years ago
5e8ddc3
Reland "Delete mac_utils.h and mac_utils.cc"
by Niels Möller
· 5 years ago
30ab015
BalancedDegradationSettings: add min bitrate configuration for resolution.
by Åsa Persson
· 5 years ago
adfb4f7
Add ability to parse stable bwe experiment settings
by Erik Språng
· 5 years ago
4869bd6
Add method CanAdaptUp based on bitrate to BalancedDegradationSettings.
by Åsa Persson
· 5 years ago
b6b4dee
Fix flake in SamplesStatsCounterTest.FullSimpleTest
by Artem Titov
· 5 years ago
a2dae38
Revert "Reland "Delete mac_utils.h and mac_utils.cc""
by Niels Moller
· 5 years ago
df57833
Reland "Delete mac_utils.h and mac_utils.cc"
by Niels Möller
· 5 years ago
728a0ee
Reland "Introduce ability to test echo in PC level test framework"
by Artem Titov
· 5 years ago
e21f3f5
Revert "Delete mac_utils.h and mac_utils.cc"
by Niels Moller
· 5 years ago
ada8e17
Delete mac_utils.h and mac_utils.cc
by Niels Möller
· 5 years ago
5870503
Revert "Introduce ability to test echo in PC level test framework"
by Sami Kalliomäki
· 5 years ago
77acb01
Introduce ability to test echo in PC level test framework
by Artem Titov
· 5 years ago
f5e5d25
BalancedDegradationSettings: add option to configure a min framerate diff.
by Åsa Persson
· 5 years ago
1b247f1
BalancedDegradationSettings: add option to configure min bitrate.
by Åsa Persson
· 5 years ago
0ee8008
Use struct parser for rate control trial.
by Sebastian Jansson
· 5 years ago
0c38a86
BalancedDegradationSettings: add option to configure no fps limit.
by Åsa Persson
· 5 years ago
e4ba4ee
Delete placeholder file rtc_base/function_view.h
by Niels Möller
· 5 years ago
6685b32
Delete rtc_base/gunit_prod.h
by Niels Möller
· 5 years ago
55251c3
Adds struct parameters parser/encoder.
by Sebastian Jansson
· 5 years ago
383adc0
Delete shim of PRId64 et al. on Windows
by Oleh Prypin
· 5 years ago
b168678
Add RTC_ prefix to non-standard format specifier macro "PRIdNS"
by Oleh Prypin
· 5 years ago
b668542
Delete unused format specifier macros for NSInteger and NSUInteger
by Oleh Prypin
· 5 years ago
a22cab8
Calling DebugBreak() on Windows during fatal checks instead of relying on abort().
by Tommi
· 5 years ago
7ba3b81
Delete class PlatformFile.
by Niels Möller
· 5 years ago
d7ee76c
Wire up field trials for some experimental screenshare settings
by Erik Språng
· 5 years ago
139f4dc
QualityScaler: Add option to try fast adapt down at start up based on initial bw estimates.
by Åsa Persson
· 5 years ago
b3f78de
Reland "Don't use all_dependent_configs for sdk frameworks"
by Oleh Prypin
· 5 years ago
4ed5b08
Skip empty strings in ToUtf(8|16).
by Noah Richards
· 5 years ago
ec35803
Revert "Don't use all_dependent_configs for sdk frameworks"
by Mirko Bonadei
· 5 years ago
fefa77c
Add pthread thread-local storage support for ScopedYieldPolicy
by Steve Anton
· 5 years ago
836ab13
Remove rtc::Flag.
by Mirko Bonadei
· 5 years ago
63741c7
Don't use all_dependent_configs for sdk frameworks
by Oleh Prypin
· 5 years ago
7f8dbe1
Add config to specify raw audio priority bitrate including overhead.
by Christoffer Rodbro
· 5 years ago
0182a03
Reland "Remove the injectable bitrate allocation strategy API."
by Jonas Olsson
· 5 years ago
1cd6f32
Fix typo in comment.
by Mirko Bonadei
· 5 years ago
e95b57c
Revert "Remove the injectable bitrate allocation strategy API."
by Mirko Bonadei
· 5 years ago
6564366
Use -Wno-undef to compile jsoncpp.
by Mirko Bonadei
· 5 years ago
80cb3f6
Remove the injectable bitrate allocation strategy API.
by Jonas Olsson
· 5 years ago
a0eefc1
Rename USE_NATIVE_MUTEX_ON_MAC to RTC_USE_NATIVE_MUTEX_ON_MAC.
by Mirko Bonadei
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
48284b8
BalancedDegradationSettings: Add option to configure fps based on codec type.
by Åsa Persson
· 5 years ago
51f599b
Make rtc_base/base_java public.
by Sami Kalliomäki
· 5 years ago
84ce3c0
Macro rename s/CS_DEBUG_CHECKS/RTC_CS_DEBUG_CHECKS.
by Mirko Bonadei
· 5 years ago
a2b30d8
Add functions to read from/write to bitstream values with known max value
by Danil Chapovalov
· 5 years ago
2c5af4f
Add * and / operator into SamplesStatsCounter.
by Artem Titov
· 5 years ago
a094849
RateControlSettings: add option to set min pixels per frame for libvpx vp8.
by Åsa Persson
· 5 years ago
9407776
Temporarily suppress -Wdeprecated-declarations to update jsoncpp.
by Mirko Bonadei
· 5 years ago
2644a70
Delete rtc::TryCritScope as unused
by Danil Chapovalov
· 5 years ago
1231419
BalancedDegradationSettings: Add option to configure QP thresholds.
by Åsa Persson
· 5 years ago
b028c6a
Support __EMSCRIPTEN__ in rtc_base.
by Mirko Bonadei
· 5 years ago
5a8f860
Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define
by Niels Möller
· 5 years ago
00e71ef
Fix TaskQueueLibevent::PostTask when used on the same TaskQueue
by Danil Chapovalov
· 5 years ago
171bd26
Delete unused MacOS code related to ERRCTX_OSSTATUS
by Niels Möller
· 5 years ago
d2e5013
Delete optional Runnable argument to rtc::Thread::Start
by Niels Möller
· 5 years ago
240b893
Reland "Link fewer X11-related libraries"
by Oleh Prypin
· 5 years ago
4606ded
Revert "Link fewer X11-related libraries"
by Marina Ciocea
· 5 years ago
646e096
Allow null FILE* to AecDumpFactory::Create
by Niels Möller
· 5 years ago
Next »