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

Issue 1587193006: Move talk/media to webrtc/media (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/media to webrtc/media I removed the 'libjingle' target in talk/libjingle.gyp and replaced all users of it with base/base.gyp:rtc_base. It seems the jsoncpp and expat dependencies were not used by it's previous references. The files in talk/media/testdata were uploaded to Google Storage and added .sha1 files in resources/media instead of simply moving them. 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 in order to not break Git history. 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. * Unused GYP reference to libjingle_tests_additional_deps was removed. * Removed duplicated GYP entries of webrtc/base/testutils.cc webrtc/base/testutils.h The HAVE_WEBRTC_VIDEO and HAVE_WEBRTC_VOICE defines were used by only talk/media, so they were moved to the media.gyp. I also checked that none of EXPAT_RELATIVE_PATH, FEATURE_ENABLE_VOICEMAIL, GTEST_RELATIVE_PATH, JSONCPP_RELATIVE_PATH, LOGGING=1, SRTP_RELATIVE_PATH, FEATURE_ENABLE_SSL, FEATURE_ENABLE_VOICEMAIL, FEATURE_ENABLE_PSTN, HAVE_SCTP, HAVE_SRTP, are used by the talk/media 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/1604303002/ BUG=webrtc:5420 NOPRESUBMIT=True TBR=tommi@webrtc.org Committed: https://crrev.com/a96e2d77cb80174af76fa3e60d7c98f6ab565f57 Cr-Commit-Position: refs/heads/master@{#11495}

Patch Set 1 #

Patch Set 2 : Rebased HEAD@9d2a3c51d9bfb5988e707dc99e12475e796b77fc #11285 #

Patch Set 3 : Disable more warnings #

Patch Set 4 : Disabled more warnings #

Patch Set 5 : Hopefully fixing final errors on Windows and iOS #

Patch Set 6 : Rename back test to libjingle_media_unittest #

Total comments: 2

Patch Set 7 : Rebased and added CARBON_DEPRECATED=YES #

Patch Set 8 : Correct rebase of https://codereview.webrtc.org/1575223003/ #

Patch Set 9 : Disable sign-compare warning on Win Clang #

Total comments: 18

Patch Set 10 : Rebased to cedff02e3040524e917a68439f1598538f585638 (#11476) and restored license headers #

Patch Set 11 : Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1275 lines, -46590 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/1.frame_plus_1.byte.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/captured-320x240-2s-48.frames.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces.1280x720_P420.yuv.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces_I400.jpg.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces_I411.jpg.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces_I420.jpg.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces_I422.jpg.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/faces_I444.jpg.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/h264-svc-99-640x360.rtpdump.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/video.rtpdump.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A resources/media/voice.rtpdump.sha1 View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/androidvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/androidvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/datachannel.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidmediacodeccommon.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/java/jni/androidmediadecoder_jni.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidmediadecoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -3 lines 0 comments Download
M talk/app/webrtc/java/jni/androidmediaencoder_jni.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -4 lines 0 comments Download
M talk/app/webrtc/java/jni/androidnetworkmonitor_jni.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidnetworkmonitor_jni.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/java/jni/classreferenceholder.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/native_handle_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
M talk/app/webrtc/jsepicecandidate.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/jsepsessiondescription_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/localaudiosource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/localaudiosource.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/localaudiosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/objc/RTCI420Frame.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCI420Frame+Internal.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/objc/RTCVideoCapturer.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/objc/avfoundationvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/peerconnection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -1 line 0 comments Download
M talk/app/webrtc/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/peerconnectionfactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/peerconnectionfactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/remoteaudiosource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/remotevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/remotevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/remotevideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpreceiverinterface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpsenderinterface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/statstypes.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/test/fakeperiodicvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/test/fakevideotrackrenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/videosource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/videosource.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/videosource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/videosourceinterface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/videotrack_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/videotrackrenderers.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/videotrackrenderers.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -9 lines 0 comments Download
M talk/app/webrtc/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -9 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/build/common.gypi View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -5 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -265 lines 0 comments Download
D talk/libjingle_media_unittest.isolate View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 4 5 6 7 8 9 10 3 chunks +2 lines, -138 lines 0 comments Download
D talk/media/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -4 lines 0 comments Download
D talk/media/base/audioframe.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -62 lines 0 comments Download
D talk/media/base/audiorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -64 lines 0 comments Download
D talk/media/base/capturemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -108 lines 0 comments Download
D talk/media/base/capturemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -406 lines 0 comments Download
D talk/media/base/capturemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -217 lines 0 comments Download
D talk/media/base/capturerenderadapter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -75 lines 0 comments Download
D talk/media/base/capturerenderadapter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -100 lines 0 comments Download
D talk/media/base/codec.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -244 lines 0 comments Download
D talk/media/base/codec.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -348 lines 0 comments Download
D talk/media/base/codec_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -348 lines 0 comments Download
D talk/media/base/constants.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -183 lines 0 comments Download
D talk/media/base/constants.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -148 lines 0 comments Download
D talk/media/base/cpuid.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -76 lines 0 comments Download
D talk/media/base/cpuid.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -80 lines 0 comments Download
D talk/media/base/cpuid_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
D talk/media/base/cryptoparams.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -56 lines 0 comments Download
D talk/media/base/device.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -51 lines 0 comments Download
D talk/media/base/executablehelpers.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -100 lines 0 comments Download
D talk/media/base/fakecapturemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -48 lines 0 comments Download
D talk/media/base/fakemediaengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -892 lines 0 comments Download
D talk/media/base/fakenetworkinterface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -245 lines 0 comments Download
D talk/media/base/fakertp.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -104 lines 0 comments Download
D talk/media/base/fakescreencapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -78 lines 0 comments Download
D talk/media/base/fakevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -182 lines 0 comments Download
D talk/media/base/fakevideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -150 lines 0 comments Download
D talk/media/base/hybriddataengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -76 lines 0 comments Download
D talk/media/base/mediachannel.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1137 lines 0 comments Download
D talk/media/base/mediacommon.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -44 lines 0 comments Download
D talk/media/base/mediaengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -224 lines 0 comments Download
D talk/media/base/mediaengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -54 lines 0 comments Download
D talk/media/base/mutedvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2 lines 0 comments Download
D talk/media/base/rtpdataengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -141 lines 0 comments Download
D talk/media/base/rtpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -370 lines 0 comments Download
D talk/media/base/rtpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -477 lines 0 comments Download
D talk/media/base/rtpdump.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -234 lines 0 comments Download
D talk/media/base/rtpdump.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -426 lines 0 comments Download
D talk/media/base/rtpdump_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -298 lines 0 comments Download
D talk/media/base/rtputils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -99 lines 0 comments Download
D talk/media/base/rtputils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -481 lines 0 comments Download
D talk/media/base/rtputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -368 lines 0 comments Download
D talk/media/base/screencastid.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -114 lines 0 comments Download
D talk/media/base/streamparams.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -320 lines 0 comments Download
D talk/media/base/streamparams.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -261 lines 0 comments Download
D talk/media/base/streamparams_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -285 lines 0 comments Download
D talk/media/base/testutils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -249 lines 0 comments Download
D talk/media/base/testutils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -385 lines 0 comments Download
D talk/media/base/turnutils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
D talk/media/base/turnutils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -144 lines 0 comments Download
D talk/media/base/turnutils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -137 lines 0 comments Download
D talk/media/base/videoadapter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -209 lines 0 comments Download
D talk/media/base/videoadapter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -719 lines 0 comments Download
D talk/media/base/videoadapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1307 lines 0 comments Download
D talk/media/base/videocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -385 lines 0 comments Download
D talk/media/base/videocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -728 lines 0 comments Download
D talk/media/base/videocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -817 lines 0 comments Download
D talk/media/base/videocapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -56 lines 0 comments Download
D talk/media/base/videocommon.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -270 lines 0 comments Download
D talk/media/base/videocommon.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -244 lines 0 comments Download
D talk/media/base/videocommon_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -322 lines 0 comments Download
D talk/media/base/videoengine_unittest.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1223 lines 0 comments Download
D talk/media/base/videoframe.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -212 lines 0 comments Download
D talk/media/base/videoframe.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -389 lines 0 comments Download
D talk/media/base/videoframe_unittest.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1949 lines 0 comments Download
D talk/media/base/videoframefactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -78 lines 0 comments Download
D talk/media/base/videoframefactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -78 lines 0 comments Download
D talk/media/base/videorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -52 lines 0 comments Download
D talk/media/base/yuvframegenerator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -111 lines 0 comments Download
D talk/media/base/yuvframegenerator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -294 lines 0 comments Download
D talk/media/devices/carbonvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -73 lines 0 comments Download
D talk/media/devices/carbonvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -189 lines 0 comments Download
D talk/media/devices/deviceinfo.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -42 lines 0 comments Download
D talk/media/devices/devicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -211 lines 0 comments Download
D talk/media/devices/devicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -371 lines 0 comments Download
D talk/media/devices/devicemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -471 lines 0 comments Download
D talk/media/devices/dummydevicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -51 lines 0 comments Download
D talk/media/devices/dummydevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -38 lines 0 comments Download
D talk/media/devices/dummydevicemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -104 lines 0 comments Download
D talk/media/devices/fakedevicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -239 lines 0 comments Download
D talk/media/devices/filevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -160 lines 0 comments Download
D talk/media/devices/filevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -385 lines 0 comments Download
D talk/media/devices/filevideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -204 lines 0 comments Download
D talk/media/devices/gdivideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -63 lines 0 comments Download
D talk/media/devices/gdivideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -279 lines 0 comments Download
D talk/media/devices/gtkvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
D talk/media/devices/gtkvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -179 lines 0 comments Download
D talk/media/devices/libudevsymboltable.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -79 lines 0 comments Download
D talk/media/devices/libudevsymboltable.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -72 lines 0 comments Download
D talk/media/devices/linuxdeviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -174 lines 0 comments Download
D talk/media/devices/linuxdevicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -55 lines 0 comments Download
D talk/media/devices/linuxdevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -410 lines 0 comments Download
D talk/media/devices/macdeviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -56 lines 0 comments Download
D talk/media/devices/macdevicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -56 lines 0 comments Download
D talk/media/devices/macdevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -196 lines 0 comments Download
D talk/media/devices/macdevicemanagermm.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -192 lines 0 comments Download
D talk/media/devices/mobiledevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -77 lines 0 comments Download
D talk/media/devices/v4llookup.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -70 lines 0 comments Download
D talk/media/devices/v4llookup.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -92 lines 0 comments Download
D talk/media/devices/videorendererfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -70 lines 0 comments Download
D talk/media/devices/win32deviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -62 lines 0 comments Download
D talk/media/devices/win32devicemanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -60 lines 0 comments Download
D talk/media/devices/win32devicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -415 lines 0 comments Download
D talk/media/devices/yuvframescapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -98 lines 0 comments Download
D talk/media/devices/yuvframescapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -199 lines 0 comments Download
D talk/media/sctp/sctpdataengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -256 lines 0 comments Download
D talk/media/sctp/sctpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1053 lines 0 comments Download
D talk/media/sctp/sctpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -543 lines 0 comments Download
D talk/media/testdata/1.frame_plus_1.byte View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/captured-320x240-2s-48.frames View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/faces_I400.jpg View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/faces_I411.jpg View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/faces_I420.jpg View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/faces_I422.jpg View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/faces_I444.jpg View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/h264-svc-99-640x360.rtpdump View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/video.rtpdump View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/testdata/voice.rtpdump View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D talk/media/webrtc/constants.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -44 lines 0 comments Download
D talk/media/webrtc/fakewebrtccall.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -269 lines 0 comments Download
D talk/media/webrtc/fakewebrtccall.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -443 lines 0 comments Download
D talk/media/webrtc/fakewebrtccommon.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -59 lines 0 comments Download
D talk/media/webrtc/fakewebrtcdeviceinfo.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -125 lines 0 comments Download
D talk/media/webrtc/fakewebrtcvcmfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -65 lines 0 comments Download
D talk/media/webrtc/fakewebrtcvideocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -139 lines 0 comments Download
D talk/media/webrtc/fakewebrtcvideoengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -253 lines 0 comments Download
D talk/media/webrtc/fakewebrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -825 lines 0 comments Download
D talk/media/webrtc/nullwebrtcvideoengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -81 lines 0 comments Download
D talk/media/webrtc/nullwebrtcvideoengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -56 lines 0 comments Download
D talk/media/webrtc/simulcast.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -74 lines 0 comments Download
D talk/media/webrtc/simulcast.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -293 lines 0 comments Download
D talk/media/webrtc/simulcast_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -73 lines 0 comments Download
D talk/media/webrtc/webrtccommon.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -75 lines 0 comments Download
D talk/media/webrtc/webrtcmediaengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -70 lines 0 comments Download
D talk/media/webrtc/webrtcmediaengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -163 lines 0 comments Download
D talk/media/webrtc/webrtcmediaengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -205 lines 0 comments Download
D talk/media/webrtc/webrtcvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -116 lines 0 comments Download
D talk/media/webrtc/webrtcvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -448 lines 0 comments Download
D talk/media/webrtc/webrtcvideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -152 lines 0 comments Download
D talk/media/webrtc/webrtcvideocapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -44 lines 0 comments Download
D talk/media/webrtc/webrtcvideocapturerfactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
D talk/media/webrtc/webrtcvideochannelfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -44 lines 0 comments Download
D talk/media/webrtc/webrtcvideodecoderfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -53 lines 0 comments Download
D talk/media/webrtc/webrtcvideoencoderfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -80 lines 0 comments Download
D talk/media/webrtc/webrtcvideoengine2.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -531 lines 0 comments Download
D talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2536 lines 0 comments Download
D talk/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3059 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframe.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -138 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframe.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -298 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframe_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -346 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframefactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -47 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframefactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -45 lines 0 comments Download
D talk/media/webrtc/webrtcvideoframefactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -124 lines 0 comments Download
D talk/media/webrtc/webrtcvoe.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -136 lines 0 comments Download
D talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -292 lines 0 comments Download
D talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2579 lines 0 comments Download
D talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3302 lines 0 comments Download
M talk/session/media/audiomonitor.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/bundlefilter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/bundlefilter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/channel.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/session/media/channel.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/session/media/channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -8 lines 0 comments Download
M talk/session/media/channelmanager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/session/media/channelmanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M talk/session/media/channelmanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
M talk/session/media/currentspeakermonitor.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/externalhmac.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/session/media/mediamonitor.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/mediasession.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -7 lines 0 comments Download
M talk/session/media/mediasession.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M talk/session/media/mediasession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
M talk/session/media/planarfunctions_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/session/media/rtcpmuxfilter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/rtcpmuxfilter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/srtpfilter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/session/media/srtpfilter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/srtpfilter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M talk/session/media/yuvscaler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -1 line 0 comments Download
M webrtc/api/objc/RTCVideoFrame+Private.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/objc/avfoundationvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/build/common.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/build/sanitizers/lsan_suppressions_webrtc.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/build/sanitizers/tsan_suppressions_webrtc.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +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 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
A webrtc/libjingle_media_unittest.isolate View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -0 lines 0 comments Download
A + webrtc/media/base/audioframe.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/audiorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/capturemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/capturemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/capturemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/capturerenderadapter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/capturerenderadapter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/codec.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/codec.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/codec_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/constants.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/constants.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/cpuid.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/cpuid.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/cpuid_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/cryptoparams.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/device.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/executablehelpers.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/fakecapturemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/fakemediaengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/base/fakenetworkinterface.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/fakertp.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/fakescreencapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/fakevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/base/fakevideorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/hybriddataengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/base/mediachannel.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/base/mediacommon.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/mediaengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/media/base/mediaengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/mutedvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/media/base/rtpdataengine.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/base/rtpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/rtpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/rtpdump.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/rtpdump.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/rtpdump_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/rtputils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/rtputils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/rtputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/screencastid.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/streamparams.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/streamparams.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/streamparams_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/testutils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/base/testutils.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -8 lines 0 comments Download
A + webrtc/media/base/turnutils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/turnutils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/turnutils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/videoadapter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/videoadapter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/base/videoadapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/videocapturer.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -8 lines 0 comments Download
A + webrtc/media/base/videocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/videocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/videocapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/base/videocommon.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/videocommon.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/videocommon_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/base/videoengine_unittest.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/media/base/videoframe.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/videoframe.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/videoframe_unittest.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/base/videoframefactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/base/videoframefactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/base/videorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/yuvframegenerator.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/base/yuvframegenerator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/media/devices/carbonvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/carbonvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/devices/deviceinfo.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/devicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/devices/devicemanager.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/devices/devicemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/devices/dummydevicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/devices/dummydevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/dummydevicemanager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/fakedevicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/devices/filevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/filevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/filevideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/devices/gdivideorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/gdivideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/devices/gtkvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/gtkvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/devices/libudevsymboltable.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/devices/libudevsymboltable.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/linuxdeviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/devices/linuxdevicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/devices/linuxdevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -8 lines 0 comments Download
A + webrtc/media/devices/macdeviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/macdevicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/macdevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/devices/macdevicemanagermm.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/mobiledevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/v4llookup.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/devices/v4llookup.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/videorendererfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/devices/win32deviceinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/devices/win32devicemanager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/devices/win32devicemanager.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/media/devices/yuvframescapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/devices/yuvframescapturer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A webrtc/media/media.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +291 lines, -0 lines 0 comments Download
A webrtc/media/media_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +172 lines, -0 lines 0 comments Download
A + webrtc/media/sctp/sctpdataengine.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/sctp/sctpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/sctp/sctpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/constants.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtccall.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtccall.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtccommon.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtcdeviceinfo.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtcvcmfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtcvideocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtcvideoengine.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/webrtc/fakewebrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/webrtc/nullwebrtcvideoengine.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/webrtc/nullwebrtcvideoengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/webrtc/simulcast.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/simulcast.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/simulcast_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/webrtc/webrtccommon.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcmediaengine.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcmediaengine.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcmediaengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/media/webrtc/webrtcvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideocapturerfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideocapturerfactory.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideochannelfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideodecoderfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoencoderfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoengine2.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -10 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -8 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframe.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframe.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframe_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframefactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframefactory.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvideoframefactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvoe.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/webrtc.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 1 2 3 4 5 6 7 8 9 10 5 chunks +4 lines, -5 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 62 (35 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/1587193006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/80001
4 years, 11 months ago (2016-01-18 19:45:42 UTC) #10
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/2921)
4 years, 11 months ago (2016-01-18 19:56:44 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587193006/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/90001
4 years, 11 months ago (2016-01-18 20:52:52 UTC) #14
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/2924)
4 years, 11 months ago (2016-01-18 21:02:07 UTC) #16
kjellander_webrtc
pthatcher: main review. tommi: feel free to review, but mostly owners rubberstamp.
4 years, 11 months ago (2016-01-19 07:05:50 UTC) #18
kjellander_webrtc
On 2016/01/19 07:05:50, kjellander (webrtc) wrote: > pthatcher: main review. > tommi: feel free to ...
4 years, 11 months ago (2016-01-19 21:03:20 UTC) #19
kjellander_webrtc
On 2016/01/19 21:03:20, kjellander (webrtc) wrote: > On 2016/01/19 07:05:50, kjellander (webrtc) wrote: > > ...
4 years, 11 months ago (2016-01-20 15:08:13 UTC) #20
pbos-webrtc
On 2016/01/20 15:08:13, kjellander (webrtc) wrote: > On 2016/01/19 21:03:20, kjellander (webrtc) wrote: > > ...
4 years, 11 months ago (2016-01-20 18:40:49 UTC) #25
kjellander_webrtc
Since Peter is out this week: Taylor, can you have a look to see if ...
4 years, 11 months ago (2016-01-20 21:12:18 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587193006/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/130001
4 years, 11 months ago (2016-01-20 21:13:36 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/4634)
4 years, 11 months ago (2016-01-20 21:18:15 UTC) #32
pthatcher1
This looks so good. Most of my comments are "nice to have"s. The biggest one ...
4 years, 11 months ago (2016-01-27 01:34:09 UTC) #34
Taylor Brandstetter
Looks great; I just noticed some minor things. https://codereview.webrtc.org/1587193006/diff/150001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc File talk/app/webrtc/java/jni/androidmediadecoder_jni.cc (right): https://codereview.webrtc.org/1587193006/diff/150001/talk/app/webrtc/java/jni/androidmediadecoder_jni.cc#newcode34 talk/app/webrtc/java/jni/androidmediadecoder_jni.cc:34: #include ...
4 years, 11 months ago (2016-01-27 02:39:43 UTC) #35
pthatcher
https://codereview.webrtc.org/1587193006/diff/150001/webrtc/media/base/cryptoparams.h File webrtc/media/base/cryptoparams.h (right): https://codereview.webrtc.org/1587193006/diff/150001/webrtc/media/base/cryptoparams.h#newcode16 webrtc/media/base/cryptoparams.h:16: namespace cricket { On 2016/01/27 02:39:42, Taylor Brandstetter wrote: ...
4 years, 11 months ago (2016-01-27 21:50:59 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587193006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/180001
4 years, 10 months ago (2016-02-04 21:51:03 UTC) #42
kjellander_webrtc
OK I'm finally ready for another round after spending quite some time rebasing this properly. ...
4 years, 10 months ago (2016-02-04 21:52:10 UTC) #43
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/3250)
4 years, 10 months ago (2016-02-04 22:08:15 UTC) #45
Taylor Brandstetter
lgtm!
4 years, 10 months ago (2016-02-04 23:04:18 UTC) #46
pthatcher1
lgtm
4 years, 10 months ago (2016-02-04 23:37:09 UTC) #47
kjellander_webrtc
On 2016/02/04 23:37:09, pthatcher1 wrote: > lgtm Wow, all trybots went green! I'm TBR'ing tommi ...
4 years, 10 months ago (2016-02-05 07:31:46 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587193006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/180001
4 years, 10 months ago (2016-02-05 07:32:18 UTC) #51
kjellander_webrtc
On 2016/02/05 07:32:18, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 10 months ago (2016-02-05 07:38:51 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3255)
4 years, 10 months ago (2016-02-05 07:41:36 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587193006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587193006/180001
4 years, 10 months ago (2016-02-05 07:51:23 UTC) #57
commit-bot: I haz the power
Committed patchset #11 (id:180001)
4 years, 10 months ago (2016-02-05 07:52:36 UTC) #59
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/a96e2d77cb80174af76fa3e60d7c98f6ab565f57 Cr-Commit-Position: refs/heads/master@{#11495}
4 years, 10 months ago (2016-02-05 07:52:41 UTC) #61
tommi
4 years, 10 months ago (2016-02-05 08:16:34 UTC) #62
Message was sent while issue was closed.
lgtm - hope it sticks! :)

Powered by Google App Engine
This is Rietveld 408576698