Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
7f1c58938db72b1508e383d94a0e59dd70ff306e
/
rtc_base
7276b97
Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC.
by Benjamin Wright
· 6 years ago
4423c36
Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue
by Danil Chapovalov
· 6 years ago
7bc331f
Android: Use android_deps directly
by Peter Wen
· 6 years ago
110c64b
Delete unused key WebRTC-Audio-SendSideBwe-For-Video.
by Christoffer Rodbro
· 6 years ago
07a4f2b
Merge rtc_task_queue(_api|_impl)? build targets into one
by Danil Chapovalov
· 6 years ago
1aa7581
Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask
by Danil Chapovalov
· 6 years ago
13471a4
Switch back to native mutexes on macOS
by Oskar Sundbom
· 6 years ago
3b548dd
Move rtc::NewClosure into own build target as ToQueuedTask
by Danil Chapovalov
· 6 years ago
4a42742
Make rtc_base/fake_mdns_responder.h self contained.
by Mirko Bonadei
· 6 years ago
1916cbc
Fix -Winconsistent-missing-override in fake_network.h.
by Mirko Bonadei
· 6 years ago
e4bd9a1
Style guide fixes for the hkdf class.
by Benjamin Wright
· 6 years ago
8e98c60
Cleanup for openssl_stream_adapter.cc.
by Benjamin Wright
· 6 years ago
ba4dcc3
rtc::Thread::PostTask() added.
by Henrik Boström
· 6 years ago
f3280e9
Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue
by Danil Chapovalov
· 6 years ago
60fd73a
Migrate SequencedTaskChecker to rely on webrtc::TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
d00405f
Drop support for link-time injection of the rtc::TaskQueue::Impl
by Danil Chapovalov
· 6 years ago
f54e30b
Add const to variables in openssl_stream_adapter.cc that can use it.
by Benjamin Wright
· 6 years ago
695af94
Add reentrancy comment for critical section.
by Ruslan Burakov
· 6 years ago
2684ab3
Test default TaskQueue implementation via TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
a497d12
Avoids PostTask to repost a repeated task.
by Sebastian Jansson
· 6 years ago
c4dd730
Fix -Wextra-semi warnings.
by Mirko Bonadei
· 6 years ago
a9cfa47
Revert "Delete rtc_task_queue_impl build target"
by Mirko Bonadei
· 6 years ago
56973e6
Delete rtc_task_queue_impl build target
by Danil Chapovalov
· 6 years ago
8f096d0
Map clat devices to cellular on Android
by Jeroen de Borst
· 6 years ago
fa52efa
Migrate stdlib task queue to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
3256225
"Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls
by Karl Wiberg
· 6 years ago
826f2e7
Migrate win task queue to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
47cf5ea
Migrate gcd task queue implementation to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
22f9925
webrtc: Remove semicolons.
by Nico Weber
· 6 years ago
e45c688
Remove webrtc::ProtoString.
by Mirko Bonadei
· 6 years ago
914351d
Reland "Always offer transport sequence number header extension for audio""
by Per Kjellander
· 6 years ago
13bc871
PostMessageWithFunctor() added.
by Henrik Boström
· 6 years ago
397c06f
Revert "Always offer transport sequence number header extension for audio"
by Ying Wang
· 6 years ago
1c9c9fc
Replace replace_substrs with Abseil
by Steve Anton
· 6 years ago
fd965c0
Always offer transport sequence number header extension for audio
by Per Kjellander
· 6 years ago
5ae259e
Use a provider in rtc::Network to access the mDNS responder.
by Qingsi Wang
· 6 years ago
3c119fb
Handle HKDF key derivation when building with OpenSSL.
by Sergey Sablin
· 6 years ago
7f24fb9
Add settings to turn off VP8 base layer qp limit
by Erik Språng
· 6 years ago
dcbdd2c
Add Foundation.framework to cocoa_threading target
by Jiawei Ou
· 6 years ago
464a557
Adds audio priority bitrate field trial parameter.
by Sebastian Jansson
· 6 years ago
eb17524
Migrate libevent task queue implementation to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
02f4e32
Make some new rtc_base targets publicly visible
by Karl Wiberg
· 6 years ago
efc9a14
Make UniqueNumberGenerator::AddKnownId() return a value
by Elad Alon
· 6 years ago
b7edf69
Delete rtc::File, usage replaced with FileWrapper
by Niels Möller
· 6 years ago
e6f6a0c
Add missing operator= and extra methods to the SamplesStatsCounter.
by Artem Titov
· 6 years ago
7ca375c
Implement encoder overshoot detector and rate adjuster.
by Erik Språng
· 6 years ago
57d4ac9
Add more unit tests for RateControlSettings.
by Rasmus Brandt
· 6 years ago
65835be
Allow logging of char* null pointer.
by Niels Möller
· 6 years ago
1c54605
[clang-tidy] Apply performance-move-const-arg fixes (misc).
by Mirko Bonadei
· 6 years ago
c402dbe
Account for simulcast hysteresis in padding rate calculation.
by Rasmus Brandt
· 6 years ago
0237106
Expose video freeze metrics in GetStats.
by Sergey Silkin
· 6 years ago
01f64e0
Add test to verify TaskQueue memory access order.
by Artem Titov
· 6 years ago
c84f661
Stop using Googletest legacy APIs.
by Mirko Bonadei
· 6 years ago
170a4b3
Trim unnecessary OpenSSL/BoringSSL ifdefs.
by David Benjamin
· 6 years ago
aa01f27
Removes all const Clock*.
by Sebastian Jansson
· 6 years ago
15df2ef
Fix typo in SafeClamp docs
by Karl Wiberg
· 6 years ago
5118bbc
Add ability to set max probing bitrate via GoogCcNetworkController
by Erik Språng
· 6 years ago
649a4c2
[clang-tidy] Apply performance-inefficient-vector-operation fixes.
by Mirko Bonadei
· 6 years ago
37ec55e
[clang-tidy] Apply performance-faster-string-find fixes.
by Mirko Bonadei
· 6 years ago
739baf0
[clang-tidy] Apply performance-for-range-copy fixes.
by Mirko Bonadei
· 6 years ago
f380284
(7) Rename files to snake_case: remove forwarding headers
by Steve Anton
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
18f65dc
Don't attempt to unwrap RTP timestamps for RTX stream.
by Bjorn Terelius
· 6 years ago
dbb49df
Moving UniqueIdGenerator into rtc_base.
by Amit Hilbuch
· 6 years ago
2c58ba1
Move simulcast hysteresis factor parsing to RateControlSettings
by Erik Språng
· 6 years ago
4b4266f
Move parsing of trusted rate controller to RateControlSettings
by Erik Språng
· 6 years ago
470a5ea
Introduces common AudioAllocationSettings class.
by Sebastian Jansson
· 6 years ago
28522dc
Rename new build targets to follow the recent large file rename
by Karl Wiberg
· 6 years ago
41dd0bc
Fix typo in rtc_base/thread_checker.h.
by Mirko Bonadei
· 6 years ago
23213d9
Refactor FileRotatingStream to use FileWrapper rather than FileStream
by Niels Möller
· 6 years ago
cd76eab
Parsing of pacing factor and alr probing in RateControlSettings
by Erik Språng
· 6 years ago
44f0f87
Remove NetworkManager::{set_ipv6_enabled,ipv6_enabled}.
by Mirko Bonadei
· 6 years ago
7121564
Move congestion window field trial parsing to new class.
by Erik Språng
· 6 years ago
b4c6d1e
Connect global task queue factory and rtc::TaskQueue
by Danil Chapovalov
· 6 years ago
5a6ae02
Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*"
by Niels Möller
· 6 years ago
4664727
Revert "Trim down FileWrapper class to be merely a wrapper owning a FILE*"
by Niels Moller
· 6 years ago
5a1a6db
Update PlatformThread constructor to take name with absl::string_view
by Danil Chapovalov
· 6 years ago
ecb6897
Adds repeating task class.
by Sebastian Jansson
· 6 years ago
80b95de
Trim down FileWrapper class to be merely a wrapper owning a FILE*
by Niels Möller
· 6 years ago
348b08a
Introduce webrtc::TaskQueue and TaskQueueFactory interfaces
by Danil Chapovalov
· 6 years ago
dcfe484
Remove definition of macro WEBRTC_THREAD_RR (it's unused).
by Mirko Bonadei
· 6 years ago
959e9b6
Publish rtc::QueuedTask in api as webrtc::QueuedTask
by Danil Chapovalov
· 6 years ago
a8c7326
RefCounter::DecRef: Remove obsolete TODO and update comment
by Karl Wiberg
· 6 years ago
1a86b78
Delete StreamInterface methods GetPosition, SetPosition and Rewind
by Niels Möller
· 6 years ago
eb0de22
Remove explicit -fsanitize=memory from BUILD.gn.
by Mirko Bonadei
· 6 years ago
dc71420
Remove deprecated code from logging.
by Mirko Bonadei
· 6 years ago
aec15aa
(5) Rename files to snake_case: install forwarding headers
by Steve Anton
· 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
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 6 years ago
83953e4
Delete method StreamInterface::ReserveSize
by Niels Möller
· 6 years ago
e4ed6ea
Introduce stats calculator.
by Artem Titov
· 6 years ago
43f3982
Remove TaskQueue::PostAndReply as unused
by Danil Chapovalov
· 6 years ago
0a7d56e
Delete method StreamInterface::GetSize
by Niels Möller
· 6 years ago
d8bd750
Add ability to use movable only functors in rtc::Thread::Invoke(...)
by Artem Titov
· 6 years ago
40d5533
Include absl/memory/memory.h if absl::make_unique is used
by Steve Anton
· 6 years ago
6ffe62a
Delete FileRotatingStream read support.
by Niels Möller
· 6 years ago
d9ac058
New class FileRotatingStreamReader
by Niels Möller
· 6 years ago
29e13fd
Delete rtc::PacketTime (was an alias for int64_t)
by Niels Möller
· 6 years ago
7f57788
Removes trial to enable BBR congestion controller.
by Sebastian Jansson
· 6 years ago
d69998a
Adds support for empty key fields in field trial parser.
by Sebastian Jansson
· 6 years ago
Next »