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

Side by Side Diff: media/media.gyp

Issue 539343002: Make the timestamp unroll offset consistent accross PES pids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test and cleanup timestamp unroller. 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'formats/mp2t/es_adapter_video.h', 927 'formats/mp2t/es_adapter_video.h',
928 'formats/mp2t/es_parser.cc', 928 'formats/mp2t/es_parser.cc',
929 'formats/mp2t/es_parser.h', 929 'formats/mp2t/es_parser.h',
930 'formats/mp2t/es_parser_adts.cc', 930 'formats/mp2t/es_parser_adts.cc',
931 'formats/mp2t/es_parser_adts.h', 931 'formats/mp2t/es_parser_adts.h',
932 'formats/mp2t/es_parser_h264.cc', 932 'formats/mp2t/es_parser_h264.cc',
933 'formats/mp2t/es_parser_h264.h', 933 'formats/mp2t/es_parser_h264.h',
934 'formats/mp2t/mp2t_common.h', 934 'formats/mp2t/mp2t_common.h',
935 'formats/mp2t/mp2t_stream_parser.cc', 935 'formats/mp2t/mp2t_stream_parser.cc',
936 'formats/mp2t/mp2t_stream_parser.h', 936 'formats/mp2t/mp2t_stream_parser.h',
937 'formats/mp2t/timestamp_unroller.cc',
938 'formats/mp2t/timestamp_unroller.h',
937 'formats/mp2t/ts_packet.cc', 939 'formats/mp2t/ts_packet.cc',
938 'formats/mp2t/ts_packet.h', 940 'formats/mp2t/ts_packet.h',
939 'formats/mp2t/ts_section.h', 941 'formats/mp2t/ts_section.h',
940 'formats/mp2t/ts_section_pat.cc', 942 'formats/mp2t/ts_section_pat.cc',
941 'formats/mp2t/ts_section_pat.h', 943 'formats/mp2t/ts_section_pat.h',
942 'formats/mp2t/ts_section_pes.cc', 944 'formats/mp2t/ts_section_pes.cc',
943 'formats/mp2t/ts_section_pes.h', 945 'formats/mp2t/ts_section_pes.h',
944 'formats/mp2t/ts_section_pmt.cc', 946 'formats/mp2t/ts_section_pmt.cc',
945 'formats/mp2t/ts_section_pmt.h', 947 'formats/mp2t/ts_section_pmt.h',
946 'formats/mp2t/ts_section_psi.cc', 948 'formats/mp2t/ts_section_psi.cc',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc', 1302 'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc',
1301 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', 1303 'filters/h264_to_annex_b_bitstream_converter_unittest.cc',
1302 'formats/common/stream_parser_test_base.cc', 1304 'formats/common/stream_parser_test_base.cc',
1303 'formats/common/stream_parser_test_base.h', 1305 'formats/common/stream_parser_test_base.h',
1304 'formats/mp2t/es_adapter_video_unittest.cc', 1306 'formats/mp2t/es_adapter_video_unittest.cc',
1305 'formats/mp2t/es_parser_adts_unittest.cc', 1307 'formats/mp2t/es_parser_adts_unittest.cc',
1306 'formats/mp2t/es_parser_h264_unittest.cc', 1308 'formats/mp2t/es_parser_h264_unittest.cc',
1307 'formats/mp2t/es_parser_test_base.cc', 1309 'formats/mp2t/es_parser_test_base.cc',
1308 'formats/mp2t/es_parser_test_base.h', 1310 'formats/mp2t/es_parser_test_base.h',
1309 'formats/mp2t/mp2t_stream_parser_unittest.cc', 1311 'formats/mp2t/mp2t_stream_parser_unittest.cc',
1312 'formats/mp2t/timestamp_unroller_unittest.cc',
1310 'formats/mp4/aac_unittest.cc', 1313 'formats/mp4/aac_unittest.cc',
1311 'formats/mp4/avc_unittest.cc', 1314 'formats/mp4/avc_unittest.cc',
1312 'formats/mp4/box_reader_unittest.cc', 1315 'formats/mp4/box_reader_unittest.cc',
1313 'formats/mp4/es_descriptor_unittest.cc', 1316 'formats/mp4/es_descriptor_unittest.cc',
1314 'formats/mp4/mp4_stream_parser_unittest.cc', 1317 'formats/mp4/mp4_stream_parser_unittest.cc',
1315 'formats/mp4/sample_to_group_iterator_unittest.cc', 1318 'formats/mp4/sample_to_group_iterator_unittest.cc',
1316 'formats/mp4/track_run_iterator_unittest.cc', 1319 'formats/mp4/track_run_iterator_unittest.cc',
1317 'formats/mpeg/adts_stream_parser_unittest.cc', 1320 'formats/mpeg/adts_stream_parser_unittest.cc',
1318 'formats/mpeg/mp3_stream_parser_unittest.cc', 1321 'formats/mpeg/mp3_stream_parser_unittest.cc',
1319 ], 1322 ],
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 ], 1785 ],
1783 }], 1786 }],
1784 ], 1787 ],
1785 }], 1788 }],
1786 ], 1789 ],
1787 }, 1790 },
1788 ], 1791 ],
1789 }], 1792 }],
1790 ], 1793 ],
1791 } 1794 }
OLDNEW
« media/formats/mp2t/ts_section_pes.h ('K') | « media/formats/mp2t/ts_section_pes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698