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

Issue 1413333002: system_wrappers: rename interface -> include (Closed)

Created:
5 years, 2 months ago by kjellander_webrtc
Modified:
5 years, 1 month ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, stefan-webrtc, Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, peah-webrtc, the sun, andresp, perkj_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

system_wrappers: rename interface -> include BUG=webrtc:5095 R=tommi@webrtc.org Committed: https://crrev.com/98f53510b222f71fdd8b799b2f33737ceeb28c61 Cr-Commit-Position: refs/heads/master@{#10438}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Update .c files as well #

Patch Set 4 : Update .mm files as well #

Patch Set 5 : Update .S files as well #

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Patch Set 8 : Rebased again! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+880 lines, -3951 lines) Patch
M talk/app/webrtc/java/jni/androidmediacodeccommon.h View 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 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/yuvframescapturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/simulcast.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/webrtcvideocapturer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/event_tracer_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/bitrate_estimator_tests.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/call/call_perf_tests.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/call/congestion_controller.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/call/rtc_event_log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/call/rtc_event_log_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/transport_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/audio_converter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/fir_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/fir_filter_neon.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/fir_filter_neon.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/fir_filter_sse.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/fir_filter_sse.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/lapped_transform.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/real_fourier.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/signal_processing/complex_bit_reverse_arm.S View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/signal_processing/filter_ar_fast_q12_armv7.S View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/signal_processing/spl_init.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/signal_processing/spl_sqrt_floor_arm.S View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/incoming_video_stream.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/common_video/interface/video_frame_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/libyuv/libyuv_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/libyuv/scaler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/plane.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/video_render_frames.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/filters_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_armv7.S View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_armv6.S View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/transform_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_codec_database.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receive_test_oldapi.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receiver.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_resampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/codec_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/nack.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/interface/audio_coding_module.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/APITest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/APITest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/Channel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/EncodeDecodeTest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/RTPFile.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/RTPFile.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/SpatialAudio.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/TestAllCodecs.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/TestRedFec.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/TestStereo.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/Tester.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/TwoWayCommunication.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/delay_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/iSACTest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/initial_delay_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/insert_packet_with_timing.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/opus_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/target_delay_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/statistics_calculator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/rtp_to_text.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/timestamp_scaler.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/source/memory_pool_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/source/memory_pool_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/source/time_scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/source/time_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_device_template.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_device_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_unittest_ios.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_alsa_linux.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_pulse_linux.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/latebindingsymboltable_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/mac/audio_device_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/mac/audio_device_mac.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/mac/audio_mixer_manager_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/func_test_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/func_test_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_device_wave_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_device_wave_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_mixer_manager_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_mixer_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_rdft.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core.c View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core_c.c View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/agc/agc_manager_direct.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc_manager_direct_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/high_pass_filter_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_estimator_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/ns/nsx_core.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/splitting_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/audioproc_float.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/process_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/three_band_filter_bank.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/click_annotate.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/file_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/file_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/file_utils_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_detector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_suppressor.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/wpd_tree_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/voice_detection_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_allocator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/differ.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/differ_block.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/differ_block_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capture_frame_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/cursor.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/desktop.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_thread_desktop.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/shared_x_display.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/shared_x_display.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/source/media_file_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/source/media_file_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/media_file/source/media_file_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/source/media_file_utility.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/include/mock/mock_paced_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/pacing/paced_sender_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/bitrate.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/dtmf_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_receiver_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ssrc_database.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ssrc_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/utility/interface/file_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/file_player_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/file_player_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/process_thread_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/process_thread_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/process_thread_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/device_info_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/device_info_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/external/video_capture_external.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/ios/device_info_ios.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/ios/rtc_video_capture_ios_objc.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/ios/video_capture_ios.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/linux/device_info_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/linux/video_capture_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/linux/video_capture_linux.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info_objc.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/mac/video_capture_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/test/video_capture_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_capture/windows/device_info_ds.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/windows/sink_filter_ds.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/windows/video_capture_ds.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/windows/video_capture_factory_windows.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/packet_manipulator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/tools/video_quality_measurement.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_sequence_coder.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/interface/video_coding.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/codec_database.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/frame_buffer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/generic_decoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/generic_encoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_estimator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_estimator_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/media_opt_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/media_optimization.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/media_optimization.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/media_optimization_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/qm_select.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/receiver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/receiver.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/receiver_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/session_info.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/test/stream_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/timing.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/timing.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/main/source/timing_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/video_coding_impl.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/video_coding_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/video_coding_robustness_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/video_receiver.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/video_receiver_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/video_sender.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/video_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/rtp_player.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/test/test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/test/video_rtp_play.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/frame_dropper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/vp8_header_parser.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/source/content_analysis.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_processing/main/source/deflickering.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_processing/main/source/video_decimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/source/video_processing_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/test/unit_test/video_processing_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/test/unit_test/video_processing_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/android/video_render_android_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/android/video_render_android_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_render/android/video_render_android_native_opengl2.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_render/android/video_render_android_surface_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_render/android/video_render_opengles20.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/external/video_render_external_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/ios/open_gles20.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/ios/video_render_ios_gles20.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/ios/video_render_ios_gles20.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/ios/video_render_ios_impl.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/ios/video_render_ios_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/linux/video_render_linux_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/linux/video_x11_channel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/linux/video_x11_render.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/mac/cocoa_full_screen_window.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/mac/cocoa_render_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/mac/video_render_agl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/mac/video_render_agl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_render/mac/video_render_mac_carbon_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/mac/video_render_nsopengl.mm View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_render/test/testAPI/testAPI.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_render/test/testAPI/testAPI_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/video_render_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/video_render_internal_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/windows/video_render_direct3d9.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/windows/video_render_direct3d9.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_render/windows/video_render_windows_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/BUILD.gn View 1 2 3 4 5 6 3 chunks +34 lines, -34 lines 0 comments Download
A + webrtc/system_wrappers/include/aligned_array.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/aligned_malloc.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/asm_defines.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/atomic32.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/clock.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/compile_assert_c.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/condition_variable_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/cpu_features_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/cpu_info.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/critical_section_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/data_log.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/data_log_c.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/data_log_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/event_tracer.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/event_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/field_trial.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/field_trial_default.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/file_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/fix_interlocked_exchange_pointer_win.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/logcat_trace_context.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/logging.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/metrics.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/ref_count.h View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/rtp_to_ntp.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/rw_lock_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/scoped_vector.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/sleep.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/sort.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/static_instance.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/system_wrappers/include/stl_util.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/stringize_macros.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/thread_wrapper.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/tick_util.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/timestamp_extrapolator.h View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/system_wrappers/include/trace.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/system_wrappers/include/utf_util_win.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
D webrtc/system_wrappers/interface/aligned_array.h View 1 chunk +0 lines, -88 lines 0 comments Download
D webrtc/system_wrappers/interface/aligned_malloc.h View 1 chunk +0 lines, -59 lines 0 comments Download
D webrtc/system_wrappers/interface/asm_defines.h View 1 chunk +0 lines, -66 lines 0 comments Download
D webrtc/system_wrappers/interface/atomic32.h View 1 chunk +0 lines, -66 lines 0 comments Download
D webrtc/system_wrappers/interface/clock.h View 1 chunk +0 lines, -84 lines 0 comments Download
D webrtc/system_wrappers/interface/compile_assert_c.h View 1 chunk +0 lines, -24 lines 0 comments Download
D webrtc/system_wrappers/interface/condition_variable_wrapper.h View 1 chunk +0 lines, -42 lines 0 comments Download
D webrtc/system_wrappers/interface/cpu_features_wrapper.h View 1 chunk +0 lines, -51 lines 0 comments Download
D webrtc/system_wrappers/interface/cpu_info.h View 1 chunk +0 lines, -28 lines 0 comments Download
D webrtc/system_wrappers/interface/critical_section_wrapper.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webrtc/system_wrappers/interface/data_log.h View 1 chunk +0 lines, -119 lines 0 comments Download
D webrtc/system_wrappers/interface/data_log_c.h View 1 chunk +0 lines, -85 lines 0 comments Download
D webrtc/system_wrappers/interface/data_log_impl.h View 1 chunk +0 lines, -155 lines 0 comments Download
D webrtc/system_wrappers/interface/event_tracer.h View 1 chunk +0 lines, -33 lines 0 comments Download
D webrtc/system_wrappers/interface/event_wrapper.h View 1 chunk +0 lines, -70 lines 0 comments Download
D webrtc/system_wrappers/interface/field_trial.h View 1 2 3 4 5 6 1 chunk +0 lines, -68 lines 0 comments Download
D webrtc/system_wrappers/interface/field_trial_default.h View 1 chunk +0 lines, -26 lines 0 comments Download
D webrtc/system_wrappers/interface/file_wrapper.h View 1 chunk +0 lines, -78 lines 0 comments Download
D webrtc/system_wrappers/interface/fix_interlocked_exchange_pointer_win.h View 1 chunk +0 lines, -39 lines 0 comments Download
D webrtc/system_wrappers/interface/logcat_trace_context.h View 1 chunk +0 lines, -35 lines 0 comments Download
D webrtc/system_wrappers/interface/logging.h View 1 chunk +0 lines, -161 lines 0 comments Download
D webrtc/system_wrappers/interface/metrics.h View 1 2 3 4 5 6 1 chunk +0 lines, -139 lines 0 comments Download
D webrtc/system_wrappers/interface/ref_count.h View 1 chunk +0 lines, -82 lines 0 comments Download
D webrtc/system_wrappers/interface/rtp_to_ntp.h View 1 chunk +0 lines, -50 lines 0 comments Download
D webrtc/system_wrappers/interface/rw_lock_wrapper.h View 1 chunk +0 lines, -68 lines 0 comments Download
D webrtc/system_wrappers/interface/scoped_vector.h View 1 chunk +0 lines, -157 lines 0 comments Download
D webrtc/system_wrappers/interface/sleep.h View 1 chunk +0 lines, -24 lines 0 comments Download
D webrtc/system_wrappers/interface/sort.h View 1 chunk +0 lines, -65 lines 0 comments Download
D webrtc/system_wrappers/interface/static_instance.h View 1 chunk +0 lines, -153 lines 0 comments Download
D webrtc/system_wrappers/interface/stl_util.h View 1 chunk +0 lines, -265 lines 0 comments Download
D webrtc/system_wrappers/interface/stringize_macros.h View 1 chunk +0 lines, -38 lines 0 comments Download
D webrtc/system_wrappers/interface/thread_wrapper.h View 1 chunk +0 lines, -95 lines 0 comments Download
D webrtc/system_wrappers/interface/tick_util.h View 1 chunk +0 lines, -298 lines 0 comments Download
D webrtc/system_wrappers/interface/timestamp_extrapolator.h View 1 chunk +0 lines, -56 lines 0 comments Download
D webrtc/system_wrappers/interface/trace.h View 1 chunk +0 lines, -92 lines 0 comments Download
D webrtc/system_wrappers/interface/utf_util_win.h View 1 chunk +0 lines, -57 lines 0 comments Download
M webrtc/system_wrappers/source/aligned_array_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/aligned_malloc.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/aligned_malloc_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/atomic32_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/atomic32_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/atomic32_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/clock.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/system_wrappers/source/clock_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable_event_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable_native_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable_native_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/condition_variable_unittest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/source/cpu_features.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/cpu_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/critical_section_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/critical_section_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/system_wrappers/source/critical_section_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/data_log.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/source/data_log_c.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/data_log_c_helpers_unittest.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/data_log_helpers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/data_log_no_op.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/data_log_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/data_log_unittest_disabled.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/event.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/event_timer_posix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/event_timer_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/field_trial_default.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/file_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/file_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/logcat_trace_context.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/logging.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/logging_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/source/metrics_default.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rtp_to_ntp.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/rtp_to_ntp_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rw_lock.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rw_lock_generic.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rw_lock_generic.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/rw_lock_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rw_lock_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/rw_lock_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/scoped_vector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/sleep.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/sort.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/stl_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/stringize_macros_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/thread_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/thread_posix.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/system_wrappers/source/thread_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/source/thread_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/thread_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/tick_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/timestamp_extrapolator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/trace_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/source/trace_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/system_wrappers.gyp View 1 2 3 4 5 6 3 chunks +35 lines, -35 lines 0 comments Download
M webrtc/system_wrappers/test/TestSort/TestSort.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/call_test.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/traffic_control_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/traffic_control_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket2_manager_win.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/test/channel_transport/udp_socket2_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket2_win.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/test/channel_transport/udp_socket2_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket_manager_posix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/channel_transport/udp_socket_manager_posix.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/channel_transport/udp_socket_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket_manager_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket_manager_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket_posix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/channel_transport/udp_socket_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/channel_transport/udp_socket_wrapper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/channel_transport/udp_transport_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/test/direct_transport.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/direct_transport.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_audio_device.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/test/fake_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_encoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_network_pipe.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_network_pipe.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_network_pipe_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/field_trial.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/frame_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/frame_generator_capturer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/test/histogram.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/testsupport/fileutils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/testsupport/trace_to_stderr.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/agc/agc_harness.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/rampup_tests.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rampup_tests.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video/replay.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_capture_input.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_capture_input.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/video_capture_input_unittest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/video_engine/call_stats.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/call_stats_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/encoder_state_feedback.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/overuse_frame_detector.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/overuse_frame_detector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/payload_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/payload_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/stream_synchronization.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_channel.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_channel.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video_engine/vie_encoder.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video_engine/vie_receiver.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/video_engine/vie_remb.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video_engine/vie_remb_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_sync_module.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_sync_module.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/channel.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/dtmf_inband.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/dtmf_inband_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/dtmf_inband_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/level_indicator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/monitor_module.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/network_predictor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/network_predictor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/output_mixer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/shared_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/statistics.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/android/android_test/jni/android_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/mixing_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_conference_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_standard_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_stress_test.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_stress_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/transmit_mixer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/voice_engine/utility.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voe_audio_processing_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/voe_codec_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_dtmf_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_external_media_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_file_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/voe_hardware_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_neteq_stats_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_network_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/voe_rtp_rtcp_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/voe_video_sync_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voe_volume_control_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/voice_engine_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voice_engine_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
kjellander_webrtc
This is a first step towards trying to standardize the naming of the native API ...
5 years, 2 months ago (2015-10-20 12:31:14 UTC) #2
tommi
lgtm, didn't review every file since it's just a directory rename.
5 years, 1 month ago (2015-10-28 13:51:04 UTC) #3
kjellander_webrtc
Committed patchset #8 (id:140001) manually as 98f53510b222f71fdd8b799b2f33737ceeb28c61 (presubmit successful).
5 years, 1 month ago (2015-10-28 17:17:59 UTC) #4
commit-bot: I haz the power
5 years, 1 month ago (2015-10-28 17:18:14 UTC) #5
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/98f53510b222f71fdd8b799b2f33737ceeb28c61
Cr-Commit-Position: refs/heads/master@{#10438}

Powered by Google App Engine
This is Rietveld 408576698