Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
ba92c52570d3e803f7e5d0a84295c3de885ad703
ba92c52
Disable GetStats on DrMemory.
by pbos@webrtc.org
· 11 years ago
026859b
This is related to an earlier CL of enabling Opus 48 kHz.
by minyue@webrtc.org
· 11 years ago
e6f84ae
Initial WebRtcVideoEngine2::GetStats().
by pbos@webrtc.org
· 11 years ago
e9e4253
Sleep in ThreadTest thread functions.
by pbos@webrtc.org
· 11 years ago
d1ea06b
Restart VideoReceiveStreams in WebRtcVideoEngine2.
by pbos@webrtc.org
· 11 years ago
c31651d
(Auto)update libjingle 71378257-> 71410012
by buildbot@webrtc.org
· 11 years ago
e364ac9
AudioBuffer: Optimize const accesses to arrays that autoconvert int16<->float
by kwiberg@webrtc.org
· 11 years ago
c145668
Reduce runtime of RingBufferTest by a factor of 100.
by andrew@webrtc.org
· 11 years ago
4f5da03
Use _numMixedParticipants instead of audioFrameList->size() to determine if there're more than one participants.
by wu@webrtc.org
· 11 years ago
aa93611
Connect to the turn server if address cannot be resolved by the browser by using
by mallinath@webrtc.org
· 11 years ago
e5995aa
Assigning a priority to TURN server list passed to PeerConnection. First entry in the TURN server list will get the highest priotity and so forth.
by mallinath@webrtc.org
· 11 years ago
e10d28c
fix
by jiayl@webrtc.org
· 11 years ago
8b94e3d
Fix issue where padding is sent before media with undefined timestamps if not abs-send-time is enabled.
by stefan@webrtc.org
· 11 years ago
4065988
Remove unused ExperimentalNS API in AudioProcessing
by aluebs@webrtc.org
· 11 years ago
2b6bc8d
AudioBuffer: Eliminate the SplitChannelBuffer class
by kwiberg@webrtc.org
· 11 years ago
5301b0f
Move additional state into WebRtcVideoSendStream.
by pbos@webrtc.org
· 11 years ago
2561d52
Simplify AudioBuffer::mixed_low_pass_data API
by aluebs@webrtc.org
· 11 years ago
af93fc0
AudioBuffer: Let ChannelBuffer handle bounds checking of channel parameter
by kwiberg@webrtc.org
· 11 years ago
2ade42b
Add unit test for MediaFile WAV file writing
by kwiberg@webrtc.org
· 11 years ago
4a472fb
Fixes up rtc so that it compiles on iOS 8 SDK.
by tkchin@webrtc.org
· 11 years ago
52eddec
Revert 6707 "Add support of multiple STUN servers in UDPPort."
by wu@webrtc.org
· 11 years ago
c56ae63
r6709 lacks a change in BUILD.gn
by minyue@webrtc.org
· 11 years ago
74aaf29
Raw packet loss rate reported by RTP_RTCP module may vary too drastically over time. This CL is to add a filter to the value in VoE before lending it to audio coding module.
by minyue@webrtc.org
· 11 years ago
4c3e991
Make sure b lines appear before all the a lines. Per RFC 4566, the order of media description should be:
by wu@webrtc.org
· 11 years ago
46fb331
Add support of multiple STUN servers in UDPPort.
by jiayl@webrtc.org
· 11 years ago
2e3c97d
Compile-time guard for iOS7 specific property.
by tkchin@webrtc.org
· 11 years ago
a8d8ad2
(Auto)update libjingle 71240799-> 71250251
by buildbot@webrtc.org
· 11 years ago
4070b1d
Print an info log instead of return an error if an external encoder is de-registered, but no corresponding internal encoder can be registered automatically.
by stefan@webrtc.org
· 11 years ago
63c60ed
Remove old padding path in RTPSender.
by pbos@webrtc.org
· 11 years ago
efb81d8
int16<->float conversions: Use size_t for array length argument, not int
by kwiberg@webrtc.org
· 11 years ago
0fa6366
Define convenient FATAL_ERROR() and FATAL_ERROR_IF() macros
by kwiberg@webrtc.org
· 11 years ago
e8ea33c
nrsh1 is written before tmp321 is read, so needs to be earlyclobber
by kwiberg@webrtc.org
· 11 years ago
38ce7d0
Implement unittest for SetSendCodecsChangesExistingStreams.
by pbos@webrtc.org
· 11 years ago
bac5f0f
Fix an invalid memory access due to typo in win/cursor.cc.
by jiayl@webrtc.org
· 11 years ago
122caa5
After an audio interruption the audio unit no longer invokes its render callback, which results in a loss of audio. Restarting the audio unit post interruption fixes the issue.
by tkchin@webrtc.org
· 11 years ago
4721895
Minor refactoring of StatsCollector.
by tommi@webrtc.org
· 11 years ago
42fe435
Remove Thread::RunningForChannelManager().
by tkchin@webrtc.org
· 11 years ago
89fd1e8
Improvements to the pacer where it lost some budget due to truncation errors.
by stefan@webrtc.org
· 11 years ago
376b4ea
Fix breakage introduced by r6691.
by pbos@webrtc.org
· 11 years ago
2f4b14e
Make RTCP sender report send media bytes.
by pbos@webrtc.org
· 11 years ago
ffa8dca
Eliminate unnecessary #include
by kwiberg@webrtc.org
· 11 years ago
324f63c
rtc::Fatal output: Print space between # and message
by kwiberg@webrtc.org
· 11 years ago
bc73871
Remove the VPM denoiser.
by pbos@webrtc.org
· 11 years ago
2adc51c
Handle the case if an unusually long peer name is provided in the peerconnection example.
by tommi@webrtc.org
· 11 years ago
cb859ec
Replace strcpy with talk_base::strcpyn.
by pbos@webrtc.org
· 11 years ago
6823479
Roll libyuv from 1033 to 1035 to get cpuid fix for AVX2 that avoids misdetect causing a crash in AVX2 code on cpus that do not have AVX2.
by fbarchard@google.com
· 11 years ago
d873540
Roll chromium 282462:282879.
by fgalligan@google.com
· 11 years ago
92a9bac
Rebase webrtc/base with r6682 version of talk/base:
by henrike@webrtc.org
· 11 years ago
1b84116
Add a facility to the Thread class to catch blocking regressions.
by henrike@webrtc.org
· 11 years ago
b038c72
Enable SCTP compile for iOS.
by tkchin@webrtc.org
· 11 years ago
aac1497
(Auto)update libjingle 71116846-> 71117224
by buildbot@webrtc.org
· 11 years ago
5be649f
Add a facility to the Thread class to catch blocking regressions.
by tommi@webrtc.org
· 11 years ago
242068d
A step towards changing StatsReport::Value::name to an enum.
by tommi@webrtc.org
· 11 years ago
03505bc
Make StatsCollector depend on always having a valid session pointer.
by tommi@webrtc.org
· 11 years ago
b5348c6
Minor refactoring of the session classes.
by tommi@webrtc.org
· 11 years ago
d852434
(Auto)update libjingle 71107853-> 71115715
by buildbot@webrtc.org
· 11 years ago
b92f6f9
(Auto)update libjingle 71099685-> 71107853
by buildbot@webrtc.org
· 11 years ago
a4da771
Fix deadlock in Android stopCapture() call.
by glaznev@webrtc.org
· 11 years ago
5f43ce6
Fix a type cast issue for compiling webrtc with BoringSSL.
by jiayl@webrtc.org
· 11 years ago
e04cb0e
(Auto)update libjingle 70948025-> 70959275
by buildbot@webrtc.org
· 11 years ago
9bef551
GN: Fix include paths for WebRTC in Chromium build.
by kjellander@webrtc.org
· 11 years ago
9e1acc8
Fix bugs introduced by https://code.google.com/p/webrtc/source/detail?r=6667 .
by tommi@webrtc.org
· 11 years ago
dd6780d
Remove always-true expression.
by tommi@webrtc.org
· 11 years ago
eec6ecd
Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC. ---
by tommi@webrtc.org
· 11 years ago
180e516
Thread annotate RTCPSender.
by pbos@webrtc.org
· 11 years ago
336e8e8
Fixing memcheck leak suppressions for XMPPClient tests.
by pbos@webrtc.org
· 11 years ago
168f23f
Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.
by stefan@webrtc.org
· 11 years ago
ccbed3b
Implement unittest SetRecvCodecsAcceptDefaultCodecs.
by pbos@webrtc.org
· 11 years ago
a1bfcad
Cast payload types to int for logging.
by pbos@webrtc.org
· 11 years ago
fb2e7c2
Document that channels are stored contiguously in AudioBuffer
by aluebs@webrtc.org
· 11 years ago
d212ffc
Remove unnecessary build message.
by tommi@webrtc.org
· 11 years ago
4ef438e
Remove the send-side cname getter APIs from voice and video engine.
by stefan@webrtc.org
· 11 years ago
0f42668
Roll chromium_revision 280876:282462
by henrikg@webrtc.org
· 11 years ago
cb97368
roll libyuv to r1033 for clang-cl support on windows.
by fbarchard@google.com
· 11 years ago
b614d06
Rebase webrtc/base with r6655 version of talk/base:
by henrike@webrtc.org
· 11 years ago
72491b9
Count total bytes sent in RTPSender::Bytes().
by pbos@webrtc.org
· 11 years ago
0422100
Fix data race in VCMTiming::ResetDecodeTime.
by pbos@webrtc.org
· 11 years ago
bd9c092
Skip encoding in fake VP8 encoder.
by pbos@webrtc.org
· 11 years ago
7ae9108
Remove more unused tsan suppressions and fix call test passing the same decoder to multiple received streams.
by andresp@webrtc.org
· 11 years ago
91f1752
Support VP8 encoder settings in VideoSendStream.
by pbos@webrtc.org
· 11 years ago
8f15121
Refactor registerable callbacks for FrameCountObserver from rtp_rtcp module into vie_channel.
by andresp@webrtc.org
· 11 years ago
5bde66e
audio_processing: Updates aec_core_sse2.c with changes made to aec_common.h
by bjornv@webrtc.org
· 11 years ago
555fc78
Neon version of SubbandCoherence()
by bjornv@webrtc.org
· 11 years ago
ac800c8
Neon version of rftbsub_128()
by bjornv@webrtc.org
· 11 years ago
5ac876b
Revert "Remove remains of WEBRTC_NO_STL." (rev 6641).
by andresp@webrtc.org
· 11 years ago
e91ba26
Revert 6643 "Revert 6637 "Revert 6636 "Roll chromium_revision 28..."
by henrikg@webrtc.org
· 11 years ago
02dce51
Revert 6637 "Revert 6636 "Roll chromium_revision 280876:281479""
by henrikg@webrtc.org
· 11 years ago
7267020
(Auto)update libjingle 70813271-> 70818369
by buildbot@webrtc.org
· 11 years ago
47d1c98
Remove remains of WEBRTC_NO_STL.
by andresp@webrtc.org
· 11 years ago
10ef8fe
Create FullScreenChromeWindowDetector in DesktopConfigurationOptions::CreateDefault.
by jiayl@webrtc.org
· 11 years ago
4b1f330
Fix a bug in SocketAddress where "a.b.c.d:1" and "b.b.c.d:1" are incorrectly considered equal.
by jiayl@webrtc.org
· 11 years ago
7af12be
Thread annotations for vie_encoder.cc/.h
by stefan@webrtc.org
· 11 years ago
e7771d0
Revert 6636 "Roll chromium_revision 280876:281479"
by henrikg@webrtc.org
· 11 years ago
543da99
Roll chromium_revision 280876:281479
by henrikg@webrtc.org
· 11 years ago
045a9b1
Remove unnecessary race suppressions copied from chromium.
by andresp@webrtc.org
· 11 years ago
b8e9e44
Add full stack test cases with a fake network pipe.
by stefan@webrtc.org
· 11 years ago
e9cefde
Improve libjingle's ASSERT and VERIFY macros on Windows.
by tommi@webrtc.org
· 11 years ago
01bda20
Fixed the stats problem when new track is using the same ssrc as the previous track.
by xians@webrtc.org
· 11 years ago
b753762
delay_estimator: Increases test coverage and makes input spectrum const
by bjornv@webrtc.org
· 11 years ago
12b4efe
Implement a work around for Chrome full-screen tab switch on Mac.
by jiayl@webrtc.org
· 11 years ago
Next »