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

Side by Side Diff: media/media.gyp

Issue 497203004: Mpeg2 TS parser: Es parsing using an ES byte queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECKs. 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 | Annotate | Revision Log
« no previous file with comments | « media/formats/mp2t/es_parser_h264.cc ('k') | no next file » | 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) 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 ], 915 ],
916 }], 916 }],
917 ['proprietary_codecs==1', { 917 ['proprietary_codecs==1', {
918 'sources': [ 918 'sources': [
919 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', 919 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc',
920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', 920 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h',
921 'filters/h264_to_annex_b_bitstream_converter.cc', 921 'filters/h264_to_annex_b_bitstream_converter.cc',
922 'filters/h264_to_annex_b_bitstream_converter.h', 922 'filters/h264_to_annex_b_bitstream_converter.h',
923 'formats/mp2t/es_adapter_video.cc', 923 'formats/mp2t/es_adapter_video.cc',
924 'formats/mp2t/es_adapter_video.h', 924 'formats/mp2t/es_adapter_video.h',
925 'formats/mp2t/es_parser.cc',
925 'formats/mp2t/es_parser.h', 926 'formats/mp2t/es_parser.h',
926 'formats/mp2t/es_parser_adts.cc', 927 'formats/mp2t/es_parser_adts.cc',
927 'formats/mp2t/es_parser_adts.h', 928 'formats/mp2t/es_parser_adts.h',
928 'formats/mp2t/es_parser_h264.cc', 929 'formats/mp2t/es_parser_h264.cc',
929 'formats/mp2t/es_parser_h264.h', 930 'formats/mp2t/es_parser_h264.h',
930 'formats/mp2t/mp2t_common.h', 931 'formats/mp2t/mp2t_common.h',
931 'formats/mp2t/mp2t_stream_parser.cc', 932 'formats/mp2t/mp2t_stream_parser.cc',
932 'formats/mp2t/mp2t_stream_parser.h', 933 'formats/mp2t/mp2t_stream_parser.h',
933 'formats/mp2t/ts_packet.cc', 934 'formats/mp2t/ts_packet.cc',
934 'formats/mp2t/ts_packet.h', 935 'formats/mp2t/ts_packet.h',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 ], 1746 ],
1746 }], 1747 }],
1747 ], 1748 ],
1748 }], 1749 }],
1749 ], 1750 ],
1750 }, 1751 },
1751 ], 1752 ],
1752 }], 1753 }],
1753 ], 1754 ],
1754 } 1755 }
OLDNEW
« no previous file with comments | « media/formats/mp2t/es_parser_h264.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698