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

Issue 1417683006: modules: more interface -> include renames (Closed)

Created:
5 years, 1 month ago by kjellander_webrtc
Modified:
5 years, 1 month ago
Reviewers:
tommi, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, henrika_webrtc, Andrew MacDonald, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, hlundin-webrtc, mflodman, peah-webrtc, the sun, andresp, perkj_webrtc, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

modules: more interface -> include renames This changes the following module directories: * webrtc/modules/audio_conference_mixer/interface * webrtc/modules/interface * webrtc/modules/media_file/interface * webrtc/modules/rtp_rtcp/interface * webrtc/modules/utility/interface To avoid breaking downstream, I followed this recipe: 1. Copy the interface dir to a new sibling directory: include 2. Update the header guards in the include directory to match the style guide. 3. Update the header guards in the interface directory to match the ones in include. This is required to avoid getting redefinitions in the not-yet-updated downstream code. 4. Add a pragma warning in the header files in the interface dir. Example: #pragma message("WARNING: webrtc/modules/interface is DEPRECATED; " "use webrtc/modules/include") 5. Search for all source references to webrtc/modules/interface and update them to webrtc/modules/include (*.c*,*.h,*.mm,*.S) 6. Update all GYP+GN files. This required manual inspection since many subdirectories of webrtc/modules referenced the interface dir using ../interface etc(*.gyp*,*.gn*) BUG=5095 TESTED=Passing compile-trybots with --clobber flag: git cl try --clobber --bot=win_compile_rel --bot=linux_compile_rel --bot=android_compile_rel --bot=mac_compile_rel --bot=ios_rel -m tryserver.webrtc R=stefan@webrtc.org, tommi@webrtc.org Committed: https://crrev.com/ff761fba8274d93bd73e76c8b8a1f2d0776dd840 Cr-Commit-Position: refs/heads/master@{#10500}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased and fixed line wrapping #

Patch Set 3 : Added compatibility headers for audio_conference_mixer, media_file and utility as well. #

Patch Set 4 : Fixed incorrectly wrapped pragma warning messages #

Patch Set 5 : Fix last incorrectly wrapped pragma message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -597 lines) Patch
M webrtc/audio/audio_receive_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/call.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/call/call_perf_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/congestion_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/common_video/video_render_frames.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/android/media_demo/jni/voice_engine_jni.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/call_statistics.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/initial_delay_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/audio_coding_module.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/include/audio_coding_module.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/include/audio_coding_module_typedefs.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/Channel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/PCMFile.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/PCMFile.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/RTPFile.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/insert_packet_with_timing.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/test/target_delay_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_normal.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/nack.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/packet.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/rtcp.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_sink.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc View 1 chunk +1 line, -1 line 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 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/audio_conference_mixer.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/modules/audio_conference_mixer/include/audio_conference_mixer.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
D webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer.h View 1 2 3 4 2 chunks +8 lines, -6 lines 0 comments Download
D webrtc/modules/audio_conference_mixer/interface/audio_conference_mixer_defines.h View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/source/audio_frame_manipulator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_conference_mixer/test/audio_conference_mixer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_manager.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/audio_record_jni.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/audio_track_jni.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/android/build_info.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/build_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/ensure_initialized.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/android/opensles_player.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/audio_device.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/include/audio_device.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_ios.mm View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc_manager_direct.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/agc_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/histogram.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/mock_agc.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/process_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/transient/transient_suppression_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/typing_detection.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/pitch_based_vad.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/vad/standalone_vad_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/vad/vad_audio_proc_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/modules/include/module.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/include/module_common_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/interface/module.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/interface/module_common_types.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/media_file/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/modules/media_file/include/media_file.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/modules/media_file/include/media_file_defines.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
D webrtc/modules/media_file/interface/media_file.h View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
D webrtc/modules/media_file/interface/media_file_defines.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/media_file/media_file.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/media_file/source/media_file_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/media_file/source/media_file_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/source/media_file_utility.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/media_file/source/media_file_utility.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/module_common_types_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/include/paced_sender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/include/packet_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/packet_router_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_fileutils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/tcp.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +8 lines, -8 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/fec_receiver.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/receive_statistics.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_cvo.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_header_parser.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_receiver.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/fec_receiver.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/receive_statistics.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_cvo.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_receiver.h View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/fec_test_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/forward_error_correction.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_utility.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 chunk +6 lines, -6 lines 0 comments Download
A + webrtc/modules/utility/include/audio_frame_operations.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/utility/include/file_player.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/utility/include/file_recorder.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/modules/utility/include/helpers_android.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/utility/include/helpers_ios.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/utility/include/jvm_android.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/utility/include/mock/mock_process_thread.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/utility/include/process_thread.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
D webrtc/modules/utility/interface/audio_frame_operations.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
D webrtc/modules/utility/interface/file_player.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
D webrtc/modules/utility/interface/file_recorder.h View 1 2 2 chunks +7 lines, -5 lines 0 comments Download
D webrtc/modules/utility/interface/helpers_android.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
D webrtc/modules/utility/interface/helpers_ios.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
D webrtc/modules/utility/interface/jvm_android.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
D webrtc/modules/utility/interface/mock/mock_process_thread.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
D webrtc/modules/utility/interface/process_thread.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/utility/source/audio_frame_operations.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/audio_frame_operations_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/coder.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/file_player_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/utility/source/file_player_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/helpers_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/helpers_ios.mm View 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 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/process_thread_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/process_thread_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/utility.gypi View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/modules/video_capture/include/video_capture.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/include/video_capture_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/test/video_capture_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/interface/video_codec_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/interface/video_coding.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/interface/video_coding_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/codec_timer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/content_metrics_processing.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/decoding_state.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/decoding_state_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/encoded_frame.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/frame_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/generic_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/media_opt_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/media_optimization.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/packet.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/packet.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/qm_select.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/qm_select_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/session_info.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/session_info_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/timestamp_map.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/receiver_tests.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/test/rtp_player.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/rtp_player.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/main/test/test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/interface/video_processing.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_processing/main/source/content_analysis.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/source/spatial_resampler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_processing/main/source/video_decimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/external/video_render_external_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/include/video_render.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/include/video_render_defines.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_render/test/testAPI/testAPI.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_render/test/testAPI/testAPI_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/layer_filtering_transport.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/test/rtp_rtcp_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/agc/activity_metric.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/agc/test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rampup_tests.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/replay.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_capture_input.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_capture_input_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_quality_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/video_send_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/call_stats.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/call_stats.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/call_stats_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/encoder_state_feedback.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/encoder_state_feedback_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/overuse_frame_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/payload_router.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/payload_router_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/report_block_stats.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_channel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_channel.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video_engine/vie_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_encoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_receiver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_receiver.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webrtc/video_engine/vie_remb.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_remb.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_remb_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_sync_module.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_sync_module.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/voice_engine/level_indicator.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/monitor_module.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/output_mixer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/output_mixer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/shared_data.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/external_media_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/transmit_mixer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/transmit_mixer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/utility.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/utility_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voe_base_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voe_file_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voice_engine_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (6 generated)
kjellander_webrtc
stefan: webrtc/modules/rtp_rtcp tommi: rubberstamp for the rest. Remaining rtp_rtp OWNERS: FYI, so nobody is modifying ...
5 years, 1 month ago (2015-11-02 13:14:57 UTC) #5
tommi
rs lgtm
5 years, 1 month ago (2015-11-02 13:18:25 UTC) #6
stefan-webrtc
Seems fairly straight forward. Some lines are now too long, but otherwise lgtm. https://codereview.webrtc.org/1417683006/diff/1/webrtc/modules/rtp_rtcp/interface/receive_statistics.h File ...
5 years, 1 month ago (2015-11-04 02:22:40 UTC) #7
kjellander_webrtc
Submitting this now. I have ran all downstream builds I can find with this patch ...
5 years, 1 month ago (2015-11-04 07:28:20 UTC) #10
kjellander_webrtc
Committed patchset #5 (id:80001) manually as ff761fba8274d93bd73e76c8b8a1f2d0776dd840 (presubmit successful).
5 years, 1 month ago (2015-11-04 07:32:12 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 07:32:22 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ff761fba8274d93bd73e76c8b8a1f2d0776dd840
Cr-Commit-Position: refs/heads/master@{#10500}

Powered by Google App Engine
This is Rietveld 408576698