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

Side by Side Diff: media/BUILD.gn

Issue 539343002: Make the timestamp unroll offset consistent accross PES pids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CR comments from patch set #8. Created 6 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
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "formats/mp2t/es_parser.h", 367 "formats/mp2t/es_parser.h",
368 "formats/mp2t/es_parser_adts.cc", 368 "formats/mp2t/es_parser_adts.cc",
369 "formats/mp2t/es_parser_adts.h", 369 "formats/mp2t/es_parser_adts.h",
370 "formats/mp2t/es_parser_h264.cc", 370 "formats/mp2t/es_parser_h264.cc",
371 "formats/mp2t/es_parser_h264.h", 371 "formats/mp2t/es_parser_h264.h",
372 "formats/mp2t/es_parser_mpeg1audio.cc", 372 "formats/mp2t/es_parser_mpeg1audio.cc",
373 "formats/mp2t/es_parser_mpeg1audio.h", 373 "formats/mp2t/es_parser_mpeg1audio.h",
374 "formats/mp2t/mp2t_common.h", 374 "formats/mp2t/mp2t_common.h",
375 "formats/mp2t/mp2t_stream_parser.cc", 375 "formats/mp2t/mp2t_stream_parser.cc",
376 "formats/mp2t/mp2t_stream_parser.h", 376 "formats/mp2t/mp2t_stream_parser.h",
377 "formats/mp2t/timestamp_unroller.cc",
378 "formats/mp2t/timestamp_unroller.h",
377 "formats/mp2t/ts_packet.cc", 379 "formats/mp2t/ts_packet.cc",
378 "formats/mp2t/ts_packet.h", 380 "formats/mp2t/ts_packet.h",
379 "formats/mp2t/ts_section.h", 381 "formats/mp2t/ts_section.h",
380 "formats/mp2t/ts_section_pat.cc", 382 "formats/mp2t/ts_section_pat.cc",
381 "formats/mp2t/ts_section_pat.h", 383 "formats/mp2t/ts_section_pat.h",
382 "formats/mp2t/ts_section_pes.cc", 384 "formats/mp2t/ts_section_pes.cc",
383 "formats/mp2t/ts_section_pes.h", 385 "formats/mp2t/ts_section_pes.h",
384 "formats/mp2t/ts_section_pmt.cc", 386 "formats/mp2t/ts_section_pmt.cc",
385 "formats/mp2t/ts_section_pmt.h", 387 "formats/mp2t/ts_section_pmt.h",
386 "formats/mp2t/ts_section_psi.cc", 388 "formats/mp2t/ts_section_psi.cc",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", 537 "filters/h264_to_annex_b_bitstream_converter_unittest.cc",
536 "formats/common/stream_parser_test_base.cc", 538 "formats/common/stream_parser_test_base.cc",
537 "formats/common/stream_parser_test_base.h", 539 "formats/common/stream_parser_test_base.h",
538 "formats/mp2t/es_adapter_video_unittest.cc", 540 "formats/mp2t/es_adapter_video_unittest.cc",
539 "formats/mp2t/es_parser_adts_unittest.cc", 541 "formats/mp2t/es_parser_adts_unittest.cc",
540 "formats/mp2t/es_parser_h264_unittest.cc", 542 "formats/mp2t/es_parser_h264_unittest.cc",
541 "formats/mp2t/es_parser_mpeg1audio_unittest.cc", 543 "formats/mp2t/es_parser_mpeg1audio_unittest.cc",
542 "formats/mp2t/es_parser_test_base.cc", 544 "formats/mp2t/es_parser_test_base.cc",
543 "formats/mp2t/es_parser_test_base.h", 545 "formats/mp2t/es_parser_test_base.h",
544 "formats/mp2t/mp2t_stream_parser_unittest.cc", 546 "formats/mp2t/mp2t_stream_parser_unittest.cc",
547 "formats/mp2t/timestamp_unroller_unittest.cc",
545 "formats/mp4/aac_unittest.cc", 548 "formats/mp4/aac_unittest.cc",
546 "formats/mp4/avc_unittest.cc", 549 "formats/mp4/avc_unittest.cc",
547 "formats/mp4/box_reader_unittest.cc", 550 "formats/mp4/box_reader_unittest.cc",
548 "formats/mp4/es_descriptor_unittest.cc", 551 "formats/mp4/es_descriptor_unittest.cc",
549 "formats/mp4/mp4_stream_parser_unittest.cc", 552 "formats/mp4/mp4_stream_parser_unittest.cc",
550 "formats/mp4/sample_to_group_iterator_unittest.cc", 553 "formats/mp4/sample_to_group_iterator_unittest.cc",
551 "formats/mp4/track_run_iterator_unittest.cc", 554 "formats/mp4/track_run_iterator_unittest.cc",
552 "formats/mpeg/adts_stream_parser_unittest.cc", 555 "formats/mpeg/adts_stream_parser_unittest.cc",
553 "formats/mpeg/mpeg1_audio_stream_parser_unittest.cc", 556 "formats/mpeg/mpeg1_audio_stream_parser_unittest.cc",
554 ] 557 ]
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 deps = [ 727 deps = [
725 ":media", 728 ":media",
726 ":shared_memory_support", 729 ":shared_memory_support",
727 "//base", 730 "//base",
728 "//ui/gl", 731 "//ui/gl",
729 "//ui/gfx", 732 "//ui/gfx",
730 "//ui/gfx/geometry", 733 "//ui/gfx/geometry",
731 ] 734 ]
732 } 735 }
733 } 736 }
OLDNEW
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698