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

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

Issue 2544493005: Decode h264 fmtp sprop-parameter-sets to binary. (Closed)
Patch Set: Fix compilation error. 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/video_coding/BUILD.gn » ('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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "video_coding/codecs/test/stats_unittest.cc", 489 "video_coding/codecs/test/stats_unittest.cc",
490 "video_coding/codecs/test/videoprocessor_unittest.cc", 490 "video_coding/codecs/test/videoprocessor_unittest.cc",
491 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", 491 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc",
492 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", 492 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc",
493 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 493 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
494 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 494 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
495 "video_coding/codecs/vp8/simulcast_unittest.cc", 495 "video_coding/codecs/vp8/simulcast_unittest.cc",
496 "video_coding/codecs/vp8/simulcast_unittest.h", 496 "video_coding/codecs/vp8/simulcast_unittest.h",
497 "video_coding/decoding_state_unittest.cc", 497 "video_coding/decoding_state_unittest.cc",
498 "video_coding/frame_buffer2_unittest.cc", 498 "video_coding/frame_buffer2_unittest.cc",
499 "video_coding/h264_sprop_parameter_sets_unittest.cc",
499 "video_coding/h264_sps_pps_tracker_unittest.cc", 500 "video_coding/h264_sps_pps_tracker_unittest.cc",
500 "video_coding/histogram_unittest.cc", 501 "video_coding/histogram_unittest.cc",
501 "video_coding/include/mock/mock_vcm_callbacks.h", 502 "video_coding/include/mock/mock_vcm_callbacks.h",
502 "video_coding/jitter_buffer_unittest.cc", 503 "video_coding/jitter_buffer_unittest.cc",
503 "video_coding/jitter_estimator_tests.cc", 504 "video_coding/jitter_estimator_tests.cc",
504 "video_coding/nack_module_unittest.cc", 505 "video_coding/nack_module_unittest.cc",
505 "video_coding/protection_bitrate_calculator_unittest.cc", 506 "video_coding/protection_bitrate_calculator_unittest.cc",
506 "video_coding/receiver_unittest.cc", 507 "video_coding/receiver_unittest.cc",
507 "video_coding/rtp_frame_reference_finder_unittest.cc", 508 "video_coding/rtp_frame_reference_finder_unittest.cc",
508 "video_coding/sequence_number_util_unittest.cc", 509 "video_coding/sequence_number_util_unittest.cc",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "../test:test_common", 753 "../test:test_common",
753 "../test:test_main", 754 "../test:test_main",
754 "remote_bitrate_estimator:bwe_simulator_lib", 755 "remote_bitrate_estimator:bwe_simulator_lib",
755 "video_capture", 756 "video_capture",
756 "//testing/gmock", 757 "//testing/gmock",
757 "//testing/gtest", 758 "//testing/gtest",
758 "//third_party/gflags", 759 "//third_party/gflags",
759 ] 760 ]
760 } 761 }
761 } 762 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698