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

Issue 1362503003: Use suffixed {uint,int}{8,16,32,64}_t types. (Closed)

Created:
5 years, 3 months ago by pbos-webrtc
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), stefan-webrtc, Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, kwiberg-webrtc, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Use suffixed {uint,int}{8,16,32,64}_t types. Removes the use of uint8, etc. in favor of uint8_t. BUG=webrtc:5024 R=henrik.lundin@webrtc.org, henrikg@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org Committed: https://crrev.com/0c4e06b4c6107a1b94f764e279e4fb4161e905b0 Cr-Commit-Position: refs/heads/master@{#10196}

Patch Set 1 #

Patch Set 2 : add back stdint.h to webrtc/typdefs.h #

Patch Set 3 : google::int32 #

Total comments: 8

Patch Set 4 : revert some webrtc dirs + fix formatting #

Patch Set 5 : rebase + compile #

Total comments: 11

Patch Set 6 : henrikg@ feedback #

Total comments: 28

Patch Set 7 : rebase + tina's feedback #

Patch Set 8 : henrikg feedback #

Total comments: 2

Patch Set 9 : stefan@'s feedback #

Total comments: 4

Patch Set 10 : solenberg: add back initializes + size_t for loops #

Patch Set 11 : rebase + revert basictypes.h (to be landed separately just in case of a revert due to unexpected us… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4025 lines, -3766 lines) Patch
M talk/app/webrtc/androidvideocapturer.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/androidvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/datachannel.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -12 lines 0 comments Download
M talk/app/webrtc/datachannel.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/datachannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/datachannelinterface.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/dtmfsender_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/java/jni/androidmediadecoder_jni.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/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/java/jni/androidvideocapturer_jni.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/java/jni/androidvideocapturer_jni.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/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -8 lines 0 comments Download
M talk/app/webrtc/mediastreamprovider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -6 lines 0 comments Download
M talk/app/webrtc/mediastreamsignaling.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +12 lines, -12 lines 0 comments Download
M talk/app/webrtc/mediastreamsignaling.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +10 lines, -12 lines 0 comments Download
M talk/app/webrtc/mediastreamsignaling_unittest.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +13 lines, -13 lines 0 comments Download
M talk/app/webrtc/objc/RTCDataChannel.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/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/objc/avfoundationvideocapturer.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/peerconnection.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface_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/remotevideocapturer.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.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/rtpreceiver.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/rtpreceiver.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/rtpsender.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/rtpsender.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/rtpsenderreceiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -8 lines 0 comments Download
M talk/app/webrtc/sctputils.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +14 lines, -14 lines 0 comments Download
M talk/app/webrtc/sctputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
M talk/app/webrtc/statscollector.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -6 lines 0 comments Download
M talk/app/webrtc/statscollector.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +17 lines, -17 lines 0 comments Download
M talk/app/webrtc/statscollector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 16 chunks +18 lines, -19 lines 0 comments Download
M talk/app/webrtc/statstypes.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -11 lines 0 comments Download
M talk/app/webrtc/statstypes.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/test/fakeaudiocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/test/fakeaudiocapturemodule.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M talk/app/webrtc/test/fakedatachannelprovider.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M talk/app/webrtc/test/fakemediastreamsignaling.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
M talk/app/webrtc/test/mockpeerconnectionobservers.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.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/webrtcsdp.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +14 lines, -12 lines 0 comments Download
M talk/app/webrtc/webrtcsdp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -16 lines 0 comments Download
M talk/app/webrtc/webrtcsession.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -8 lines 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +21 lines, -15 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +10 lines, -10 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/app/webrtc/webrtcsessiondescriptionfactory.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M talk/media/base/audioframe.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -5 lines 0 comments Download
M talk/media/base/cpuid.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/executablehelpers.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/fakemediaengine.h View 1 2 3 4 5 6 7 8 9 10 21 chunks +47 lines, -40 lines 0 comments Download
M talk/media/base/fakenetworkinterface.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +9 lines, -9 lines 0 comments Download
M talk/media/base/fakevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -10 lines 0 comments Download
M talk/media/base/fakevideorenderer.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +18 lines, -15 lines 0 comments Download
M talk/media/base/mediachannel.h View 1 2 3 4 5 6 7 8 9 10 20 chunks +41 lines, -35 lines 0 comments Download
M talk/media/base/rtpdataengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -9 lines 0 comments Download
M talk/media/base/rtpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -6 lines 0 comments Download
M talk/media/base/rtpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/media/base/rtpdump.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +30 lines, -29 lines 0 comments Download
M talk/media/base/rtpdump.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +21 lines, -19 lines 0 comments Download
M talk/media/base/rtpdump_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
M talk/media/base/rtputils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/media/base/rtputils.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +19 lines, -18 lines 0 comments Download
M talk/media/base/rtputils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M talk/media/base/streamparams.h View 1 2 3 4 5 6 7 8 9 10 10 chunks +23 lines, -26 lines 0 comments Download
M talk/media/base/streamparams.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +14 lines, -14 lines 0 comments Download
M talk/media/base/streamparams_unittest.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +14 lines, -12 lines 0 comments Download
M talk/media/base/testutils.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +54 lines, -41 lines 0 comments Download
M talk/media/base/testutils.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +42 lines, -29 lines 0 comments Download
M talk/media/base/videoadapter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/videoadapter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/videoadapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/media/base/videocapturer.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +15 lines, -15 lines 0 comments Download
M talk/media/base/videocapturer.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +30 lines, -31 lines 0 comments Download
M talk/media/base/videocapturer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/videocommon.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +15 lines, -15 lines 0 comments Download
M talk/media/base/videocommon.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M talk/media/base/videoengine_unittest.h View 1 2 3 4 5 6 7 8 9 10 18 chunks +40 lines, -36 lines 0 comments Download
M talk/media/base/videoframe.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +38 lines, -23 lines 0 comments Download
M talk/media/base/videoframe.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +40 lines, -28 lines 0 comments Download
M talk/media/base/videoframe_unittest.h View 1 2 3 4 5 6 7 8 9 10 37 chunks +202 lines, -156 lines 0 comments Download
M talk/media/base/yuvframegenerator.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +21 lines, -16 lines 0 comments Download
M talk/media/base/yuvframegenerator.cc View 1 2 3 4 5 6 7 8 9 10 14 chunks +26 lines, -21 lines 0 comments Download
M talk/media/devices/carbonvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/carbonvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/filevideocapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M talk/media/devices/filevideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +14 lines, -14 lines 0 comments Download
M talk/media/devices/gdivideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M talk/media/devices/gtkvideorenderer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/gtkvideorenderer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/devices/linuxdevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/media/devices/mobiledevicemanager.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M talk/media/devices/yuvframescapturer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/media/devices/yuvframescapturer.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -7 lines 0 comments Download
M talk/media/sctp/sctpdataengine.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M talk/media/sctp/sctpdataengine.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +8 lines, -8 lines 0 comments Download
M talk/media/sctp/sctpdataengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -9 lines 0 comments Download
M talk/media/webrtc/fakewebrtcvideoengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +20 lines, -25 lines 0 comments Download
M talk/media/webrtc/fakewebrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M talk/media/webrtc/simulcast.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/simulcast.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideocapturer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/webrtcvideocapturer.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -6 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +19 lines, -18 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 9 10 28 chunks +43 lines, -52 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 14 chunks +24 lines, -24 lines 0 comments Download
M talk/media/webrtc/webrtcvideoframe.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -15 lines 0 comments Download
M talk/media/webrtc/webrtcvideoframe.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +20 lines, -20 lines 0 comments Download
M talk/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
M talk/media/webrtc/webrtcvideoframefactory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +19 lines, -17 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 16 chunks +25 lines, -20 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 18 chunks +22 lines, -22 lines 0 comments Download
M talk/session/media/audiomonitor.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/session/media/audiomonitor.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M talk/session/media/bundlefilter.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/bundlefilter.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M talk/session/media/channel.h View 1 2 3 4 5 6 7 8 9 10 11 chunks +28 lines, -31 lines 0 comments Download
M talk/session/media/channel.cc View 1 2 3 4 5 6 7 8 9 10 24 chunks +51 lines, -55 lines 0 comments Download
M talk/session/media/channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +33 lines, -25 lines 0 comments Download
M talk/session/media/currentspeakermonitor.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/currentspeakermonitor.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
M talk/session/media/currentspeakermonitor_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M talk/session/media/externalhmac.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/mediamonitor.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M talk/session/media/mediamonitor.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/mediasession.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M talk/session/media/mediasession.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +10 lines, -11 lines 0 comments Download
M talk/session/media/mediasession_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
M talk/session/media/planarfunctions_unittest.cc View 1 2 3 4 5 6 7 8 9 10 29 chunks +289 lines, -260 lines 0 comments Download
M talk/session/media/srtpfilter.h View 1 2 3 4 5 6 7 8 9 10 10 chunks +43 lines, -36 lines 0 comments Download
M talk/session/media/srtpfilter.cc View 1 2 3 4 5 6 7 8 9 10 21 chunks +47 lines, -33 lines 0 comments Download
M talk/session/media/srtpfilter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +25 lines, -25 lines 0 comments Download
M talk/session/media/yuvscaler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +22 lines, -19 lines 0 comments Download
M webrtc/base/asyncinvoker.h View 1 2 3 4 5 6 7 8 9 10 9 chunks +17 lines, -18 lines 0 comments Download
M webrtc/base/asyncinvoker.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M webrtc/base/asyncpacketsocket.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -12 lines 0 comments Download
M webrtc/base/asyncsocket.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/asyncsocket.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/asynctcpsocket.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/autodetectproxy.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/autodetectproxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/base/bandwidthsmoother.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/bandwidthsmoother.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/basictypes_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -38 lines 0 comments Download
M webrtc/base/bitbuffer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 14 chunks +40 lines, -39 lines 0 comments Download
M webrtc/base/bytebuffer.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -10 lines 0 comments Download
M webrtc/base/bytebuffer.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +18 lines, -18 lines 0 comments Download
M webrtc/base/bytebuffer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -18 lines 0 comments Download
M webrtc/base/byteorder.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +79 lines, -81 lines 0 comments Download
M webrtc/base/byteorder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/crc32.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/crc32.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/base/crc32_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/dbus_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/faketaskrunner.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/fileutils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/fileutils_mock.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/fileutils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/base/gunit.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -10 lines 0 comments Download
M webrtc/base/helpers.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/helpers.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/base/httpbase_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/httpcommon.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +34 lines, -22 lines 0 comments Download
M webrtc/base/httpcommon.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -13 lines 0 comments Download
M webrtc/base/httpcommon-inl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/ipaddress.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/ipaddress.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +13 lines, -14 lines 0 comments Download
M webrtc/base/logging.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/logging.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/base/logging_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/macasyncsocket.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/macasyncsocket.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/maccocoasocketserver_unittest.mm View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/macsocketserver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +6 lines, -6 lines 0 comments Download
M webrtc/base/md5.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -7 lines 0 comments Download
M webrtc/base/md5.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -14 lines 0 comments Download
M webrtc/base/md5digest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/messagedigest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/messagequeue.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +24 lines, -18 lines 0 comments Download
M webrtc/base/messagequeue.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +18 lines, -12 lines 0 comments Download
M webrtc/base/natsocketfactory.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/network.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/nullsocketserver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/opensslstreamadapter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/opensslstreamadapter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -5 lines 0 comments Download
M webrtc/base/pathutils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/base/pathutils.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/base/physicalsocketserver.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/physicalsocketserver.cc View 1 2 3 4 5 6 7 8 9 10 19 chunks +53 lines, -60 lines 0 comments Download
M webrtc/base/profiler.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/profiler.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/proxydetect.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
M webrtc/base/ratetracker.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/base/ratetracker.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +16 lines, -16 lines 0 comments Download
M webrtc/base/ratetracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/rtccertificate.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/rtccertificate.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/sha1.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M webrtc/base/sha1.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +28 lines, -23 lines 0 comments Download
M webrtc/base/sha1digest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/sharedexclusivelock_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/socket.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/socket_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/socketadapters.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/socketadapters.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +49 lines, -49 lines 0 comments Download
M webrtc/base/socketaddress.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +10 lines, -10 lines 0 comments Download
M webrtc/base/socketaddress.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +14 lines, -12 lines 0 comments Download
M webrtc/base/sslfingerprint.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/base/sslfingerprint.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/base/sslstreamadapter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/sslstreamadapter.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/base/sslstreamadapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/systeminfo.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/systeminfo.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/task.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -9 lines 0 comments Download
M webrtc/base/task.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M webrtc/base/task_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -8 lines 0 comments Download
M webrtc/base/taskrunner.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/base/taskrunner.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +7 lines, -7 lines 0 comments Download
M webrtc/base/testclient.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/testutils.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +19 lines, -15 lines 0 comments Download
M webrtc/base/thread.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/thread.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/thread_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/timeutils.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +29 lines, -27 lines 0 comments Download
M webrtc/base/timeutils.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +23 lines, -23 lines 0 comments Download
M webrtc/base/timeutils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/unixfilesystem.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/unixfilesystem.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/virtualsocket_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +44 lines, -34 lines 0 comments Download
M webrtc/base/virtualsocketserver.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +44 lines, -40 lines 0 comments Download
M webrtc/base/virtualsocketserver.cc View 1 2 3 4 5 6 7 8 9 10 17 chunks +35 lines, -30 lines 0 comments Download
M webrtc/base/win32.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/win32.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -7 lines 0 comments Download
M webrtc/base/win32_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/win32filesystem.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/win32filesystem.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/win32regkey.h View 1 2 3 4 5 6 7 8 9 10 10 chunks +20 lines, -19 lines 0 comments Download
M webrtc/base/win32regkey.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +23 lines, -23 lines 0 comments Download
M webrtc/base/win32regkey_unittest.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +32 lines, -23 lines 0 comments Download
M webrtc/base/win32socketserver.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/win32socketserver.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +28 lines, -28 lines 0 comments Download
M webrtc/base/win32socketserver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/window.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/winping.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/base/winping.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +12 lines, -14 lines 0 comments Download
M webrtc/base/x11windowpicker.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/base/x11windowpicker.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +35 lines, -38 lines 0 comments Download
M webrtc/examples/android/media_demo/jni/jni_helpers.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/defaults.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/defaults.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/flagdefs.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/linux/main_wnd.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -5 lines 0 comments Download
M webrtc/examples/peerconnection/client/linux/main_wnd.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.h 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/main_wnd.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/libjingle/xmpp/pingtask.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M webrtc/libjingle/xmpp/pingtask.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/libjingle/xmpp/pingtask_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/libjingle/xmpp/xmpppump.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/libjingle/xmpp/xmpppump.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/libjingle/xmpp/xmppthread.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +9 lines, -10 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/h264_sps_parser.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/h264_sps_parser.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +18 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/h264_sps_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +15 lines, -15 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/p2p/base/asyncstuntcpsocket.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/basicpacketsocketfactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/p2p/base/basicpacketsocketfactory.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -6 lines 0 comments Download
M webrtc/p2p/base/candidate.h View 1 2 3 4 5 6 7 8 9 10 6 chunks +15 lines, -15 lines 0 comments Download
M webrtc/p2p/base/dtlstransport.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -5 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +9 lines, -9 lines 0 comments Download
M webrtc/p2p/base/faketransportcontroller.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -6 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +8 lines, -8 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 3 4 5 6 7 8 9 10 14 chunks +19 lines, -19 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +14 lines, -14 lines 0 comments Download
M webrtc/p2p/base/packetsocketfactory.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/port.h View 1 2 3 4 5 6 7 8 9 10 19 chunks +44 lines, -45 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 3 4 5 6 7 8 9 10 20 chunks +34 lines, -35 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +34 lines, -29 lines 0 comments Download
M webrtc/p2p/base/portallocator.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +19 lines, -21 lines 0 comments Download
M webrtc/p2p/base/portallocator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/portinterface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/pseudotcp.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +50 lines, -49 lines 0 comments Download
M webrtc/p2p/base/pseudotcp.cc View 1 2 3 4 5 6 7 8 9 10 38 chunks +144 lines, -140 lines 0 comments Download
M webrtc/p2p/base/pseudotcp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +11 lines, -12 lines 0 comments Download
M webrtc/p2p/base/relayport.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -11 lines 0 comments Download
M webrtc/p2p/base/relayport.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -6 lines 0 comments Download
M webrtc/p2p/base/relayserver.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M webrtc/p2p/base/relayserver.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +16 lines, -13 lines 0 comments Download
M webrtc/p2p/base/relayserver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/stun.h View 1 2 3 4 5 6 7 8 9 10 14 chunks +57 lines, -56 lines 0 comments Download
M webrtc/p2p/base/stun.cc View 1 2 3 4 5 6 7 8 9 10 27 chunks +64 lines, -62 lines 0 comments Download
M webrtc/p2p/base/stun_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/stunport.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +18 lines, -9 lines 0 comments Download
M webrtc/p2p/base/stunport.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -5 lines 0 comments Download
M webrtc/p2p/base/stunport_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/stunrequest.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/stunrequest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/stunrequest_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/tcpport.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/tcpport.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -4 lines 0 comments Download
M webrtc/p2p/base/transport.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/transportchannel.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/p2p/base/transportchannelimpl.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/transportcontroller.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/turnport.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/turnport.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -6 lines 0 comments Download
M webrtc/p2p/base/turnserver.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +7 lines, -7 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -5 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +17 lines, -14 lines 0 comments Download
M webrtc/p2p/client/portallocator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/p2p/client/socketmonitor.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/stunprober/stunprober.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/p2p/stunprober/stunprober.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +9 lines, -9 lines 0 comments Download
M webrtc/p2p/stunprober/stunprober_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
M webrtc/tools/converter/converter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -4 lines 0 comments Download
M webrtc/tools/converter/converter.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -8 lines 0 comments Download
M webrtc/tools/frame_analyzer/video_quality_analysis.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -7 lines 0 comments Download
M webrtc/tools/frame_analyzer/video_quality_analysis.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +22 lines, -14 lines 0 comments Download
M webrtc/tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/typedefs.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -12 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/loudest_filter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/loudest_filter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_conference_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 43 (5 generated)
pbos-webrtc
add back stdint.h to webrtc/typdefs.h
5 years, 3 months ago (2015-09-22 09:32:40 UTC) #1
pbos-webrtc
Basically doing s/\<uint32\>/uint32_t/g in all our files. Then git cl format. Then reverting matlab files. ...
5 years, 3 months ago (2015-09-22 09:37:36 UTC) #2
hlundin-webrtc
webrtc/modules/audio_processing: not lgtm You changed the file suffix on our AEC debug dump files. Don't ...
5 years, 3 months ago (2015-09-22 09:57:31 UTC) #4
Henrik Grunell WebRTC
Agree with Henrik L. You'll have to go through the changes and fix comments etc. ...
5 years, 3 months ago (2015-09-22 10:35:55 UTC) #5
pbos-webrtc
revert some webrtc dirs + fix formatting
5 years, 3 months ago (2015-09-22 12:17:09 UTC) #6
pbos-webrtc
PTAL, I think we're friends again henrik.lundin@. I went through lines that touched strings and ...
5 years, 3 months ago (2015-09-22 12:17:42 UTC) #7
hlundin-webrtc
lgtm for removing webrtc/modules/audio_processing. lgtm for webrtc/voice_engine (although I am not an OWNER).
5 years, 3 months ago (2015-09-22 12:27:49 UTC) #8
Henrik Grunell WebRTC
Peter: did you clear this CL with Tommi?
5 years, 2 months ago (2015-09-30 08:23:47 UTC) #9
pbos-webrtc
On 2015/09/30 08:23:47, Henrik Grunell (webrtc) wrote: > Peter: did you clear this CL with ...
5 years, 2 months ago (2015-09-30 09:14:17 UTC) #10
Henrik Grunell WebRTC
On 2015/09/30 09:14:17, pbos-webrtc wrote: > On 2015/09/30 08:23:47, Henrik Grunell (webrtc) wrote: > > ...
5 years, 2 months ago (2015-09-30 09:53:20 UTC) #11
kjellander (google.com)
On 2015/09/30 09:53:20, Henrik Grunell (webrtc) wrote: > On 2015/09/30 09:14:17, pbos-webrtc wrote: > > ...
5 years, 2 months ago (2015-10-05 05:21:31 UTC) #12
pbos-webrtc
rebase + compile
5 years, 2 months ago (2015-10-05 09:37:35 UTC) #13
pbos-webrtc
+R tina.legrand (as root owner), since this is needed for the import it's more urgent. ...
5 years, 2 months ago (2015-10-05 09:37:46 UTC) #15
pbos-webrtc
Ok, here goes (PTAL, compiles OK). Motivation for doing this change: our definitions of uint32 ...
5 years, 2 months ago (2015-10-05 10:09:04 UTC) #17
Henrik Grunell WebRTC
https://codereview.webrtc.org/1362503003/diff/40001/webrtc/base/bitbuffer_unittest.cc File webrtc/base/bitbuffer_unittest.cc (right): https://codereview.webrtc.org/1362503003/diff/40001/webrtc/base/bitbuffer_unittest.cc#newcode57 webrtc/base/bitbuffer_unittest.cc:57: const uint8_t bytes[] = { Move { to line ...
5 years, 2 months ago (2015-10-05 12:00:20 UTC) #18
pbos-webrtc
henrikg@ feedback
5 years, 2 months ago (2015-10-05 12:19:54 UTC) #19
pbos-webrtc
PTAL :) https://codereview.webrtc.org/1362503003/diff/40001/webrtc/base/bitbuffer_unittest.cc File webrtc/base/bitbuffer_unittest.cc (right): https://codereview.webrtc.org/1362503003/diff/40001/webrtc/base/bitbuffer_unittest.cc#newcode57 webrtc/base/bitbuffer_unittest.cc:57: const uint8_t bytes[] = { On 2015/10/05 ...
5 years, 2 months ago (2015-10-05 12:23:24 UTC) #20
the sun
On 2015/10/05 12:23:24, pbos-webrtc wrote: > PTAL :) > > https://codereview.webrtc.org/1362503003/diff/40001/webrtc/base/bitbuffer_unittest.cc > File webrtc/base/bitbuffer_unittest.cc (right): ...
5 years, 2 months ago (2015-10-05 13:41:54 UTC) #21
tlegrand-webrtc
LG for talk/session - I added suggestions for cleaning up one of the files, but ...
5 years, 2 months ago (2015-10-05 13:49:01 UTC) #22
Henrik Grunell WebRTC
I wonder how many #include "webrtc/base/basictypes.h" we can remove now? It would be really nice ...
5 years, 2 months ago (2015-10-05 14:10:42 UTC) #23
perkj_webrtc
talk/app/webrtc lgtm What is the plan to prevent use of non _t types in the ...
5 years, 2 months ago (2015-10-05 18:47:43 UTC) #24
pbos-webrtc
rebase + tina's feedback
5 years, 2 months ago (2015-10-06 09:02:41 UTC) #25
pbos-webrtc
henrikg feedback
5 years, 2 months ago (2015-10-06 09:12:59 UTC) #26
pbos-webrtc
PTAL! Tina: For Chromium MSVC >=2013 is required, and we've had stdint.h included directly for ...
5 years, 2 months ago (2015-10-06 09:15:00 UTC) #27
stefan-webrtc
lgtm https://codereview.webrtc.org/1362503003/diff/70001/webrtc/examples/peerconnection/client/linux/main_wnd.h File webrtc/examples/peerconnection/client/linux/main_wnd.h (right): https://codereview.webrtc.org/1362503003/diff/70001/webrtc/examples/peerconnection/client/linux/main_wnd.h#newcode114 webrtc/examples/peerconnection/client/linux/main_wnd.h:114: rtc::scoped_ptr<uint8_t> draw_buffer_; This looks weird... Please take a ...
5 years, 2 months ago (2015-10-06 09:20:02 UTC) #28
pbos-webrtc
stefan@'s feedback
5 years, 2 months ago (2015-10-06 09:27:10 UTC) #29
pbos-webrtc
https://codereview.webrtc.org/1362503003/diff/70001/webrtc/examples/peerconnection/client/linux/main_wnd.h File webrtc/examples/peerconnection/client/linux/main_wnd.h (right): https://codereview.webrtc.org/1362503003/diff/70001/webrtc/examples/peerconnection/client/linux/main_wnd.h#newcode114 webrtc/examples/peerconnection/client/linux/main_wnd.h:114: rtc::scoped_ptr<uint8_t> draw_buffer_; On 2015/10/06 09:20:02, stefan-webrtc (holmer) wrote: > ...
5 years, 2 months ago (2015-10-06 09:28:04 UTC) #30
Henrik Grunell WebRTC
webrtc/base lgtm Great that you're doing this!
5 years, 2 months ago (2015-10-06 09:41:38 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1362503003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1362503003/80001
5 years, 2 months ago (2015-10-06 09:45:04 UTC) #33
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/1106)
5 years, 2 months ago (2015-10-06 09:49:58 UTC) #35
the sun
https://codereview.webrtc.org/1362503003/diff/80001/webrtc/p2p/base/faketransportcontroller.h File webrtc/p2p/base/faketransportcontroller.h (left): https://codereview.webrtc.org/1362503003/diff/80001/webrtc/p2p/base/faketransportcontroller.h#oldcode325 webrtc/p2p/base/faketransportcontroller.h:325: IceRole role_ = ICEROLE_UNKNOWN; Why aren't these needed anymore? ...
5 years, 2 months ago (2015-10-06 11:23:54 UTC) #36
pbos-webrtc
solenberg: add back initializes + size_t for loops
5 years, 2 months ago (2015-10-06 11:54:12 UTC) #37
pbos-webrtc
PTAL (pthatcher@ FYI: solenberg@ is doing webrtc/p2p so we can get this in our TZ) ...
5 years, 2 months ago (2015-10-06 11:55:12 UTC) #38
the sun
LGTM for webrtc/p2p
5 years, 2 months ago (2015-10-06 13:27:12 UTC) #39
tlegrand-webrtc
Thanks Peter! LGTM
5 years, 2 months ago (2015-10-07 09:35:33 UTC) #40
pbos-webrtc
rebase + revert basictypes.h (to be landed separately just in case of a revert due ...
5 years, 2 months ago (2015-10-07 09:58:01 UTC) #41
pbos-webrtc
Committed patchset #11 (id:100001) manually as 0c4e06b4c6107a1b94f764e279e4fb4161e905b0 (presubmit successful).
5 years, 2 months ago (2015-10-07 10:23:40 UTC) #42
commit-bot: I haz the power
5 years, 2 months ago (2015-10-07 10:23:45 UTC) #43
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/0c4e06b4c6107a1b94f764e279e4fb4161e905b0
Cr-Commit-Position: refs/heads/master@{#10196}

Powered by Google App Engine
This is Rietveld 408576698