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

Issue 2969653002: Update includes for webrtc/{base => rtc_base} rename (1/3) (Closed)

Created:
3 years, 5 months ago by kjellander_webrtc
Modified:
3 years, 5 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, zhuangzesen_agora.io, aleloi, tlegrand-webrtc, peah-webrtc, bjornv1, video-team_agora.io, AleBzk, tterriberry_mozilla.com, sdk-team_agora.io, minyue-webrtc, mflodman, Andrew MacDonald, zhengzhonghou_agora.io, stefan-webrtc, kwiberg-webrtc, danilchap, henrika_webrtc, audio-team_agora.io, hlundin-webrtc, the sun, perkj_webrtc, aluebs-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update includes for webrtc/{base => rtc_base} rename (1/3) I used a command like this to update the paths: perl -pi -e "s/webrtc\/base/webrtc\/rtc_base/g" `find webrtc/rtc_base -name "*.cc" -o -name "*.h"` The only manual edit is to add an include of webrtc/rtc_base/checks.h in webrtc/modules/audio_device/android/opensles_common.h, which likely was needed due to changed include paths due to 'git cl format'. BUG=webrtc:7634 NOTRY=True NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2969653002 Cr-Commit-Position: refs/heads/master@{#18871} Committed: https://chromium.googlesource.com/external/webrtc/+/c8fa692ec44fd6ba4fa3d085ac3161a262fc18c5

Patch Set 1 #

Patch Set 2 : git cl format #

Patch Set 3 : rebase onto 224e65939af87443addfc5bb500fbf434728bd1c #

Patch Set 4 : Include checks.h in opensles_common.h #

Patch Set 5 : Rebased onto 89c4a7e57d524b13fbe0c823a83a4c10c2e63bd0 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1595 lines, -1600 lines) Patch
M webrtc/modules/audio_coding/acm2/acm_codec_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receive_test.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_resampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_send_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_send_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/call_statistics.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/codec_manager.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/codec_manager.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/event_log_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/util/threshold_curve.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_format_conversion.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/webrtc_cng.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_complexity_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_inst.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/accelerate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_multi_vector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_multi_vector.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_vector.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_vector.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/background_noise.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/buffer_level_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/comfort_noise.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/comfort_noise.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_fax.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_normal.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_peak_detector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_peak_detector.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/dsp_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_buffer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_tone_generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/expand.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/expand.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/expand_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/merge.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/merge.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/mock/mock_external_decoder_pcm16b.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/nack_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/nack_tracker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_decoder_enum.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/normal.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/normal.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/packet.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/packet_buffer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/packet_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/post_decode_vad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/preemptive_expand.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/random_vector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/red_payload_splitter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/red_payload_splitter.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/rtcp.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/statistics_calculator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/statistics_calculator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/sync_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/sync_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/RTPencode.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_ilbc_quality_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_pcmu_quality_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tick_timer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/time_stretch.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/time_stretch.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/time_stretch_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/timestamp_scaler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_checksum.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_loop.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_sink.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/constant_pcm_packet_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/constant_pcm_packet_source.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/encode_neteq_input.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/input_audio_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/input_audio_file.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_delay_analyzer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_delay_analyzer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_input.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_packet_source_input.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/output_audio_file.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/output_wav_file.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/resample_input_audio_file.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/resample_input_audio_file.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_file_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_generator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtpcat.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/APITest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/test/Channel.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/Channel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/test/PCMFile.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/TestAllCodecs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h View 1 1 chunk +1 line, -1 line 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/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 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_device_template.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_device_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_record_jni.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_record_jni.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_track_jni.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_track_jni.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/android/ensure_initialized.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_common.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_common.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_player.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_player.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_recorder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/opensles_recorder.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_buffer.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_data_observer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_generic.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/audio_device_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_impl.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_unittest.cc View 1 1 chunk +12 lines, -12 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/dummy/file_audio_device_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/fine_audio_buffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/fine_audio_buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/fine_audio_buffer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/include/audio_device.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/include/audio_device_data_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_ios.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/ios/audio_session_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_alsa_linux.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_pulse_linux.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc View 1 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 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/mac/audio_device_mac.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/mac/audio_mixer_manager_mac.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.h View 1 chunk +2 lines, -2 lines 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_mixer/audio_frame_manipulator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_mixer/audio_mixer_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_mixer/audio_mixer_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_mixer/audio_mixer_impl_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_mixer/frame_combiner.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_mixer/frame_combiner_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_mixer/gain_change_calculator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_mixer/sine_wave_generator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_mixer/sine_wave_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_resampler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_fft.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_fft.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/aec_state.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec_state.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/block_framer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/block_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/block_processor.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/block_processor_metrics.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/block_processor_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/comfort_noise_generator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/comfort_noise_generator_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/decimator_by_4.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/decimator_by_4.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_canceller3.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_canceller3.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_path_delay_estimator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover_metrics.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover_metrics.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/erl_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/erle_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/erle_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/fft_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/frame_blocker.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/frame_blocker.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/main_filter_update_gain.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/main_filter_update_gain.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/main_filter_update_gain_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/matched_filter_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/mock/mock_echo_remover.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/mock/mock_render_delay_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/output_selector.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/output_selector.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/render_buffer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_buffer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_buffer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller_metrics.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller_metrics_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/render_signal_analyzer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_signal_analyzer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/render_signal_analyzer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/residual_echo_estimator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/shadow_filter_update_gain_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_filter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/vector_math.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/aec_dump_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec_dump/aec_dump_impl.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/aec_dump_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/aec_dump_integration_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec_dump/aec_dump_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec_dump/capture_stream_info.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/write_to_file_task.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/write_to_file_task.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core_c.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core_mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core_neon.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc_manager_direct.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc_manager_direct.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/agc/loudness_histogram.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc2/digital_gain_applier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc2/gain_controller2.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/agc2/gain_controller2.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/agc2/gain_controller2_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_performance_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_unittest.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/array_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/array_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/complex_matrix.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/matrix.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/common.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_bit_exact_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_detector/circular_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_detector/circular_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_detector/moving_max.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/gain_control_for_experimental_agc.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_for_experimental_agc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/include/aec_dump.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/include/audio_processing.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/include/audio_processing.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/include/config.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_utils_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/biquad_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/down_sampler.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/down_sampler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/gain_applier.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/gain_applier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/gain_selector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/gain_selector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/level_controller.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/level_controller.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/level_controller_complexity_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/noise_level_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/peak_level_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_controller/signal_classifier.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_controller/signal_classifier.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_estimator_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/level_estimator_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/level_estimator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/logging/apm_data_dumper.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/logging/apm_data_dumper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/low_cut_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/low_cut_filter_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/residual_echo_detector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/residual_echo_detector.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/residual_echo_detector_complexity_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/rms_level.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/rms_level.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/rms_level_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/splitting_filter.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/aec_dump_based_simulator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/audio_buffer_tools.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_simulator.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_simulator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/bitexactness_tools.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/bitexactness_tools.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/generator.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/multiend_call.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/multiend_call.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/simulator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/simulator.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/timing.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/timing.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/wavreader_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/wavreader_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/debug_dump_replayer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/debug_dump_replayer.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/debug_dump_test.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/echo_canceller_test_tools.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/echo_canceller_test_tools.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/echo_canceller_test_tools_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/test/performance_timer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/performance_timer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/protobuf_utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/fake_polqa.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/simulator_buffers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/simulator_buffers.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/unpack.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/wav_based_simulator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/wav_based_simulator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/three_band_filter_bank.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/moving_moments.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_detector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_suppressor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_suppressor.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/transient/wpd_node.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/wpd_tree.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/utility/block_mean_calculator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/utility/block_mean_calculator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/utility/delay_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/utility/delay_estimator_wrapper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/vad/voice_activity_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/voice_detection_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/voice_detection_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/voice_detection_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittests_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/include/send_side_congestion_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/median_slope_estimator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/median_slope_estimator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/median_slope_estimator_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/probe_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/receive_side_congestion_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/send_side_congestion_controller.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/trendline_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/trendline_estimator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/trendline_estimator_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/blank_detector_desktop_capturer_wrapper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropped_desktop_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropping_window_capturer_win.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_capture_options.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_generator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_rotation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_win.h View 1 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/desktop_geometry.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_region.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/fallback_desktop_capturer_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/mac/scoped_pixel_buffer_object.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/window_list_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capture_frame_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_integration_test.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_drawer_linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_drawer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.h View 1 1 chunk +3 lines, -3 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/shared_memory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/test_utils_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/cursor.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/d3d_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/desktop.h 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/dxgi_adapter_duplicator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_frame.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_output_duplicator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_texture.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_texture_mapping.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/dxgi_texture_staging.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_gdi_object.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_thread_desktop.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capture_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/window_capture_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_null.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_x11.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/x11/shared_x_display.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/x11/shared_x_display.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/x11/x_error_trap.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/include/module_common_types.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/media_file/media_file_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/media_file_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/media_file_utility.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/alr_detector.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/alr_detector.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/packet_router.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/pacing/packet_router.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/packet_router_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_fileutils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/flexfec_receiver.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/flexfec_sender.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_cvo.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_header_extension_map.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 1 chunk +2 lines, -2 lines 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_test_helper.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_test_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_receiver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_sender.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/playout_delay_oracle.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/playout_delay_oracle.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/playout_delay_oracle_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_generator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_generator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testFec/test_fec.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/include/jvm_android.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/include/mock/mock_process_thread.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/include/process_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/helpers_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/jvm_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/process_thread_impl.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/utility/source/process_thread_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/utility/source/process_thread_impl_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_capture/device_info_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/external/video_capture_external.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/linux/video_capture_linux.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/linux/video_capture_linux.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/objc/video_capture.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/test/video_capture_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_capture/windows/sink_filter_ds.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/windows/video_capture_factory_windows.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codec_database.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codec_timer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/i420/include/i420.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/android_test_initializer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/packet_manipulator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/packet_manipulator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/stats.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/video_codec_test.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/tools/video_quality_measurement.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/screenshare_layers.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_rate_allocator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/screenshare_layers.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_noop.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/decoding_state.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_buffer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/generic_decoder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/generic_decoder.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/generic_encoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/generic_encoder.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/h264_sprop_parameter_sets.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/h264_sprop_parameter_sets.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/h264_sps_pps_tracker.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/jitter_buffer.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/jitter_buffer.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/jitter_buffer_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/jitter_estimator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/media_opt_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/media_optimization.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/media_optimization.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/nack_module.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/nack_module.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/protection_bitrate_calculator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/receiver.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/receiver.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/receiver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/sequence_number_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/session_info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/test/stream_generator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/timing.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/utility/frame_dropper.h 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/frame_dropper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/utility/moving_average.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/utility/vp8_header_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_codec_initializer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_coding_impl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/video_coding_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_packet_buffer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/video_receiver.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/video_sender.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_processing/util/denoiser_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (11 generated)
kjellander_webrtc
3 years, 5 months ago (2017-06-30 11:21:43 UTC) #2
kwiberg-webrtc
I think it would be a good idea to run "git cl format" in addition ...
3 years, 5 months ago (2017-06-30 11:34:09 UTC) #3
kjellander_webrtc
On 2017/06/30 11:34:09, kwiberg-webrtc wrote: > I think it would be a good idea to ...
3 years, 5 months ago (2017-06-30 12:24:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2969653002/20001
3 years, 5 months ago (2017-06-30 12:25:47 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/18760)
3 years, 5 months ago (2017-06-30 12:41:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2969653002/80001
3 years, 5 months ago (2017-06-30 20:59:17 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/external/webrtc/+/c8fa692ec44fd6ba4fa3d085ac3161a262fc18c5
3 years, 5 months ago (2017-06-30 21:02:12 UTC) #18
kjellander_webrtc
3 years, 5 months ago (2017-07-01 14:48:07 UTC) #19
Message was sent while issue was closed.
On 2017/06/30 21:02:12, commit-bot: I haz the power wrote:
> Committed patchset #5 (id:80001) as
>
https://chromium.googlesource.com/external/webrtc/+/c8fa692ec44fd6ba4fa3d085a...

Reverted in
https://chromium.googlesource.com/external/webrtc/+/dca1e09db7822ab2f0221bf63...
due to breaking internal project :(

Powered by Google App Engine
This is Rietveld 408576698