Sign in
webrtc
/
src
/
4c4cb5b98456cb16d9174485bd59e58a861fd0f5
4c4cb5b
Separate the JNI function that controls logging levels into two.
by skvlad
· 9 years ago
ca4cac7
New module for the adaptive level controlling functionality in the audio processing module
by peah
· 9 years ago
886815b
Add back P2PTransportChannel.Connect, for Chromium.
by deadbeef
· 9 years ago
b825aee
Start ICE connectivity checks as soon as the first pair is pingable.
by Taylor Brandstetter
· 9 years ago
f516585
Workaround for clang bug http://llvm.org/PR28348.
by Peter Boström
· 9 years ago
bf2f569
Fixing flakiness of CreateDataChannelAfterNegotiate.
by Taylor Brandstetter
· 9 years ago
6c3e788
Add RTX codecs for codecs only supported by external encoder.
by Taylor Brandstetter
· 9 years ago
f3d8d32
Fixing P2PTransportChannelTest.TestIceConfigWillPassDownToPort.
by Taylor Brandstetter
· 9 years ago
54433e7
Fixing flakiness of TestDetectUnresolvedProxy.
by Taylor Brandstetter
· 9 years ago
37f93af
Remove unused constructor from VCMPacket.
by Johan Ahlers
· 9 years ago
df6ecea
Fix to make the start/stop functions for the Rtc Eventlog non-virtual.
by Ivo Creusen
· 9 years ago
18c65a4
Expanded error message for unexpected packet
by Danil Chapovalov
· 9 years ago
9c0c75b
Add GN targets for AppRTC Demo on Android.
by Sami Kalliomaki
· 9 years ago
1895526
Move RtcEventLog object from inside VoiceEngine to Call.
by Ivo Creusen
· 9 years ago
8cf2a3a
Android: Camera2 implementation and tests for it.
by Sami Kalliomaki
· 9 years ago
f4878e5
VideoCapturerAndroid: Remove unused function getCameraThreadHandler
by Magnus Jedvert
· 9 years ago
37bb54e
Reland: Remove global list of SRTP sessions.
by Joachim Bauch
· 9 years ago
65f4727
Fixing race condition in IncomingVideoStream.
by Taylor Brandstetter
· 9 years ago
a3c51ea
Revert "Pull out the PostFilter to its own NonlinearBeamformer API"
by Alejandro Luebs
· 9 years ago
9c7a0db
Constructor in Camera1Enumerator should be public.
by Sami Kalliomaki
· 9 years ago
b983112
Pull out the PostFilter to its own NonlinearBeamformer API
by Alejandro Luebs
· 9 years ago
d00c057
Fix the turn and udp port type.
by Honghai Zhang
· 9 years ago
70fae2c
Add override annotation to appropriate methods in Camera1Enumerator.
by sakal
· 9 years ago
0dacbf5
Create a null decoder for h264 when not supported, instead of crashing.
by noahric
· 9 years ago
31b2ec4
Remove unused output parameter in VCMReceiver::FrameForDecoding().
by Johan Ahlers
· 9 years ago
95348f7
Remove unused parameters from VCMReceiver::InsertPacket().
by Johan Ahlers
· 9 years ago
098e6c5
Logging and tracing of audio devices on Andriod.
by Max Morin
· 9 years ago
6bb1ef2
Fixing bug where Connection drops packets when presumed writable.
by Taylor Brandstetter
· 9 years ago
f8e6577
Add virtual Initialize methods to PortAllocator and NetworkManager.
by Taylor Brandstetter
· 9 years ago
ba29c6a
Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 9 years ago
716d07a
Using fake clock for TURN port tests and un-disabling some tests.
by Taylor Brandstetter
· 9 years ago
1caff88
Disabling EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx.
by deadbeef
· 9 years ago
d570484
Decrease the amount of maximum outstanding frames for Android HW H.264 decoder.
by Alex Glaznev
· 9 years ago
56ce49d
Delete a method that was not used. This was a mistake from code merging.
by Honghai Zhang
· 9 years ago
3d2e853
Replace OS_ANDROID define to disable webrtc test.
by Peter Boström
· 9 years ago
ac968bd
Build webrtc_nonparallel_tests under GN.
by Peter Boström
· 9 years ago
3532ee2
Disable flaky ProcessNoLossChangeFrameRateFrameDropVP9 on Android
by Patrik Höglund
· 9 years ago
e01000b
Fixing a comment on AEC divergence metric.
by minyuel
· 9 years ago
7ba0262
Make bucket names explicit in cq.cfg.
by tandrii
· 9 years ago
685440b
Make mixing test die earlier on failure instead of spamming errors
by phoglund
· 9 years ago
b52e81c
Allow disabling capture to texture on Camera1Enumerator using constructor parameter.
by Sami Kalliomaki
· 9 years ago
007f0ad
Roll chromium_revision 7711cbb94f..74a40988ba (401243:402146)
by buildbot
· 9 years ago
7893e9a
Remove a thread checker for a decoder thread from IncomingVideoStream.
by Tommi
· 9 years ago
56c0b20
Return both IPv6 and IPv4 address from the lookup.
by Honghai Zhang
· 9 years ago
ff4def7
Fix stats hud in AppRTC Demo for iOS.
by stefan
· 9 years ago
3784b4a
Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ )
by tkchin
· 9 years ago
cd89e86
Cleanups in cricket::VideoFrame and cricket::WebRtcVideoFrame.
by Sergey Ulanov
· 9 years ago
2d54917
Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 9 years ago
1a7162d
Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ )
by deadbeef
· 9 years ago
bc58319
Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver.
by Taylor Brandstetter
· 9 years ago
ba8d433
Revert of Add virtual Initialize methods to PortAllocator and NetworkManager. (patchset #4 id:60001 of https://codereview.webrtc.org/2097653002/ )
by deadbeef
· 9 years ago
a6bdb09
Add virtual Initialize methods to PortAllocator and NetworkManager.
by Taylor Brandstetter
· 9 years ago
059e183
Reland of "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #1 id:1 of https://codereview.webrtc.org/2098703004/ )
by honghaiz
· 9 years ago
ae4d0d9
Revert of Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #5 id:120001 of https://codereview.webrtc.org/2041593002/ )
by honghaiz
· 9 years ago
5b5d2cd
Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )"
by Honghai Zhang
· 9 years ago
721ede1
[Chromoting] DirectX based capturer should always return a temporary error
by zijiehe
· 9 years ago
ef18470
Allow receiving a packet on a TURN port from an unknown address.
by Taylor Brandstetter
· 9 years ago
7cf7403
Revert of Cleanups in cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #5 id:110001 of https://codereview.webrtc.org/2075983003/ )
by honghaiz
· 9 years ago
8cd7f22
Fix a breakage in chromoting due to an interface change.
by Honghai Zhang
· 9 years ago
742d7b1
Cleanups in cricket::VideoFrame and cricket::WebRtcVideoFrame.
by sergeyu
· 9 years ago
572b094
Do not switch best connection on the controlled side too frequently due to the nomination from the controlling side.
by Honghai Zhang
· 9 years ago
3f81fcd
Don't recreate the speech encoder if we don't have to
by kwiberg
· 9 years ago
1fdcc28
[MIPS] Fix build issue for mips64el
by milko.leporis
· 9 years ago
d4bcdad
Add a libfuzzer for RtpHeaderParser.
by katrielc
· 9 years ago
787eeed
Formatted with clang-format. Checking if development environment is set up correctly.
by Max Morin
· 9 years ago
f4ae6dc
Fix an issue in IPv6 support.
by Honghai Zhang
· 9 years ago
14f97f5
Adding IceConfig option to assume TURN/TURN candidate pairs will work.
by deadbeef
· 9 years ago
e7edea9
Revert of Move FilePlayer and FileRecorder to Voice Engine (patchset #5 id:80001 of https://codereview.chromium.org/2037623002/ )
by kwiberg
· 9 years ago
079a7a1
Reland of Do not delete a connection in the turn port with permission error or refresh error. (patchset #1 id:1 of https://codereview.webrtc.org/2090833002/ )
by honghaiz
· 9 years ago
3159ffa
Revert of Do not delete a connection in the turn port with permission error or refresh error. (patchset #6 id:260001 of https://codereview.webrtc.org/2068263003/ )
by honghaiz
· 9 years ago
13d5db3
Revert of Adding IceConfig option to assume TURN/TURN candidate pairs will work. (patchset #9 id:160001 of https://codereview.webrtc.org/2063823008/ )
by honghaiz
· 9 years ago
8e6134e
Adding IceConfig option to assume TURN/TURN candidate pairs will work.
by Taylor Brandstetter
· 9 years ago
3d77deb
Do not delete a connection in the turn port with permission error, refresh error, or binding error.
by Honghai Zhang
· 9 years ago
65874b1
Move FilePlayer and FileRecorder to Voice Engine
by Karl Wiberg
· 9 years ago
821942d
Remove the unused video stuff in FilePlayer and FileRecorder
by kwiberg
· 9 years ago
f7c15a9
Set the generation on peer reflexive candidates when created.
by Taylor Brandstetter
· 9 years ago
329c940
Add encoder/decoder names to software H264.
by Peter Boström
· 9 years ago
d5f50a1
NetEq: Fix a bug in DelayPeakDetector causing asserts to trigger
by henrik.lundin
· 9 years ago
6691070
Add TODO comments on deprecated VideoFrame methods.
by nisse
· 9 years ago
522739c
Explicitly logging video suspend state.
by mflodman
· 9 years ago
191b359
Implement timestamp translation/filter in VideoCapturer.
by nisse
· 9 years ago
bddc94b
Add fuzzer corpora.
by katrielc
· 9 years ago
e8a77e3
Refactor neteq_rtpplay
by henrik.lundin
· 9 years ago
dfb63ec
Roll chromium_revision 118f252384..7711cbb94f (401159:401243)
by buildbot
· 9 years ago
1fd9595
Pass VideoDecoderParams to VideoDecoderFactory and add SSRC to RtpEncodingParameters.
by sakal
· 9 years ago
a36350d
Roll chromium_revision 0cb69fcbdc..118f252384 (401034:401159)
by buildbot
· 9 years ago
6ef36e7
Remove DesktopCapturer::Callback::OnCaptureCompleted()
by sergeyu
· 9 years ago
dfc4244
Update ICE role on all ports, not just ones used for new connections.
by deadbeef
· 9 years ago
123f33c
Revert of Delete method cricket::VideoFrame::Copy. (patchset #7 id:120001 of https://codereview.webrtc.org/2080253002/ )
by honghaiz
· 9 years ago
0af180b
When a remote candidate is added, update all prflx candidates.
by deadbeef
· 9 years ago
7e4e00d
Delete method cricket::VideoFrame::Copy.
by nisse
· 9 years ago
3ee3d69
Roll chromium_revision 719d4716ed..0cb69fcbdc (400938:401034)
by buildbot
· 9 years ago
7bd5f25
Fine tune the IntelligibilityEnhancer
by aluebs
· 9 years ago
435264a
Increase the stun ping interval.
by zhihuang
· 9 years ago
8d2248f
Revert of Update ICE role on all ports, not just ones used for new connections. (patchset #3 id:40001 of https://codereview.webrtc.org/2053043003/ )
by phoglund
· 9 years ago
03153f1
GN: Add neteq_rtpplay and rtc_event_log_source
by henrik.lundin
· 9 years ago
3a2a640
Revert of Delete method cricket::VideoFrame::Copy. (patchset #7 id:120001 of https://codereview.webrtc.org/2080253002/ )
by nisse
· 9 years ago
0ed2763
Roll chromium_revision 12074d3d1a..719d4716ed (400873:400938)
by buildbot
· 9 years ago
9c00f64
Delete method cricket::VideoFrame::Copy.
by nisse
· 9 years ago
1e6bbe4
Delete deprecated VideoFrameBuffer methods.
by nisse
· 9 years ago
Next »