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

Side by Side Diff: media/media.gyp

Issue 2133993002: Parse VP9 compressed header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reset curr_frame_info_ when Reset Created 4 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/gpu/vp9_decoder.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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'filters/stream_parser_factory.cc', 561 'filters/stream_parser_factory.cc',
562 'filters/stream_parser_factory.h', 562 'filters/stream_parser_factory.h',
563 'filters/video_cadence_estimator.cc', 563 'filters/video_cadence_estimator.cc',
564 'filters/video_cadence_estimator.h', 564 'filters/video_cadence_estimator.h',
565 'filters/video_renderer_algorithm.cc', 565 'filters/video_renderer_algorithm.cc',
566 'filters/video_renderer_algorithm.h', 566 'filters/video_renderer_algorithm.h',
567 'filters/vp8_bool_decoder.cc', 567 'filters/vp8_bool_decoder.cc',
568 'filters/vp8_bool_decoder.h', 568 'filters/vp8_bool_decoder.h',
569 'filters/vp8_parser.cc', 569 'filters/vp8_parser.cc',
570 'filters/vp8_parser.h', 570 'filters/vp8_parser.h',
571 'filters/vp9_bool_decoder.cc',
572 'filters/vp9_bool_decoder.h',
573 'filters/vp9_compressed_header_parser.cc',
574 'filters/vp9_compressed_header_parser.h',
571 'filters/vp9_parser.cc', 575 'filters/vp9_parser.cc',
572 'filters/vp9_parser.h', 576 'filters/vp9_parser.h',
573 'filters/vp9_raw_bits_reader.cc', 577 'filters/vp9_raw_bits_reader.cc',
574 'filters/vp9_raw_bits_reader.h', 578 'filters/vp9_raw_bits_reader.h',
579 'filters/vp9_uncompressed_header_parser.cc',
580 'filters/vp9_uncompressed_header_parser.h',
575 'filters/vpx_video_decoder.cc', 581 'filters/vpx_video_decoder.cc',
576 'filters/vpx_video_decoder.h', 582 'filters/vpx_video_decoder.h',
577 'filters/webvtt_util.h', 583 'filters/webvtt_util.h',
578 'filters/wsola_internals.cc', 584 'filters/wsola_internals.cc',
579 'filters/wsola_internals.h', 585 'filters/wsola_internals.h',
580 'formats/common/offset_byte_queue.cc', 586 'formats/common/offset_byte_queue.cc',
581 'formats/common/offset_byte_queue.h', 587 'formats/common/offset_byte_queue.h',
582 'formats/webm/webm_audio_client.cc', 588 'formats/webm/webm_audio_client.cc',
583 'formats/webm/webm_audio_client.h', 589 'formats/webm/webm_audio_client.h',
584 'formats/webm/webm_cluster_parser.cc', 590 'formats/webm/webm_cluster_parser.cc',
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 'dependencies': [ 2312 'dependencies': [
2307 '../build/linux/system.gyp:libdrm', 2313 '../build/linux/system.gyp:libdrm',
2308 ] 2314 ]
2309 }], 2315 }],
2310 ], 2316 ],
2311 } 2317 }
2312 ] 2318 ]
2313 }], 2319 }],
2314 ], 2320 ],
2315 } 2321 }
OLDNEW
« no previous file with comments | « media/gpu/vp9_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698