Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
166991fa1fe338b31325cb450e13db29aab7074d
166991f
Suppress tsan errors on libjingle_peerconnection_unittest.
by wu@webrtc.org
· 11 years ago
a2e0901
Suppress tsan errors.
by wu@webrtc.org
· 11 years ago
4d3e8b8
Update srtp error value in channel unittests.
by mallinath@webrtc.org
· 11 years ago
822fbd8
Update talk to 50918584.
by wu@webrtc.org
· 11 years ago
dde7d4c
Roll chromium_revision 214260:217707 and gflags 45:84
by fischman@webrtc.org
· 11 years ago
cc9238e
Fix OSX keydown detection. I noticed that the OSX implementation differs from Linux and Windows, and it will trigger continuously for a key that is pressed down. It would totally make sense to change this to a callback driven model, but that's a bigger change.
by niklas.enbom@webrtc.org
· 11 years ago
c927817
OpenSl bug: not matching playout and record sample rate led to high or low pitch audio (depending on if playout rate was higher or lower than record rate).
by henrike@webrtc.org
· 11 years ago
4298f73
Revert 4547 "Isolate GYP target and .isolate files for tests"
by kjellander@webrtc.org
· 11 years ago
d7a4d23
Isolate GYP target and .isolate files for tests
by kjellander@webrtc.org
· 11 years ago
d690eab
The video capture module for iOS.
by sjlee@webrtc.org
· 11 years ago
3d0019f
Remove ViEBase::Init() call from VideoCall.
by pbos@webrtc.org
· 11 years ago
fd39e13
Remove VideoEngine class from new VideoEngine API.
by pbos@webrtc.org
· 11 years ago
d659143
Disable CanTransmitExtraRtpPacketsWithoutError on Windows.
by pbos@webrtc.org
· 11 years ago
62ecc20
Revert r4539 "Disable racy part of RunsRtpRtcpTestWithoutErrors".
by marpan@webrtc.org
· 11 years ago
83ffb0d
Added functionality in apprtc demo to close the capture device on hangup.
by vikasmarwaha@webrtc.org
· 11 years ago
a05653b
Disable racy part of RunsRtpRtcpTestWithoutErrors.
by pbos@webrtc.org
· 11 years ago
e1051b0
Add native_handle.h to gyp.
by wuchengli@chromium.org
· 11 years ago
db1cefc
To allow the propagation of under-run in NetEq.
by minyue@webrtc.org
· 11 years ago
97d1a98
Remove suppressions for the cases that's already fixed.
by wu@webrtc.org
· 11 years ago
6603736
PeerConnection::RemoveStream now removes the local stream even when it's closed. Updated the unit test accordingly.
by wu@webrtc.org
· 11 years ago
32001ef
PeerConnection shutdown-time fixes
by fischman@webrtc.org
· 11 years ago
a550669
Update libjingle to 50733053.
by mallinath@webrtc.org
· 11 years ago
4ca7d3f
Replace MapWrapper with std::map<>.
by pbos@webrtc.org
· 11 years ago
dd14b2a
libjingle gyp: signal errors during gyp time to avoid cryptic failures during build time.
by fischman@webrtc.org
· 11 years ago
1928d0e
Updated WebRTC version to 3.39
by elham@webrtc.org
· 11 years ago
468e19a
Signal when shutting down DirectTransport.
by pbos@webrtc.org
· 11 years ago
0d94c2f
Avoid acquiring VCM::_receiveCritSect during decode callback.
by wuchengli@chromium.org
· 11 years ago
9668467
Run loopback tests with network thread.
by pbos@webrtc.org
· 11 years ago
ecbe0aa
Added Opus stereo support
by minyue@webrtc.org
· 11 years ago
91053e7
Update libjingle to 50654631.
by wu@webrtc.org
· 11 years ago
bf853f2
Fix crash in screen capturer on Mac
by sergeyu@chromium.org
· 11 years ago
6cd9341
Hand over loopback packets to a network thread.
by pbos@webrtc.org
· 11 years ago
80865fd
Don't pace out packets or generate padding when the pacer is disabled.
by stefan@webrtc.org
· 11 years ago
2ab209e
Remove include_dirs from test/test.gyp.
by pbos@webrtc.org
· 11 years ago
a3b7406
Remove unused unreferenced code in webrtc/
by pbos@webrtc.org
· 11 years ago
f4081ab
Revert "Avoid acquiring VCM::_receiveCritSect during decode callback."
by wuchengli@chromium.org
· 11 years ago
a717ee9
Avoid acquiring VCM::_receiveCritSect during decode callback.
by wuchengli@chromium.org
· 11 years ago
64799da
Allowing decoding with errors, when disabling nack.
by mikhal@webrtc.org
· 11 years ago
e270331
Fix duplicate code
by niklas.enbom@webrtc.org
· 11 years ago
5a27e49
This CL will add support of passing all turn urls returned by the CEOD to PeerConnection object.
by mallinath@webrtc.org
· 11 years ago
58d76cb
Delete Channels without ChannelManager lock.
by pbos@webrtc.org
· 11 years ago
bd21fb5
Adding call to Opus PLC
by tina.legrand@webrtc.org
· 11 years ago
d177c10
Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests.
by agalusza@google.com
· 11 years ago
676ff1e
Ref-counted rewrite of ChannelManager.
by pbos@webrtc.org
· 11 years ago
825e9b0
talk/objc/README: s/libjingle/webrtc/ in repository path.
by fischman@webrtc.org
· 11 years ago
a165d9c
Code formatting on files touched in r4447.
by pbos@webrtc.org
· 11 years ago
401ef36
Added configuration of max delay to ACM and NetEq
by pwestin@webrtc.org
· 11 years ago
c883fdc
PeerConnection.java: enable setting trace & log levels from Java
by fischman@webrtc.org
· 11 years ago
c4e1ab5
Added Decoding with errors API to video_coding.h and removed unused DecodeError enum.
by agalusza@google.com
· 11 years ago
0fc2558
Add turaj@webrtc.org to NetEq owners.
by turaj@webrtc.org
· 11 years ago
94aca5c
Disabled flaky HardwareTest.BuiltInWasapiAECWorksForAudioWindowsCoreAudioLayer.
by phoglund@webrtc.org
· 11 years ago
bd69d1b
Disabled SsrcPropagatesCorrectly on Linux.
by phoglund@webrtc.org
· 11 years ago
7bb5436
Better error treatment in NetEqImpl::InsertPacketInternal()
by minyue@webrtc.org
· 11 years ago
9721db7
removed NetEq::EnableDtmf()
by minyue@webrtc.org
· 11 years ago
6e7c203
Modified apprtc demo code to detect browser by checking user_agent in apprtc.py. Now we will use Mozilla stun server if FF is detected as the browser. The CL is an improvement to r4388.
by vikasmarwaha@webrtc.org
· 11 years ago
9dba525
* Update libjingle to 50389769.
by wu@webrtc.org
· 11 years ago
f696f25
Invert dependency between webrtc_utility and media_file targets to reflect reality.
by fischman@webrtc.org
· 11 years ago
9b8861c
Updated WebRTC version number to 3.38
by elham@webrtc.org
· 11 years ago
12dc1a3
Switch C++-style C headers with their C equivalents.
by pbos@webrtc.org
· 11 years ago
c3d93c6
talk/PRESUBMIT: Accept copyright years going back to 2004.
by fischman@webrtc.org
· 11 years ago
ccdcbae
Fix implicit int->bool conversion in VideoSendStream::DeliverRtcp.
by pbos@webrtc.org
· 11 years ago
4052370
Use RtpHeaderParser in VideoCall implementation.
by pbos@webrtc.org
· 11 years ago
bbb07e6
Glue code and tests for NACK in new VideoEngine API.
by pbos@webrtc.org
· 11 years ago
7fb9ce0
Fix send times in video_full_stack.
by pbos@webrtc.org
· 11 years ago
735a7c8
Add back is.FrameProvider() call lost in r4194.
by pbos@webrtc.org
· 11 years ago
9434955
Disable P2PTransportChannelTest.* on memcheck and tsan bots due to issue 1972.
by wu@webrtc.org
· 11 years ago
2cbb429
Remove redundant conditions key.
by andrew@webrtc.org
· 11 years ago
7df9706
Add one API for implementing Initial delay.
by turaj@webrtc.org
· 11 years ago
89c6740
Adds all unittests to android NDK-APK framework.
by henrike@webrtc.org
· 11 years ago
51b2459
Add some virtual and OVERRIDEs in webrtc/common_audio/
by pbos@webrtc.org
· 11 years ago
9162080
Fix some chromium-style warnings in webrtc/modules/audio_processing/
by pbos@webrtc.org
· 11 years ago
4ebd8ef
Supress libjingle_unittest fails on TSan.
by wu@webrtc.org
· 11 years ago
a054569
Fix memory leak in datachannel and its test.
by wu@webrtc.org
· 11 years ago
0dc0f17
sscanf isn't safe with strings that aren't null-terminated. In such case, create a local copy that is null-terminated first.
by wu@webrtc.org
· 11 years ago
17758e9
Fix crash in DesktopRegion::Intersect().
by sergeyu@chromium.org
· 11 years ago
86d7a19
ObjC PeerConnection README: note workaround needed for crbug.com/248168
by fischman@webrtc.org
· 11 years ago
1bc1954
AppRTCDemo: builds using ninja on iOS for simulator and device!
by fischman@webrtc.org
· 11 years ago
6abb750
Delete gtest_exclude for asan which doesn't have effect with how the bots are setup now
by wu@webrtc.org
· 11 years ago
a2a2718
Fix some chromium-style warnings in webrtc/system_wrappers/
by pbos@webrtc.org
· 11 years ago
a7e360e
Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers).
by agalusza@google.com
· 11 years ago
d64719d
Update libjingle to 50191337.
by wu@webrtc.org
· 11 years ago
d3ae3c7
Unbreak clang/android build of webrtc.
by fischman@webrtc.org
· 11 years ago
7fdbb1c
We don't need to link with libssl.so when we already depend on openssl.
by wu@webrtc.org
· 11 years ago
27c0408
Suppressing tsan errors on libjingle_unittest and libjingle_peerconnection_unittest.
by wu@webrtc.org
· 11 years ago
caa7024
PeerConnectionTest.java: build on android bots as well as linux ones.
by fischman@webrtc.org
· 11 years ago
a543114
Removes no longer needed valgrind-libjingle folder. Was workaround for some bots using wrong valgrind script.
by henrike@webrtc.org
· 11 years ago
d40b4d9
Fix libjingle memory bots by suppressing some of the errors.
by wu@webrtc.org
· 11 years ago
d4412fe
Adding possibility to use encoding time when trigger underuse for frame based overuse detection.
by mflodman@webrtc.org
· 11 years ago
09e8c47
Merge r4374 from stable to trunk.
by xians@webrtc.org
· 11 years ago
8fff1f0
Merge r4394 from stable to trunk.
by xians@webrtc.org
· 11 years ago
2f84afa
Merge r4326 from stable to trunk.
by xians@webrtc.org
· 11 years ago
7126b38
Handel zero correlation if at the same time distortion is also zero.
by turaj@webrtc.org
· 11 years ago
2d1a55c
Add some virtual and OVERRIDEs in webrtc/modules/audio_coding/
by pbos@webrtc.org
· 11 years ago
e724284
Fix some chromium-style warnings in webrtc/modules/desktop_capture/
by pbos@webrtc.org
· 11 years ago
0193158
Fix some chromium-style warnings in webrtc/modules/pacing/
by pbos@webrtc.org
· 11 years ago
f3e4cee
Fix some chromium-style warnings in webrtc/modules/rtp_rtcp/
by pbos@webrtc.org
· 11 years ago
8f23df5
Fix some chromium-style warnings in webrtc/modules/remote_bitrate_estimator/
by pbos@webrtc.org
· 11 years ago
4fac8a4
Fix some chromium-style warnings in webrtc/modules/bitrate_controller/
by pbos@webrtc.org
· 11 years ago
a96d877
Added libjingle_peerconnection_java_unittest to buildbot_tests.py
by phoglund@webrtc.org
· 11 years ago
0a4ca8f
Move internal aec_core defines out of header.
by andrew@webrtc.org
· 11 years ago
Next »