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

Side by Side Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 1314473008: H264 bitstream parser. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: win64 build warnings Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'source/rtp_receiver_audio.h', 71 'source/rtp_receiver_audio.h',
72 'source/rtp_sender_audio.cc', 72 'source/rtp_sender_audio.cc',
73 'source/rtp_sender_audio.h', 73 'source/rtp_sender_audio.h',
74 # Video Files 74 # Video Files
75 'source/fec_private_tables_random.h', 75 'source/fec_private_tables_random.h',
76 'source/fec_private_tables_bursty.h', 76 'source/fec_private_tables_bursty.h',
77 'source/forward_error_correction.cc', 77 'source/forward_error_correction.cc',
78 'source/forward_error_correction.h', 78 'source/forward_error_correction.h',
79 'source/forward_error_correction_internal.cc', 79 'source/forward_error_correction_internal.cc',
80 'source/forward_error_correction_internal.h', 80 'source/forward_error_correction_internal.h',
81 'source/h264_bitstream_parser.cc',
82 'source/h264_bitstream_parser.h',
81 'source/h264_sps_parser.cc', 83 'source/h264_sps_parser.cc',
82 'source/h264_sps_parser.h', 84 'source/h264_sps_parser.h',
83 'source/producer_fec.cc', 85 'source/producer_fec.cc',
84 'source/producer_fec.h', 86 'source/producer_fec.h',
85 'source/rtp_packet_history.cc', 87 'source/rtp_packet_history.cc',
86 'source/rtp_packet_history.h', 88 'source/rtp_packet_history.h',
87 'source/rtp_payload_registry.cc', 89 'source/rtp_payload_registry.cc',
88 'source/rtp_receiver_strategy.cc', 90 'source/rtp_receiver_strategy.cc',
89 'source/rtp_receiver_strategy.h', 91 'source/rtp_receiver_strategy.h',
90 'source/rtp_receiver_video.cc', 92 'source/rtp_receiver_video.cc',
(...skipping 15 matching lines...) Expand all
106 'source/vp8_partition_aggregator.h', 108 'source/vp8_partition_aggregator.h',
107 # Mocks 109 # Mocks
108 'mocks/mock_rtp_rtcp.h', 110 'mocks/mock_rtp_rtcp.h',
109 'source/mock/mock_rtp_payload_strategy.h', 111 'source/mock/mock_rtp_payload_strategy.h',
110 ], # source 112 ], # source
111 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 113 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
112 'msvs_disabled_warnings': [ 4267, ], 114 'msvs_disabled_warnings': [ 4267, ],
113 }, 115 },
114 ], 116 ],
115 } 117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698