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

Side by Side Diff: webrtc/modules/BUILD.gn

Issue 2498903003: Fix parsing padding byte in rtp header extension (Closed)
Patch Set: double check packet set correctly Created 4 years 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
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_utility.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc", 466 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc",
467 "rtp_rtcp/source/rtp_format_vp8_test_helper.h", 467 "rtp_rtcp/source/rtp_format_vp8_test_helper.h",
468 "rtp_rtcp/source/rtp_format_vp8_unittest.cc", 468 "rtp_rtcp/source/rtp_format_vp8_unittest.cc",
469 "rtp_rtcp/source/rtp_format_vp9_unittest.cc", 469 "rtp_rtcp/source/rtp_format_vp9_unittest.cc",
470 "rtp_rtcp/source/rtp_header_extension_unittest.cc", 470 "rtp_rtcp/source/rtp_header_extension_unittest.cc",
471 "rtp_rtcp/source/rtp_packet_history_unittest.cc", 471 "rtp_rtcp/source/rtp_packet_history_unittest.cc",
472 "rtp_rtcp/source/rtp_packet_unittest.cc", 472 "rtp_rtcp/source/rtp_packet_unittest.cc",
473 "rtp_rtcp/source/rtp_payload_registry_unittest.cc", 473 "rtp_rtcp/source/rtp_payload_registry_unittest.cc",
474 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", 474 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
475 "rtp_rtcp/source/rtp_sender_unittest.cc", 475 "rtp_rtcp/source/rtp_sender_unittest.cc",
476 "rtp_rtcp/source/rtp_utility_unittest.cc",
476 "rtp_rtcp/source/time_util_unittest.cc", 477 "rtp_rtcp/source/time_util_unittest.cc",
477 "rtp_rtcp/source/ulpfec_generator_unittest.cc", 478 "rtp_rtcp/source/ulpfec_generator_unittest.cc",
478 "rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc", 479 "rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc",
479 "rtp_rtcp/source/ulpfec_receiver_unittest.cc", 480 "rtp_rtcp/source/ulpfec_receiver_unittest.cc",
480 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 481 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
481 "rtp_rtcp/test/testAPI/test_api.cc", 482 "rtp_rtcp/test/testAPI/test_api.cc",
482 "rtp_rtcp/test/testAPI/test_api.h", 483 "rtp_rtcp/test/testAPI/test_api.h",
483 "rtp_rtcp/test/testAPI/test_api_audio.cc", 484 "rtp_rtcp/test/testAPI/test_api_audio.cc",
484 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 485 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
485 "rtp_rtcp/test/testAPI/test_api_video.cc", 486 "rtp_rtcp/test/testAPI/test_api_video.cc",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "../test:test_common", 747 "../test:test_common",
747 "../test:test_support_main", 748 "../test:test_support_main",
748 "remote_bitrate_estimator:bwe_simulator_lib", 749 "remote_bitrate_estimator:bwe_simulator_lib",
749 "video_capture", 750 "video_capture",
750 "//testing/gmock", 751 "//testing/gmock",
751 "//testing/gtest", 752 "//testing/gtest",
752 "//third_party/gflags", 753 "//third_party/gflags",
753 ] 754 ]
754 } 755 }
755 } 756 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698