Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed)

Created:
4 years, 11 months ago by kjellander_webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move talk/app/webrtc to webrtc/api The previously disabled warnings that were inherited from talk/build/common.gypi are now replaced by target-specific disabling of only the failing warnings. Additional disabling was needed since the stricter compilation warnings that applies to code in webrtc/. License headers will be updated in a follow-up CL. Other modifications: * Updated the header guards. * Sorted the includes using chromium/src/tools/sort-headers.py except for these files: talk/app/webrtc/peerconnectionendtoend_unittest.cc talk/app/webrtc/java/jni/androidmediadecoder_jni.cc talk/app/webrtc/java/jni/androidmediaencoder_jni.cc webrtc/media/devices/win32devicemanager.cc The HAVE_SCTP define was added for the peerconnection_unittests target in api_tests.gyp. I also checked that none of SRTP_RELATIVE_PATH HAVE_SRTP HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE were used by the talk/app/webrtc code. For Chromium, the following changes will need to be applied to the roll CL that updates the DEPS for WebRTC and libjingle: https://codereview.chromium.org/1615433002 BUG=webrtc:5418 NOPRESUBMIT=True R=deadbeef@webrtc.org, pthatcher@webrtc.org, tommi@webrtc.org Committed: https://crrev.com/15583c19d7d491d53f9bf9c0f6d15a734b0a473d Cr-Commit-Position: refs/heads/master@{#11545}

Patch Set 1 : #

Patch Set 2 : Fixed GYP errors on Windows, Linux and Android #

Patch Set 3 : Rebased to 11331 #

Patch Set 4 : Disable more warmings #

Patch Set 5 : Another round for Win and Android #

Patch Set 6 : More Win fixes #

Patch Set 7 : Another attempt for sign-compare on Windows #

Patch Set 8 : Rebased against 11353 #

Patch Set 9 : Rebase fixes for iOS #

Patch Set 10 : Updated location for peerconnection_unittests.isolate #

Total comments: 9

Patch Set 11 : Restored licenses and rebased to 39be5610de61d8d3a98d516395a5e28f71edcacf #11514 #

Patch Set 12 : Fix rebase errors and add pthatcher to OWNERS #

Patch Set 13 : Rebased to f5368ab81df8e1d48cff9befb2898b1c40470af4 #11544 #

Patch Set 14 : Removed processing of api.gyp for Chromium builds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1105 lines, -61407 lines) Patch
D talk/app/webrtc/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -5 lines 0 comments Download
D talk/app/webrtc/androidtests/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -30 lines 0 comments Download
D talk/app/webrtc/androidtests/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
D talk/app/webrtc/androidtests/ant.properties View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -18 lines 0 comments Download
D talk/app/webrtc/androidtests/build.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -92 lines 0 comments Download
D talk/app/webrtc/androidtests/project.properties View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -16 lines 0 comments Download
D talk/app/webrtc/androidtests/res/drawable-hdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
D talk/app/webrtc/androidtests/res/drawable-ldpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
D talk/app/webrtc/androidtests/res/drawable-mdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
D talk/app/webrtc/androidtests/res/drawable-xhdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
D talk/app/webrtc/androidtests/res/values/strings.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -6 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/GlRectDrawerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -307 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -180 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/NetworkMonitorTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -295 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/PeerConnectionTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -771 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/RendererCommonTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -189 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/SurfaceTextureHelperTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -439 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -215 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -340 lines 0 comments Download
D talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTestFixtures.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -615 lines 0 comments Download
D talk/app/webrtc/androidvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -108 lines 0 comments Download
D talk/app/webrtc/androidvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -250 lines 0 comments Download
D talk/app/webrtc/audiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -76 lines 0 comments Download
D talk/app/webrtc/audiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -108 lines 0 comments Download
D talk/app/webrtc/datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -299 lines 0 comments Download
D talk/app/webrtc/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -655 lines 0 comments Download
D talk/app/webrtc/datachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -581 lines 0 comments Download
D talk/app/webrtc/datachannelinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -159 lines 0 comments Download
D talk/app/webrtc/dtlsidentitystore.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -165 lines 0 comments Download
D talk/app/webrtc/dtlsidentitystore.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -250 lines 0 comments Download
D talk/app/webrtc/dtlsidentitystore_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -152 lines 0 comments Download
D talk/app/webrtc/dtmfsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -139 lines 0 comments Download
D talk/app/webrtc/dtmfsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -255 lines 0 comments Download
D talk/app/webrtc/dtmfsender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -359 lines 0 comments Download
D talk/app/webrtc/dtmfsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -105 lines 0 comments Download
D talk/app/webrtc/fakemediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -55 lines 0 comments Download
D talk/app/webrtc/fakemetricsobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -68 lines 0 comments Download
D talk/app/webrtc/fakemetricsobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -79 lines 0 comments Download
D talk/app/webrtc/java/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -10 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/Camera2Enumerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -122 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -227 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/CameraEnumerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -101 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/EglBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -139 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/EglBase10.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -302 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/EglBase14.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -257 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/GlRectDrawer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -230 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/GlShader.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -144 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -142 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/GlUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -75 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/NetworkMonitor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -270 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -605 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/RendererCommon.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -260 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -488 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -580 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/ThreadUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -192 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -793 lines 0 comments Download
D talk/app/webrtc/java/android/org/webrtc/VideoRendererGui.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -666 lines 0 comments Download
D talk/app/webrtc/java/jni/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
D talk/app/webrtc/java/jni/androidmediacodeccommon.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -113 lines 0 comments Download
D talk/app/webrtc/java/jni/androidmediadecoder_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -59 lines 0 comments Download
D talk/app/webrtc/java/jni/androidmediadecoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -944 lines 0 comments Download
D talk/app/webrtc/java/jni/androidmediaencoder_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -63 lines 0 comments Download
D talk/app/webrtc/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1264 lines 0 comments Download
D talk/app/webrtc/java/jni/androidnetworkmonitor_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -108 lines 0 comments Download
D talk/app/webrtc/java/jni/androidnetworkmonitor_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -384 lines 0 comments Download
D talk/app/webrtc/java/jni/androidvideocapturer_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -116 lines 0 comments Download
D talk/app/webrtc/java/jni/androidvideocapturer_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -246 lines 0 comments Download
D talk/app/webrtc/java/jni/classreferenceholder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -59 lines 0 comments Download
D talk/app/webrtc/java/jni/classreferenceholder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -152 lines 0 comments Download
D talk/app/webrtc/java/jni/eglbase_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -60 lines 0 comments Download
D talk/app/webrtc/java/jni/eglbase_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -90 lines 0 comments Download
D talk/app/webrtc/java/jni/jni_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -146 lines 0 comments Download
D talk/app/webrtc/java/jni/jni_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -296 lines 0 comments Download
D talk/app/webrtc/java/jni/jni_onload.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -55 lines 0 comments Download
D talk/app/webrtc/java/jni/native_handle_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -77 lines 0 comments Download
D talk/app/webrtc/java/jni/native_handle_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -186 lines 0 comments Download
D talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2057 lines 0 comments Download
D talk/app/webrtc/java/jni/surfacetexturehelper_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -79 lines 0 comments Download
D talk/app/webrtc/java/jni/surfacetexturehelper_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -68 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/AudioSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -38 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/AudioTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -35 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -57 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/DataChannel.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -143 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/IceCandidate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -48 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -701 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -602 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaConstraints.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -101 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -55 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaStream.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -134 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/MediaStreamTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -86 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/PeerConnection.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -305 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -271 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/RtpReceiver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -63 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/RtpSender.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -88 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/SdpObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -43 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/SessionDescription.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -57 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/StatsObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -34 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/StatsReport.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -72 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/VideoCapturer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -62 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/VideoRenderer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -170 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/VideoSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -63 lines 0 comments Download
D talk/app/webrtc/java/src/org/webrtc/VideoTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -68 lines 0 comments Download
D talk/app/webrtc/jsep.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -155 lines 0 comments Download
D talk/app/webrtc/jsepicecandidate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -92 lines 0 comments Download
D talk/app/webrtc/jsepicecandidate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -99 lines 0 comments Download
D talk/app/webrtc/jsepsessiondescription.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -106 lines 0 comments Download
D talk/app/webrtc/jsepsessiondescription.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -203 lines 0 comments Download
D talk/app/webrtc/jsepsessiondescription_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -238 lines 0 comments Download
D talk/app/webrtc/localaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -73 lines 0 comments Download
D talk/app/webrtc/localaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -113 lines 0 comments Download
D talk/app/webrtc/localaudiosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -117 lines 0 comments Download
D talk/app/webrtc/mediaconstraintsinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -141 lines 0 comments Download
D talk/app/webrtc/mediaconstraintsinterface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -149 lines 0 comments Download
D talk/app/webrtc/mediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -55 lines 0 comments Download
D talk/app/webrtc/mediacontroller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -96 lines 0 comments Download
D talk/app/webrtc/mediastream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -75 lines 0 comments Download
D talk/app/webrtc/mediastream.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -112 lines 0 comments Download
D talk/app/webrtc/mediastream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -175 lines 0 comments Download
D talk/app/webrtc/mediastreamhandler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -29 lines 0 comments Download
D talk/app/webrtc/mediastreamhandler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -29 lines 0 comments Download
D talk/app/webrtc/mediastreaminterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -296 lines 0 comments Download
D talk/app/webrtc/mediastreamobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -65 lines 0 comments Download
D talk/app/webrtc/mediastreamobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -101 lines 0 comments Download
D talk/app/webrtc/mediastreamprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -108 lines 0 comments Download
D talk/app/webrtc/mediastreamproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -54 lines 0 comments Download
D talk/app/webrtc/mediastreamtrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -81 lines 0 comments Download
D talk/app/webrtc/mediastreamtrackproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -77 lines 0 comments Download
D talk/app/webrtc/notifier.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -77 lines 0 comments Download
M talk/app/webrtc/objc/RTCAudioTrack+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCDataChannel.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCDataChannel+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCEnumConverter.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCICECandidate+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCICEServer+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaConstraints+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaConstraintsNative.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaSource+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaStream.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaStream+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCMediaStreamTrack+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnection.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnection+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnectionFactory.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnectionFactory+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnectionObserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCSessionDescription+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/objc/RTCStatsReport+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoCapturer+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoRendererAdapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoRendererAdapter.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoSource+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoTrack.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoTrack+Internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
D talk/app/webrtc/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -399 lines 0 comments Download
D talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2091 lines 0 comments Download
D talk/app/webrtc/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2029 lines 0 comments Download
D talk/app/webrtc/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -387 lines 0 comments Download
D talk/app/webrtc/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -132 lines 0 comments Download
D talk/app/webrtc/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -331 lines 0 comments Download
D talk/app/webrtc/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -374 lines 0 comments Download
D talk/app/webrtc/peerconnectionfactoryproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -86 lines 0 comments Download
D talk/app/webrtc/peerconnectioninterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -622 lines 0 comments Download
D talk/app/webrtc/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2515 lines 0 comments Download
D talk/app/webrtc/peerconnectionproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -88 lines 0 comments Download
D talk/app/webrtc/portallocatorfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -33 lines 0 comments Download
D talk/app/webrtc/portallocatorfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -30 lines 0 comments Download
D talk/app/webrtc/proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -391 lines 0 comments Download
D talk/app/webrtc/proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -170 lines 0 comments Download
D talk/app/webrtc/remoteaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -96 lines 0 comments Download
D talk/app/webrtc/remoteaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -176 lines 0 comments Download
D talk/app/webrtc/remoteaudiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -28 lines 0 comments Download
D talk/app/webrtc/remoteaudiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -28 lines 0 comments Download
D talk/app/webrtc/remotevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -65 lines 0 comments Download
D talk/app/webrtc/remotevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -95 lines 0 comments Download
D talk/app/webrtc/remotevideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -132 lines 0 comments Download
D talk/app/webrtc/rtpreceiver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -104 lines 0 comments Download
D talk/app/webrtc/rtpreceiver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -107 lines 0 comments Download
D talk/app/webrtc/rtpreceiverinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -66 lines 0 comments Download
D talk/app/webrtc/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -195 lines 0 comments Download
D talk/app/webrtc/rtpsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -348 lines 0 comments Download
D talk/app/webrtc/rtpsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -90 lines 0 comments Download
D talk/app/webrtc/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -515 lines 0 comments Download
D talk/app/webrtc/sctputils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -58 lines 0 comments Download
D talk/app/webrtc/sctputils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -205 lines 0 comments Download
D talk/app/webrtc/sctputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -178 lines 0 comments Download
D talk/app/webrtc/statscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -169 lines 0 comments Download
D talk/app/webrtc/statscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -962 lines 0 comments Download
D talk/app/webrtc/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1756 lines 0 comments Download
D talk/app/webrtc/statstypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -419 lines 0 comments Download
D talk/app/webrtc/statstypes.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -782 lines 0 comments Download
D talk/app/webrtc/streamcollection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -125 lines 0 comments Download
D talk/app/webrtc/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -5 lines 0 comments Download
D talk/app/webrtc/test/androidtestinitializer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -37 lines 0 comments Download
D talk/app/webrtc/test/androidtestinitializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -74 lines 0 comments Download
D talk/app/webrtc/test/fakeaudiocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -287 lines 0 comments Download
D talk/app/webrtc/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -744 lines 0 comments Download
D talk/app/webrtc/test/fakeaudiocapturemodule_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -216 lines 0 comments Download
D talk/app/webrtc/test/fakeconstraints.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -133 lines 0 comments Download
D talk/app/webrtc/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -161 lines 0 comments Download
D talk/app/webrtc/test/fakedtlsidentitystore.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -184 lines 0 comments Download
D talk/app/webrtc/test/fakeperiodicvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -89 lines 0 comments Download
D talk/app/webrtc/test/fakevideotrackrenderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -71 lines 0 comments Download
D talk/app/webrtc/test/mockpeerconnectionobservers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -243 lines 0 comments Download
D talk/app/webrtc/test/peerconnectiontestwrapper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -115 lines 0 comments Download
D talk/app/webrtc/test/peerconnectiontestwrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -297 lines 0 comments Download
D talk/app/webrtc/test/testsdpstrings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -147 lines 0 comments Download
D talk/app/webrtc/umametrics.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -128 lines 0 comments Download
D talk/app/webrtc/videosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -116 lines 0 comments Download
D talk/app/webrtc/videosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -438 lines 0 comments Download
D talk/app/webrtc/videosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -546 lines 0 comments Download
D talk/app/webrtc/videosourceinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -68 lines 0 comments Download
D talk/app/webrtc/videosourceproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -54 lines 0 comments Download
D talk/app/webrtc/videotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -65 lines 0 comments Download
D talk/app/webrtc/videotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -77 lines 0 comments Download
D talk/app/webrtc/videotrack_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -146 lines 0 comments Download
D talk/app/webrtc/videotrackrenderers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -71 lines 0 comments Download
D talk/app/webrtc/videotrackrenderers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -98 lines 0 comments Download
D talk/app/webrtc/webrtcsdp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -81 lines 0 comments Download
D talk/app/webrtc/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -3083 lines 0 comments Download
D talk/app/webrtc/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2741 lines 0 comments Download
D talk/app/webrtc/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -522 lines 0 comments Download
D talk/app/webrtc/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2185 lines 0 comments Download
D talk/app/webrtc/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -4302 lines 0 comments Download
D talk/app/webrtc/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -193 lines 0 comments Download
D talk/app/webrtc/webrtcsessiondescriptionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -527 lines 0 comments Download
M talk/build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -5 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +2 lines, -191 lines 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +2 lines, -119 lines 0 comments Download
D talk/peerconnection_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -40 lines 0 comments Download
M talk/session/media/channelmanager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -9 lines 0 comments Download
M talk/session/media/channelmanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
A + webrtc/api/androidtests/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/ant.properties View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/build.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/project.properties View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/res/drawable-hdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + webrtc/api/androidtests/res/drawable-ldpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + webrtc/api/androidtests/res/drawable-mdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + webrtc/api/androidtests/res/drawable-xhdpi/ic_launcher.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + webrtc/api/androidtests/res/values/strings.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/GlRectDrawerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/MediaCodecVideoEncoderTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/NetworkMonitorTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/SurfaceTextureHelperTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidtests/src/org/webrtc/VideoCapturerAndroidTestFixtures.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/androidvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -3 lines 0 comments Download
A + webrtc/api/androidvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +250 lines, -3 lines 0 comments Download
M webrtc/api/api_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +159 lines, -3 lines 0 comments Download
A + webrtc/api/audiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/api/audiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/api/datachannel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/datachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/datachannelinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/dtlsidentitystore.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/dtlsidentitystore.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/dtlsidentitystore_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/dtmfsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/api/dtmfsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/dtmfsender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/dtmfsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/fakemediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/fakemetricsobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/fakemetricsobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/java/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/Camera2Enumerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/CameraEnumerationAndroid.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/CameraEnumerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/EglBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/EglBase10.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/EglBase14.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/GlRectDrawer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/GlShader.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/GlTextureFrameBuffer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/GlUtil.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/NetworkMonitor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/NetworkMonitorAutoDetect.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/RendererCommon.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/SurfaceViewRenderer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/ThreadUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/android/org/webrtc/VideoRendererGui.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/jni/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/jni/androidmediacodeccommon.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/java/jni/androidmediadecoder_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/androidmediadecoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -5 lines 0 comments Download
A + webrtc/api/java/jni/androidmediaencoder_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/androidnetworkmonitor_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/androidnetworkmonitor_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/java/jni/androidvideocapturer_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/java/jni/androidvideocapturer_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/classreferenceholder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/java/jni/classreferenceholder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/java/jni/eglbase_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/java/jni/eglbase_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/api/java/jni/jni_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/java/jni/jni_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/java/jni/jni_onload.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/java/jni/native_handle_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/java/jni/native_handle_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +15 lines, -14 lines 0 comments Download
A + webrtc/api/java/jni/surfacetexturehelper_jni.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/java/jni/surfacetexturehelper_jni.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/AudioSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/AudioTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/CallSessionFileRotatingLogSink.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/DataChannel.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/IceCandidate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaCodecVideoDecoder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaCodecVideoEncoder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaConstraints.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaStream.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/MediaStreamTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/PeerConnection.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/PeerConnectionFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/RtpReceiver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/RtpSender.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/SdpObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/SessionDescription.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/StatsObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/StatsReport.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/VideoCapturer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/VideoRenderer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/VideoSource.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/VideoTrack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/jsep.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/jsepicecandidate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/jsepicecandidate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/jsepsessiondescription.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/jsepsessiondescription.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/jsepsessiondescription_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/localaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/api/localaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/localaudiosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/mediaconstraintsinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/mediaconstraintsinterface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/mediacontroller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/mediacontroller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/mediastream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/mediastream.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/mediastream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/mediastreamhandler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/mediastreamhandler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/mediastreaminterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/mediastreamobserver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/mediastreamobserver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/mediastreamprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/mediastreamproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/mediastreamtrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/mediastreamtrackproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/notifier.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/api/objc/RTCAudioTrack+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCConfiguration+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCDataChannel+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCDataChannelConfiguration+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCIceCandidate+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCIceServer+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCMediaConstraints+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCMediaStream+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCMediaStreamTrack+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCPeerConnectionFactory+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCSessionDescription+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCStatsReport+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCVideoRendererAdapter+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCVideoSource+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/RTCVideoTrack+Private.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objctests/RTCIceCandidateTest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -6 lines 0 comments Download
M webrtc/api/objctests/RTCIceServerTest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -6 lines 0 comments Download
M webrtc/api/objctests/RTCMediaConstraintsTest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -6 lines 0 comments Download
M webrtc/api/objctests/RTCSessionDescriptionTest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -6 lines 0 comments Download
A + webrtc/api/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +11 lines, -11 lines 0 comments Download
A + webrtc/api/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -17 lines 0 comments Download
A + webrtc/api/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -14 lines 0 comments Download
A + webrtc/api/peerconnection_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/peerconnectionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/api/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +13 lines, -13 lines 0 comments Download
A + webrtc/api/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -6 lines 0 comments Download
A + webrtc/api/peerconnectionfactoryproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/peerconnectioninterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +13 lines, -13 lines 0 comments Download
A + webrtc/api/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -17 lines 0 comments Download
A + webrtc/api/peerconnectionproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/portallocatorfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/portallocatorfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/remoteaudiosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/remoteaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/remoteaudiotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/remoteaudiotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/remotevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/remotevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/remotevideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/rtpreceiver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/rtpreceiver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/rtpreceiverinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/api/rtpsender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/rtpsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -8 lines 0 comments Download
A + webrtc/api/sctputils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/sctputils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/sctputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/statscollector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/api/statscollector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -9 lines 0 comments Download
A + webrtc/api/statstypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/statstypes.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/streamcollection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/test/androidtestinitializer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/test/androidtestinitializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/test/fakeaudiocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/test/fakeaudiocapturemodule_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/test/fakeconstraints.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/test/fakedtlsidentitystore.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/test/fakeperiodicvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/test/fakevideotrackrenderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/test/mockpeerconnectionobservers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/test/peerconnectiontestwrapper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/api/test/peerconnectiontestwrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -5 lines 0 comments Download
A + webrtc/api/test/testsdpstrings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/umametrics.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/videosource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/api/videosource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/videosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/api/videosourceinterface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/videosourceproxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/videotrack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/api/videotrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/videotrack_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/api/videotrackrenderers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/api/videotrackrenderers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/webrtcsdp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/api/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/api/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/api/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -14 lines 0 comments Download
A + webrtc/api/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/api/webrtcsessiondescriptionfactory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/build/android/test_runner.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/build/apk_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/examples/peerconnection/client/conductor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/examples/peerconnection/client/conductor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M webrtc/webrtc.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +29 lines, -25 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1610243002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1610243002/110001
4 years, 11 months ago (2016-01-22 10:18:32 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3024)
4 years, 11 months ago (2016-01-22 10:24:33 UTC) #11
kjellander_webrtc
This is now finally ready for review (will require more rebases since I'm OOO next ...
4 years, 11 months ago (2016-01-23 04:56:12 UTC) #13
Taylor Brandstetter
https://codereview.webrtc.org/1610243002/diff/120001/webrtc/api/audiotrack.h File webrtc/api/audiotrack.h (right): https://codereview.webrtc.org/1610243002/diff/120001/webrtc/api/audiotrack.h#newcode9 webrtc/api/audiotrack.h:9: */ Same as before, would it be possible to ...
4 years, 10 months ago (2016-02-05 18:59:44 UTC) #14
pthatcher1
It's happening! https://codereview.webrtc.org/1610243002/diff/120001/talk/libjingle.gyp File talk/libjingle.gyp (right): https://codereview.webrtc.org/1610243002/diff/120001/talk/libjingle.gyp#newcode31 talk/libjingle.gyp:31: # The >= 10.7 above is required ...
4 years, 10 months ago (2016-02-05 21:18:49 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1610243002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1610243002/150001
4 years, 10 months ago (2016-02-08 07:55:49 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3291)
4 years, 10 months ago (2016-02-08 08:04:36 UTC) #20
kjellander_webrtc
Alles grün und gut! Please have a look right away to spare me from more ...
4 years, 10 months ago (2016-02-08 09:12:06 UTC) #22
tommi
lgtm
4 years, 10 months ago (2016-02-08 18:51:28 UTC) #23
Taylor Brandstetter
lgtm
4 years, 10 months ago (2016-02-08 20:47:30 UTC) #24
pthatcher1
lgtm
4 years, 10 months ago (2016-02-09 22:10:06 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1610243002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1610243002/160001
4 years, 10 months ago (2016-02-10 07:06:02 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 08:08:06 UTC) #29
kjellander_webrtc
On 2016/02/10 08:08:06, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 10 months ago (2016-02-10 09:52:43 UTC) #31
kjellander_webrtc
Committed patchset #14 (id:170001) manually as 15583c19d7d491d53f9bf9c0f6d15a734b0a473d.
4 years, 10 months ago (2016-02-10 09:53:33 UTC) #33
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/15583c19d7d491d53f9bf9c0f6d15a734b0a473d Cr-Commit-Position: refs/heads/master@{#11545}
4 years, 10 months ago (2016-02-10 09:53:40 UTC) #35
tkchin_webrtc
4 years, 10 months ago (2016-02-10 19:30:37 UTC) #36
Message was sent while issue was closed.
On 2016/02/10 09:53:40, commit-bot: I haz the power wrote:
> Patchset 14 (id:??) landed as
> https://crrev.com/15583c19d7d491d53f9bf9c0f6d15a734b0a473d
> Cr-Commit-Position: refs/heads/master@{#11545}

lgtm
nice.

Powered by Google App Engine
This is Rietveld 408576698