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

Side by Side Diff: media/media.gyp

Issue 1289923003: Refactor AnnexB bitstream conversion for AVC/H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@annexb-avc-fix
Patch Set: Added a few comments Created 5 years, 4 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 | « media/formats/mp4/mp4_stream_parser.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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'formats/mp2t/ts_section_pes.cc', 1063 'formats/mp2t/ts_section_pes.cc',
1064 'formats/mp2t/ts_section_pes.h', 1064 'formats/mp2t/ts_section_pes.h',
1065 'formats/mp2t/ts_section_pmt.cc', 1065 'formats/mp2t/ts_section_pmt.cc',
1066 'formats/mp2t/ts_section_pmt.h', 1066 'formats/mp2t/ts_section_pmt.h',
1067 'formats/mp2t/ts_section_psi.cc', 1067 'formats/mp2t/ts_section_psi.cc',
1068 'formats/mp2t/ts_section_psi.h', 1068 'formats/mp2t/ts_section_psi.h',
1069 'formats/mp4/aac.cc', 1069 'formats/mp4/aac.cc',
1070 'formats/mp4/aac.h', 1070 'formats/mp4/aac.h',
1071 'formats/mp4/avc.cc', 1071 'formats/mp4/avc.cc',
1072 'formats/mp4/avc.h', 1072 'formats/mp4/avc.h',
1073 'formats/mp4/bitstream_converter.cc',
1074 'formats/mp4/bitstream_converter.h',
1073 'formats/mp4/box_definitions.cc', 1075 'formats/mp4/box_definitions.cc',
1074 'formats/mp4/box_definitions.h', 1076 'formats/mp4/box_definitions.h',
1075 'formats/mp4/box_reader.cc', 1077 'formats/mp4/box_reader.cc',
1076 'formats/mp4/box_reader.h', 1078 'formats/mp4/box_reader.h',
1077 'formats/mp4/cenc.cc', 1079 'formats/mp4/cenc.cc',
1078 'formats/mp4/cenc.h', 1080 'formats/mp4/cenc.h',
1079 'formats/mp4/es_descriptor.cc', 1081 'formats/mp4/es_descriptor.cc',
1080 'formats/mp4/es_descriptor.h', 1082 'formats/mp4/es_descriptor.h',
1081 'formats/mp4/mp4_stream_parser.cc', 1083 'formats/mp4/mp4_stream_parser.cc',
1082 'formats/mp4/mp4_stream_parser.h', 1084 'formats/mp4/mp4_stream_parser.h',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 'dependencies': [ 2056 'dependencies': [
2055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2056 ], 2058 ],
2057 }], 2059 }],
2058 ], 2060 ],
2059 }, 2061 },
2060 ], 2062 ],
2061 }], 2063 }],
2062 ], 2064 ],
2063 } 2065 }
OLDNEW
« no previous file with comments | « media/formats/mp4/mp4_stream_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698