Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5684921a16afc24f0e647427feb077b0f4d4ff35
5684921
Roll chromium_revision eeca1d8fa2..5f99c89339 (534891:534995)
by Autoroller
· 7 years ago
6741715
Removes TSAN suppression in AudioDeviceLinuxPulse which is no longer used in PC unittests
by henrika
· 7 years ago
7b52f10
Don't write pacer exit timestamp without pacer
by Erik Språng
· 7 years ago
a8b1508
Stricter declarations in VideoStreamEncoder.
by Niels Möller
· 7 years ago
1f432e0
Update VideoCapturerTrackSourceTest to deliver frames via TaskQueue.
by Tommi
· 7 years ago
ee0a756
Remove TSAN suppressions in non-existing VoiceEngine code.
by Fredrik Solenberg
· 7 years ago
27b2c9a
Add PRESUBMIT test to make sure all valgrind dependencies are listed.
by Edward Lemur
· 7 years ago
95a5f00
Update HWVideoEncoder to reuse codec buffer instead of copying the data.
by Sami Kalliomäki
· 7 years ago
b537496
Renamed PacketQueue2 to RoundRobinPacketQueue.
by Sebastian Jansson
· 7 years ago
17cdcbb
Access ImplementationName() from task queue.
by Rasmus Brandt
· 7 years ago
1e06289
Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY.
by Niels Möller
· 7 years ago
e6cefdf
Moved congestion controller to goog_cc folder.
by Sebastian Jansson
· 7 years ago
2a5ce2b
Fix clang style errors in rtp_rtcp and dependant targets
by Danil Chapovalov
· 7 years ago
740f8e7
Android: Fix a race condition in VideoDecoderWrapper.
by Sami Kalliomäki
· 7 years ago
63a4d99
Roll chromium_revision 242dbc9f7b..eeca1d8fa2 (534785:534891)
by Autoroller
· 7 years ago
03e5ce8
Roll chromium_revision 5ab60ca7a8..242dbc9f7b (534678:534785)
by Autoroller
· 7 years ago
dffead8
Fail CreateAnswer if signaling state is not correct
by Steve Anton
· 7 years ago
2870b0a
Expose a link-local network interfaces enumeration option
by Daniel Lazarenko
· 7 years ago
5dfde18
Change PeerConnection stats interface to be more flexible
by Steve Anton
· 7 years ago
8234ead
Allows the application to set active simulcast streams.
by Seth Hampson
· 7 years ago
c0216b8
Fix the iOS Framework dependency
by Jiawei Ou
· 7 years ago
e2f69cf
Reland "Updates tests for turning simulcast streams on/off."
by Seth Hampson
· 7 years ago
29f1432
Improved robustness and recovery speed in AEC3 during echo path changes
by Per Åhgren
· 7 years ago
5c8622f
Removing backwards compatible rtc_event_log_impl target.
by Mirko Bonadei
· 7 years ago
9f5abb6
Roll chromium_revision f5b70e88bf..5ab60ca7a8 (534436:534678)
by Autoroller
· 7 years ago
7fc0259
check_includes=fase on audio_device_generic & objc_codec_factory_helper.
by Mirko Bonadei
· 7 years ago
c6b224a
Pass the external fec_controller_ to VideoSendStream when available.
by Stefan Holmer
· 7 years ago
f3a0e77
Make gustaf and peah OWNERS of api/audio
by Gustaf Ullberg
· 7 years ago
32586ea
Temporarily skipping examples/* from gn check.
by Mirko Bonadei
· 7 years ago
c2dd59c
Skip oversized rtp header extension when parsing Rtp Packet.
by Danil Chapovalov
· 7 years ago
71d766e
Pass the right flag to Android video quality test.
by Edward Lemur
· 7 years ago
c974b4b
Remove corevideoframebuffer target.
by Anders Carlsson
· 7 years ago
43c225f
Add gustaf to audio_processing OWNERS
by Gustaf Ullberg
· 7 years ago
19052ba
Temporarily skipping sdk:* from gn check.
by Mirko Bonadei
· 7 years ago
96a48ef
Reland "Removing forward headers in modules/audio_coding/codecs.""
by Mirko Bonadei
· 7 years ago
dca1aee
Temporarily skipping libyuv from gn check.
by Mirko Bonadei
· 7 years ago
885e081
Roll chromium_revision e0c329f7fe..f5b70e88bf (534318:534436)
by Autoroller
· 7 years ago
dbbb33c
Stop using public_deps in common_audio.
by Mirko Bonadei
· 7 years ago
6114c24
Stop using public_deps in api.
by Mirko Bonadei
· 7 years ago
28e7107
Only allow MediaTek H264 HW Codec for O_MR1 or later
by Alex Leung
· 7 years ago
57daeb7
Reland "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
8e467df
Move EchoControl out of audio_processing.h.
by Gustaf Ullberg
· 7 years ago
1c3509f
Assign names to signaling and worker threads in OrtcFactory.
by Tommi
· 7 years ago
7092368
Fix race condition in cleanup of old frame records.
by Jonathan Yu
· 7 years ago
eb0df08
Update SSL call sites to compile with both OpenSSL 1.1.0 and BoringSSL
by Jiawei Ou
· 7 years ago
0501e1c
Pass chartjson_result_file to gtest_parallel tests.
by Edward Lemur
· 7 years ago
0488fcf
Made modules/audio_processing/vad its own target.
by Alex Loiko
· 7 years ago
824ef89
Remove old copies of C++ codec factory wrappers.
by Anders Carlsson
· 7 years ago
19651c3
Handle lifetime short than 2 minutes for TURN allocations
by Jonas Oreland
· 7 years ago
f105325
Move all Android specific stuff to android_codec_factory_helper.
by Rasmus Brandt
· 7 years ago
80ba333
Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix
by Karl Wiberg
· 7 years ago
3a36e38
Delete unused VCMCodecDataBase::SendCodec methods.
by Niels Möller
· 7 years ago
59e2989
Roll chromium_revision 306e8326db..e0c329f7fe (534215:534318)
by Autoroller
· 7 years ago
6b375dd
Clean up the pc/OWNERS file.
by Zhi Huang
· 7 years ago
79a5560
Add RTC_UNUSED for call to write() in TaskQueue libevent dtor.
by Tommi
· 7 years ago
93a8439
Bind the structured ICE logging with P2PTransportChannel.
by Qingsi Wang
· 7 years ago
09e86b2
Roll chromium_revision a7892a1d2c..306e8326db (534071:534215)
by Autoroller
· 7 years ago
5b38731
Use fake PeerConnection for RTCStatsCollector tests
by Steve Anton
· 7 years ago
8eca1ff
Reland "Structured ICE logging via RtcEventLog."
by Qingsi Wang
· 7 years ago
cc7125f
Sets sending status for active RtpRtcp modules.
by Seth Hampson
· 7 years ago
d34dbac
Roll chromium_revision 9308190400..a7892a1d2c (533967:534071)
by Autoroller
· 7 years ago
7ef9a0b
Add pcm16b quality test supporting 48khz.
by Alex Narest
· 7 years ago
5a503b0
Revert "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
c501713
Split end to end tests into more cohesive test sets.
by Sebastian Jansson
· 7 years ago
1d0b9d0
Revert "Removing forward headers in modules/audio_coding/codecs."
by Mirko Bonadei
· 7 years ago
7272453
Using fully qualified #include paths in pcm16b code.
by Mirko Bonadei
· 7 years ago
8e2852d
Add chartjson_result_file argument to isac_fix_test.
by Edward Lemur
· 7 years ago
debbc78
Use correct presentationTimestampUs for VideoFrames in old encoder.
by Sami Kalliomäki
· 7 years ago
06c2aa9
Using fully qualified #include paths in ilbc code.
by Mirko Bonadei
· 7 years ago
2279aec
Removing forward headers in modules/audio_coding/codecs.
by Mirko Bonadei
· 7 years ago
f2594a4
Removing skvlad@ from logging/OWNERS.
by Mirko Bonadei
· 7 years ago
0cbcba7
Moved congestion controller to task queue.
by Sebastian Jansson
· 7 years ago
98a867c
Rename VideoCodecTest to VideoCodecUnitTest.
by Rasmus Brandt
· 7 years ago
682dc61
Conclude VideoFrame emit fieldtrial.
by Sami Kalliomäki
· 7 years ago
c22d6a8
Revert "Reland "Parameterize PeerConnection signaling tests for Unified Plan""
by Oleh Prypin
· 7 years ago
7dd9d6f
Roll chromium_revision b696eeaf6b..9308190400 (533674:533967)
by Autoroller
· 7 years ago
c7b964c
Report cipher usage to UMA for all media types on a transport
by Steve Anton
· 7 years ago
970b088
Reland "Break up rtc_event_log_api to solve circular dependencies."
by Qingsi Wang
· 7 years ago
a9c94d5
Be explicit about OpenSSL version requriement.
by Jiawei Ou
· 7 years ago
7b581eb
Reland "Parameterize PeerConnection signaling tests for Unified Plan"
by Steve Anton
· 7 years ago
e831b8c
Add MSID signaling compatibility for Unified Plan endpoints
by Steve Anton
· 7 years ago
ed7b4ff
Use isolated-script-test-perf-output on low_bandwidth_audio_test.
by Edward Lemur
· 7 years ago
5f94aa2
Correct MSID behavior with Unified Plan
by Steve Anton
· 7 years ago
edab301
Remove webrtc::test::InitFieldTrialsFromString(const std::string&).
by Bjorn Terelius
· 7 years ago
9a5c6f8
Add the network preference to RTCConfiguration.
by Qingsi Wang
· 7 years ago
dc22151
Remove win_chromium_webrtc_compile_rel_ng from CQ
by Oleh Prypin
· 7 years ago
06953ba
Move AudioSendStream lifetime reporting into destructor
by Sam Zackrisson
· 7 years ago
b90a64a
Merge OveruseDetector into the TrendlineEstimator (send side BWE only)
by Bjorn Terelius
· 7 years ago
c67f18e
Roll chromium_revision 1bf6c49e7a..b696eeaf6b (533562:533674)
by Autoroller
· 7 years ago
3ff50fb
Create experimental Obj-C++ API.
by Anders Carlsson
· 7 years ago
bc3b782
Using fully qualified #include paths in g722 code.
by Mirko Bonadei
· 7 years ago
2bf82c1
Using fully qualified #include paths in g711 code.
by Mirko Bonadei
· 7 years ago
08973ee
Using fully qualified #include paths in isac code.
by Mirko Bonadei
· 7 years ago
28dbf97
Fixing warnings in public iOS SDK headers.
by Peter Hanspers
· 7 years ago
56fa050
Improved accuracy of packet loss calculation in tests.
by Sebastian Jansson
· 7 years ago
10d9d59
Adding simulcast/spatial layering support to VideoProcessor.
by Sergey Silkin
· 7 years ago
d5e17d6
Don't run video_quality_loopback_test from the src dir.
by Edward Lemur
· 7 years ago
dff3102
Reorganize code in java_types to logical groups.
by Sami Kalliomäki
· 7 years ago
3b1df67
Add the missing header for `errno` variable in `checks.cc`
by Jiawei Ou
· 7 years ago
e062385
Avoid to unconditionally include rtc_base/win32.h.
by Mirko Bonadei
· 7 years ago
Next »