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

Issue 388663003: Cast: Reshuffle files under media/cast (Closed)

Created:
6 years, 5 months ago by Alpha Left Google
Modified:
6 years, 5 months ago
Reviewers:
Tom Sepez, wtc, miu
CC:
chromium-reviews, hclam+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Cast: Reshuffle files under media/cast This is a large refactoring to move files around where it makes sense. media/cast/transport/rtp_sender => media/cast/net/rtp media/cast/transport/rtp_sender/packet_storage => media/cast/net/rtp media/cast/transport/rtp_sender/packetizer => media/cast/net/rtp media/cast/transport/transport => media/cast/net media/cast/base => media/cast/common media/cast/transport/utility => media/cast/common media/cast/video_sender => media/cast/sender media/cast/video_sender/codecs/vp8 => media/cast/sender media/cast/audio_sender => media/cast/sender media/cast/congestion_control => media/cast/sender media/cast/transport => media/cast/net media/cast/framer => media/cast/net/rtp media/cast/rtp_receiver => media/cast/net/rtp media/cast/rtcp => media/cast/net/rtcp Remove "transport" namespace BUG=393042 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283120

Patch Set 1 #

Patch Set 2 : DEPS #

Total comments: 3

Patch Set 3 : move more and merved #

Patch Set 4 : similarity = 10 #

Total comments: 27

Patch Set 5 : fixed comments #

Total comments: 26

Patch Set 6 : fixed order #

Patch Set 7 : missing includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1019 lines, -19215 lines) Patch
M chrome/browser/media/cast_transport_host_filter.h View 1 2 3 4 5 6 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter.cc View 1 2 3 4 5 6 10 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter_unittest.cc View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/cast_messages.h View 1 2 3 4 5 6 5 chunks +19 lines, -20 lines 0 comments Download
M chrome/renderer/media/cast_ipc_dispatcher.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/media/cast_ipc_dispatcher.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_rtp_stream.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 1 2 3 4 5 6 2 chunks +17 lines, -17 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.cc View 1 2 3 4 5 6 5 chunks +12 lines, -13 lines 0 comments Download
D media/cast/README View 1 2 3 4 5 6 1 chunk +0 lines, -61 lines 0 comments Download
D media/cast/audio_sender/audio_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -56 lines 0 comments Download
D media/cast/audio_sender/audio_encoder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -385 lines 0 comments Download
D media/cast/audio_sender/audio_encoder_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -241 lines 0 comments Download
D media/cast/audio_sender/audio_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -162 lines 0 comments Download
D media/cast/audio_sender/audio_sender.cc View 1 2 3 4 5 6 1 chunk +0 lines, -349 lines 0 comments Download
D media/cast/audio_sender/audio_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -141 lines 0 comments Download
D media/cast/base/clock_drift_smoother.h View 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D media/cast/base/clock_drift_smoother.cc View 3 4 5 6 1 chunk +0 lines, -58 lines 0 comments Download
M media/cast/cast.gyp View 1 2 3 4 5 6 8 chunks +71 lines, -89 lines 0 comments Download
M media/cast/cast_config.h View 1 2 3 4 5 6 5 chunks +8 lines, -12 lines 0 comments Download
M media/cast/cast_config.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/cast_defines.h View 1 2 3 4 5 6 3 chunks +1 line, -9 lines 0 comments Download
M media/cast/cast_receiver.h View 1 2 3 4 5 6 3 chunks +3 lines, -5 lines 0 comments Download
M media/cast/cast_sender.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/cast_sender_impl.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M media/cast/cast_sender_impl.cc View 1 2 3 4 5 6 4 chunks +4 lines, -3 lines 0 comments Download
M media/cast/cast_testing.gypi View 1 2 3 4 5 6 10 chunks +42 lines, -44 lines 0 comments Download
A + media/cast/common/clock_drift_smoother.h View 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + media/cast/common/clock_drift_smoother.cc View 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/common/transport_encryption_handler.h View 3 4 5 6 3 chunks +3 lines, -5 lines 0 comments Download
A + media/cast/common/transport_encryption_handler.cc View 1 2 3 4 5 6 3 chunks +27 lines, -5 lines 0 comments Download
D media/cast/congestion_control/congestion_control.h View 1 2 3 4 5 6 1 chunk +0 lines, -87 lines 0 comments Download
D media/cast/congestion_control/congestion_control.cc View 1 2 3 4 5 6 1 chunk +0 lines, -197 lines 0 comments Download
D media/cast/congestion_control/congestion_control_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -120 lines 0 comments Download
D media/cast/framer/cast_message_builder.h View 1 2 3 4 5 6 1 chunk +0 lines, -69 lines 0 comments Download
D media/cast/framer/cast_message_builder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -190 lines 0 comments Download
D media/cast/framer/cast_message_builder_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -429 lines 0 comments Download
D media/cast/framer/frame_buffer.h View 1 2 3 4 5 6 1 chunk +0 lines, -54 lines 0 comments Download
D media/cast/framer/frame_buffer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -87 lines 0 comments Download
D media/cast/framer/frame_buffer_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -90 lines 0 comments Download
D media/cast/framer/frame_id_map.h View 1 2 3 4 5 6 1 chunk +0 lines, -90 lines 0 comments Download
D media/cast/framer/frame_id_map.cc View 1 2 3 4 5 6 1 chunk +0 lines, -247 lines 0 comments Download
D media/cast/framer/framer.h View 1 2 3 4 5 6 1 chunk +0 lines, -72 lines 0 comments Download
D media/cast/framer/framer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -132 lines 0 comments Download
D media/cast/framer/framer_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -500 lines 0 comments Download
A + media/cast/net/DEPS View 1 2 3 4 5 6 1 chunk +10 lines, -9 lines 0 comments Download
A + media/cast/net/cast_transport_config.h View 1 2 3 4 5 6 3 chunks +4 lines, -7 lines 0 comments Download
A + media/cast/net/cast_transport_config.cc View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
A + media/cast/net/cast_transport_defines.h View 1 2 3 4 5 6 4 chunks +3 lines, -25 lines 0 comments Download
A + media/cast/net/cast_transport_sender.h View 1 2 3 4 5 6 4 chunks +6 lines, -7 lines 0 comments Download
A + media/cast/net/cast_transport_sender_impl.h View 1 2 3 4 5 6 3 chunks +11 lines, -11 lines 0 comments Download
A + media/cast/net/cast_transport_sender_impl.cc View 1 2 3 4 5 6 2 chunks +4 lines, -5 lines 0 comments Download
A + media/cast/net/cast_transport_sender_impl_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -7 lines 0 comments Download
A + media/cast/net/frame_id_wrap_helper_test.cc View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
A + media/cast/net/pacing/mock_paced_packet_sender.h View 1 2 3 4 5 6 2 chunks +4 lines, -6 lines 0 comments Download
A + media/cast/net/pacing/mock_paced_packet_sender.cc View 1 2 3 4 5 6 1 chunk +1 line, -3 lines 0 comments Download
A + media/cast/net/pacing/paced_sender.h View 1 2 3 4 5 6 3 chunks +5 lines, -8 lines 0 comments Download
A + media/cast/net/pacing/paced_sender.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
A + media/cast/net/pacing/paced_sender_unittest.cc View 1 2 3 4 5 6 4 chunks +8 lines, -6 lines 0 comments Download
A + media/cast/net/rtcp/mock_rtcp_receiver_feedback.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + media/cast/net/rtcp/mock_rtcp_receiver_feedback.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/mock_rtcp_sender_feedback.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/mock_rtcp_sender_feedback.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/receiver_rtcp_event_subscriber.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/receiver_rtcp_event_subscriber.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/receiver_rtcp_event_subscriber_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/rtcp.h View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
A + media/cast/net/rtcp/rtcp.cc View 1 2 3 4 5 6 7 chunks +19 lines, -19 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder.h View 1 2 3 4 5 6 2 chunks +5 lines, -7 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder.cc View 1 2 3 4 5 6 3 chunks +3 lines, -5 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_builder_unittest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_defines.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/rtcp_defines.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/rtcp_receiver.h View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_receiver.cc View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_receiver_unittest.cc View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_sender.h View 1 2 3 4 5 6 4 chunks +10 lines, -10 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_sender.cc View 1 2 3 4 5 6 16 chunks +32 lines, -32 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_sender_unittest.cc View 1 2 3 4 5 6 22 chunks +35 lines, -35 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_unittest.cc View 1 2 3 4 5 6 10 chunks +23 lines, -23 lines 0 comments Download
A + media/cast/net/rtcp/rtcp_utility.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtcp/rtcp_utility.cc View 1 2 3 4 5 6 5 chunks +14 lines, -14 lines 0 comments Download
A + media/cast/net/rtcp/test_rtcp_packet_builder.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A + media/cast/net/rtcp/test_rtcp_packet_builder.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/cast_message_builder.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + media/cast/net/rtp/cast_message_builder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/cast_message_builder_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + media/cast/net/rtp/frame_buffer.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/frame_buffer.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/net/rtp/frame_buffer_unittest.cc View 1 2 3 4 5 6 5 chunks +7 lines, -6 lines 0 comments Download
A + media/cast/net/rtp/frame_id_map.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/frame_id_map.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/framer.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
A + media/cast/net/rtp/framer.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/framer_unittest.cc View 1 2 3 4 5 6 25 chunks +34 lines, -33 lines 0 comments Download
A + media/cast/net/rtp/mock_rtp_feedback.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/mock_rtp_payload_feedback.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/mock_rtp_payload_feedback.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/packet_storage.h View 1 2 3 4 5 6 3 chunks +6 lines, -8 lines 0 comments Download
A + media/cast/net/rtp/packet_storage.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
A + media/cast/net/rtp/packet_storage_unittest.cc View 1 2 3 4 5 6 3 chunks +1 line, -3 lines 0 comments Download
A + media/cast/net/rtp/receiver_stats.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/receiver_stats.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/receiver_stats_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + media/cast/net/rtp/rtp_header_parser.h View 1 2 3 4 5 6 2 chunks +6 lines, -8 lines 0 comments Download
A + media/cast/net/rtp/rtp_header_parser.cc View 1 2 3 4 5 6 3 chunks +1 line, -3 lines 0 comments Download
A + media/cast/net/rtp/rtp_packet_builder.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/rtp_packet_builder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/rtp_packetizer.h View 1 2 3 4 5 6 3 chunks +4 lines, -7 lines 0 comments Download
A + media/cast/net/rtp/rtp_packetizer.cc View 1 2 3 4 5 6 2 chunks +2 lines, -4 lines 0 comments Download
A + media/cast/net/rtp/rtp_packetizer_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -7 lines 0 comments Download
A + media/cast/net/rtp/rtp_parser.h View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
A + media/cast/net/rtp/rtp_parser.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/rtp_parser_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + media/cast/net/rtp/rtp_receiver_defines.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/rtp_receiver_defines.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/net/rtp/rtp_sender.h View 1 2 3 4 5 6 2 chunks +9 lines, -12 lines 0 comments Download
A + media/cast/net/rtp/rtp_sender.cc View 1 2 3 4 5 6 2 chunks +3 lines, -5 lines 0 comments Download
A + media/cast/net/udp_transport.h View 1 2 3 4 5 6 3 chunks +5 lines, -7 lines 0 comments Download
A + media/cast/net/udp_transport.cc View 1 2 3 4 5 6 3 chunks +1 line, -3 lines 0 comments Download
A + media/cast/net/udp_transport_unittest.cc View 1 2 3 4 5 6 5 chunks +4 lines, -6 lines 0 comments Download
M media/cast/receiver/audio_decoder.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/receiver/audio_decoder.cc View 1 2 3 4 5 6 7 chunks +9 lines, -9 lines 0 comments Download
M media/cast/receiver/audio_decoder_unittest.cc View 1 2 3 4 5 6 6 chunks +13 lines, -13 lines 0 comments Download
M media/cast/receiver/cast_receiver_impl.h View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M media/cast/receiver/cast_receiver_impl.cc View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M media/cast/receiver/frame_receiver.h View 1 2 3 4 5 6 3 chunks +10 lines, -10 lines 0 comments Download
M media/cast/receiver/frame_receiver.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M media/cast/receiver/frame_receiver_unittest.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M media/cast/receiver/video_decoder.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/receiver/video_decoder.cc View 1 2 3 4 5 6 7 chunks +10 lines, -10 lines 0 comments Download
M media/cast/receiver/video_decoder_unittest.cc View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
D media/cast/rtcp/mock_rtcp_receiver_feedback.h View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
D media/cast/rtcp/mock_rtcp_receiver_feedback.cc View 1 2 3 4 5 6 1 chunk +0 lines, -19 lines 0 comments Download
D media/cast/rtcp/mock_rtcp_sender_feedback.h View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D media/cast/rtcp/mock_rtcp_sender_feedback.cc View 1 2 3 4 5 6 1 chunk +0 lines, -15 lines 0 comments Download
D media/cast/rtcp/receiver_rtcp_event_subscriber.h View 1 2 3 4 5 6 1 chunk +0 lines, -79 lines 0 comments Download
D media/cast/rtcp/receiver_rtcp_event_subscriber.cc View 1 2 3 4 5 6 1 chunk +0 lines, -96 lines 0 comments Download
D media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -131 lines 0 comments Download
D media/cast/rtcp/rtcp.h View 1 2 3 4 5 6 1 chunk +0 lines, -206 lines 0 comments Download
D media/cast/rtcp/rtcp.cc View 1 2 3 4 5 6 1 chunk +0 lines, -430 lines 0 comments Download
D media/cast/rtcp/rtcp_defines.h View 1 2 3 4 5 6 1 chunk +0 lines, -133 lines 0 comments Download
D media/cast/rtcp/rtcp_defines.cc View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
D media/cast/rtcp/rtcp_receiver.h View 1 2 3 4 5 6 1 chunk +0 lines, -133 lines 0 comments Download
D media/cast/rtcp/rtcp_receiver.cc View 1 2 3 4 5 6 1 chunk +0 lines, -564 lines 0 comments Download
D media/cast/rtcp/rtcp_receiver_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -543 lines 0 comments Download
D media/cast/rtcp/rtcp_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -127 lines 0 comments Download
D media/cast/rtcp/rtcp_sender.cc View 1 2 3 4 5 6 1 chunk +0 lines, -827 lines 0 comments Download
D media/cast/rtcp/rtcp_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -557 lines 0 comments Download
D media/cast/rtcp/rtcp_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -549 lines 0 comments Download
D media/cast/rtcp/rtcp_utility.h View 1 2 3 4 5 6 1 chunk +0 lines, -346 lines 0 comments Download
D media/cast/rtcp/rtcp_utility.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1066 lines 0 comments Download
D media/cast/rtcp/test_rtcp_packet_builder.h View 1 2 3 4 5 6 1 chunk +0 lines, -113 lines 0 comments Download
D media/cast/rtcp/test_rtcp_packet_builder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -269 lines 0 comments Download
D media/cast/rtp_receiver/mock_rtp_payload_feedback.h View 1 2 3 4 5 6 1 chunk +0 lines, -25 lines 0 comments Download
D media/cast/rtp_receiver/mock_rtp_payload_feedback.cc View 1 2 3 4 5 6 1 chunk +0 lines, -15 lines 0 comments Download
D media/cast/rtp_receiver/receiver_stats.h View 1 2 3 4 5 6 1 chunk +0 lines, -50 lines 0 comments Download
D media/cast/rtp_receiver/receiver_stats.cc View 1 2 3 4 5 6 1 chunk +0 lines, -119 lines 0 comments Download
D media/cast/rtp_receiver/receiver_stats_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -178 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/include/mock/mock_rtp_feedback.h View 1 2 3 4 5 6 1 chunk +0 lines, -35 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/rtp_parser.h View 1 2 3 4 5 6 1 chunk +0 lines, -47 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/rtp_parser.cc View 1 2 3 4 5 6 1 chunk +0 lines, -118 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/rtp_parser_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -197 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -94 lines 0 comments Download
D media/cast/rtp_receiver/rtp_receiver_defines.h View 1 2 3 4 5 6 1 chunk +0 lines, -44 lines 0 comments Download
D media/cast/rtp_receiver/rtp_receiver_defines.cc View 1 2 3 4 5 6 1 chunk +0 lines, -25 lines 0 comments Download
D media/cast/rtp_timestamp_helper.h View 1 2 3 4 5 6 1 chunk +0 lines, -41 lines 0 comments Download
D media/cast/rtp_timestamp_helper.cc View 1 2 3 4 5 6 1 chunk +0 lines, -36 lines 0 comments Download
A + media/cast/sender/audio_encoder.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/sender/audio_encoder.cc View 1 2 3 4 5 6 7 chunks +11 lines, -11 lines 0 comments Download
A + media/cast/sender/audio_encoder_unittest.cc View 1 2 3 4 5 6 7 chunks +9 lines, -9 lines 0 comments Download
A + media/cast/sender/audio_sender.h View 1 2 3 4 5 6 6 chunks +8 lines, -8 lines 0 comments Download
A + media/cast/sender/audio_sender.cc View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
A + media/cast/sender/audio_sender_unittest.cc View 1 2 3 4 5 6 4 chunks +12 lines, -12 lines 0 comments Download
A + media/cast/sender/congestion_control.h View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + media/cast/sender/congestion_control.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/sender/congestion_control_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A + media/cast/sender/external_video_encoder.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + media/cast/sender/external_video_encoder.cc View 1 2 3 4 5 6 4 chunks +9 lines, -9 lines 0 comments Download
A + media/cast/sender/external_video_encoder_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/sender/fake_software_video_encoder.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/sender/fake_software_video_encoder.cc View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
A + media/cast/sender/rtp_timestamp_helper.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + media/cast/sender/rtp_timestamp_helper.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/cast/sender/software_video_encoder.h View 1 2 3 4 5 6 4 chunks +4 lines, -6 lines 0 comments Download
A + media/cast/sender/video_encoder.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
A + media/cast/sender/video_encoder_impl.h View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
A + media/cast/sender/video_encoder_impl.cc View 1 2 3 4 5 6 6 chunks +8 lines, -8 lines 0 comments Download
A + media/cast/sender/video_encoder_impl_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/sender/video_sender.h View 1 2 3 4 5 6 7 chunks +10 lines, -13 lines 0 comments Download
A + media/cast/sender/video_sender.cc View 1 2 3 4 5 6 6 chunks +10 lines, -10 lines 0 comments Download
A + media/cast/sender/video_sender_unittest.cc View 1 2 3 4 5 6 9 chunks +14 lines, -14 lines 0 comments Download
A + media/cast/sender/vp8_encoder.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + media/cast/sender/vp8_encoder.cc View 1 2 3 4 5 6 3 chunks +6 lines, -8 lines 0 comments Download
M media/cast/test/cast_benchmarks.cc View 1 2 3 4 5 6 10 chunks +19 lines, -19 lines 0 comments Download
M media/cast/test/end2end_unittest.cc View 1 2 3 4 5 6 25 chunks +33 lines, -33 lines 0 comments Download
M media/cast/test/loopback_transport.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M media/cast/test/loopback_transport.cc View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M media/cast/test/receiver.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M media/cast/test/sender.cc View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M media/cast/test/simulator.cc View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M media/cast/test/utility/default_config.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/test/utility/in_process_receiver.h View 1 2 3 4 5 6 4 chunks +4 lines, -6 lines 0 comments Download
M media/cast/test/utility/in_process_receiver.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M media/cast/test/utility/udp_proxy.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M media/cast/test/utility/udp_proxy.cc View 1 2 3 4 5 6 19 chunks +22 lines, -22 lines 0 comments Download
M media/cast/test/utility/udp_proxy_main.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D media/cast/transport/cast_transport_config.h View 1 2 3 4 5 6 1 chunk +0 lines, -202 lines 0 comments Download
D media/cast/transport/cast_transport_config.cc View 1 2 3 4 5 6 1 chunk +0 lines, -62 lines 0 comments Download
D media/cast/transport/cast_transport_defines.h View 1 2 3 4 5 6 1 chunk +0 lines, -169 lines 0 comments Download
D media/cast/transport/cast_transport_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -112 lines 0 comments Download
D media/cast/transport/cast_transport_sender_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -109 lines 0 comments Download
D media/cast/transport/cast_transport_sender_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -208 lines 0 comments Download
D media/cast/transport/cast_transport_sender_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -113 lines 0 comments Download
D media/cast/transport/frame_id_wrap_helper_test.cc View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D media/cast/transport/pacing/mock_paced_packet_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D media/cast/transport/pacing/mock_paced_packet_sender.cc View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
D media/cast/transport/pacing/paced_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -147 lines 0 comments Download
D media/cast/transport/pacing/paced_sender.cc View 1 2 3 4 5 6 1 chunk +0 lines, -260 lines 0 comments Download
D media/cast/transport/pacing/paced_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -351 lines 0 comments Download
D media/cast/transport/rtcp/rtcp_builder.h View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
D media/cast/transport/rtcp/rtcp_builder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -197 lines 0 comments Download
D media/cast/transport/rtcp/rtcp_builder_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -164 lines 0 comments Download
D media/cast/transport/rtp_sender/packet_storage/packet_storage.h View 3 4 5 6 1 chunk +0 lines, -62 lines 0 comments Download
D media/cast/transport/rtp_sender/packet_storage/packet_storage.cc View 3 4 5 6 1 chunk +0 lines, -65 lines 0 comments Download
D media/cast/transport/rtp_sender/packet_storage/packet_storage_unittest.cc View 3 4 5 6 1 chunk +0 lines, -115 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h View 3 4 5 6 1 chunk +0 lines, -77 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.cc View 3 4 5 6 1 chunk +0 lines, -134 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc View 3 4 5 6 1 chunk +0 lines, -175 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h View 3 4 5 6 1 chunk +0 lines, -64 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc View 3 4 5 6 1 chunk +0 lines, -105 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_sender.h View 3 4 5 6 1 chunk +0 lines, -81 lines 0 comments Download
D media/cast/transport/rtp_sender/rtp_sender.cc View 3 4 5 6 1 chunk +0 lines, -133 lines 0 comments Download
D media/cast/transport/transport/udp_transport.h View 3 4 5 6 1 chunk +0 lines, -97 lines 0 comments Download
D media/cast/transport/transport/udp_transport.cc View 3 4 5 6 1 chunk +0 lines, -242 lines 0 comments Download
D media/cast/transport/transport/udp_transport_unittest.cc View 3 4 5 6 1 chunk +0 lines, -100 lines 0 comments Download
D media/cast/transport/utility/transport_encryption_handler.h View 3 4 5 6 1 chunk +0 lines, -55 lines 0 comments Download
D media/cast/transport/utility/transport_encryption_handler.cc View 3 4 5 6 1 chunk +0 lines, -76 lines 0 comments Download
D media/cast/video_sender/codecs/vp8/vp8_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -103 lines 0 comments Download
D media/cast/video_sender/codecs/vp8/vp8_encoder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -415 lines 0 comments Download
D media/cast/video_sender/external_video_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -86 lines 0 comments Download
D media/cast/video_sender/external_video_encoder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -434 lines 0 comments Download
D media/cast/video_sender/external_video_encoder_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -191 lines 0 comments Download
D media/cast/video_sender/fake_software_video_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D media/cast/video_sender/fake_software_video_encoder.cc View 1 2 3 4 5 6 1 chunk +0 lines, -69 lines 0 comments Download
D media/cast/video_sender/software_video_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -46 lines 0 comments Download
D media/cast/video_sender/video_encoder.h View 1 2 3 4 5 6 1 chunk +0 lines, -51 lines 0 comments Download
D media/cast/video_sender/video_encoder_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -71 lines 0 comments Download
D media/cast/video_sender/video_encoder_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -138 lines 0 comments Download
D media/cast/video_sender/video_encoder_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -260 lines 0 comments Download
D media/cast/video_sender/video_sender.h View 1 2 3 4 5 6 1 chunk +0 lines, -182 lines 0 comments Download
D media/cast/video_sender/video_sender.cc View 1 2 3 4 5 6 1 chunk +0 lines, -400 lines 0 comments Download
D media/cast/video_sender/video_sender_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -525 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/message_lib.gyp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
Alpha Left Google
6 years, 5 months ago (2014-07-10 23:28:57 UTC) #1
Alpha Left Google
Maybe media/cast/transport should just be media/cast/net? What do you think?
6 years, 5 months ago (2014-07-10 23:34:08 UTC) #2
miu
On 2014/07/10 23:34:08, Alpha wrote: > Maybe media/cast/transport should just be media/cast/net? What do you ...
6 years, 5 months ago (2014-07-11 01:18:33 UTC) #3
miu
I like your idea of naming the dir media/cast/net. Go ahead and do that, make ...
6 years, 5 months ago (2014-07-11 01:19:37 UTC) #4
Alpha Left Google
https://codereview.chromium.org/388663003/diff/20001/media/cast/cast.gyp File media/cast/cast.gyp (left): https://codereview.chromium.org/388663003/diff/20001/media/cast/cast.gyp#oldcode62 media/cast/cast.gyp:62: 'transport/cast_transport_config.cc', On 2014/07/11 01:19:36, miu wrote: > Does everything ...
6 years, 5 months ago (2014-07-11 18:11:26 UTC) #5
Alpha Left Google
This is just moving files around. +palmer for cast_messages.h +wtc for adding DEPS on net ...
6 years, 5 months ago (2014-07-11 20:36:28 UTC) #6
Alpha Left Google
+tsepez for tools/ipc_fuzzer. It's just a change in dependency.
6 years, 5 months ago (2014-07-11 20:38:43 UTC) #7
wtc
Patch set 4 LGTM. I verified all uses of net:: in the Cast code are ...
6 years, 5 months ago (2014-07-11 22:31:36 UTC) #8
Alpha Left Google
https://codereview.chromium.org/388663003/diff/50001/media/cast/net/udp_transport_unittest.cc File media/cast/net/udp_transport_unittest.cc (right): https://codereview.chromium.org/388663003/diff/50001/media/cast/net/udp_transport_unittest.cc#newcode62 media/cast/net/udp_transport_unittest.cc:62: net::ParseIPLiteralToNumber("0.0.0.0", &empty_addr_number); On 2014/07/11 22:31:35, wtc wrote: > > ...
6 years, 5 months ago (2014-07-11 22:33:48 UTC) #9
Alpha Left Google
https://codereview.chromium.org/388663003/diff/50001/chrome/chrome_renderer.gypi File chrome/chrome_renderer.gypi (right): https://codereview.chromium.org/388663003/diff/50001/chrome/chrome_renderer.gypi#newcode292 chrome/chrome_renderer.gypi:292: '../media/cast/cast.gyp:cast_net', On 2014/07/11 22:31:35, wtc wrote: > > Nit: ...
6 years, 5 months ago (2014-07-12 01:37:56 UTC) #10
wtc
Patch set 5 LGTM. https://codereview.chromium.org/388663003/diff/60001/media/cast/cast_testing.gypi File media/cast/cast_testing.gypi (right): https://codereview.chromium.org/388663003/diff/60001/media/cast/cast_testing.gypi#newcode67 media/cast/cast_testing.gypi:67: 'cast_net', Nit: sort in alphabetical ...
6 years, 5 months ago (2014-07-12 03:09:09 UTC) #11
Tom Sepez
rubberstamp LGTM for messages.
6 years, 5 months ago (2014-07-14 15:59:18 UTC) #12
Alpha Left Google
https://codereview.chromium.org/388663003/diff/60001/media/cast/cast_testing.gypi File media/cast/cast_testing.gypi (right): https://codereview.chromium.org/388663003/diff/60001/media/cast/cast_testing.gypi#newcode67 media/cast/cast_testing.gypi:67: 'cast_net', On 2014/07/12 03:09:09, wtc wrote: > > Nit: ...
6 years, 5 months ago (2014-07-14 18:44:32 UTC) #13
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 5 months ago (2014-07-14 18:44:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/388663003/70001
6 years, 5 months ago (2014-07-14 18:46:14 UTC) #15
Alpha Left Google
The CQ bit was unchecked by hclam@chromium.org
6 years, 5 months ago (2014-07-14 19:00:36 UTC) #16
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 5 months ago (2014-07-14 19:31:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/388663003/80001
6 years, 5 months ago (2014-07-14 19:34:03 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-14 22:27:07 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-14 22:39:56 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/38296)
6 years, 5 months ago (2014-07-14 22:39:59 UTC) #21
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 5 months ago (2014-07-14 22:40:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/388663003/80001
6 years, 5 months ago (2014-07-14 22:43:22 UTC) #23
commit-bot: I haz the power
6 years, 5 months ago (2014-07-15 01:04:33 UTC) #24
Message was sent while issue was closed.
Change committed as 283120

Powered by Google App Engine
This is Rietveld 408576698