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

Side by Side Diff: media/media.gyp

Issue 1871383003: media: Implement zero-copy video playback for ffmpeg. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/filters/ffmpeg_video_decoder.cc ('k') | media/renderers/default_renderer_factory.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 (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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'renderers/video_renderer_impl.cc', 607 'renderers/video_renderer_impl.cc',
608 'renderers/video_renderer_impl.h', 608 'renderers/video_renderer_impl.h',
609 'video/fake_video_encode_accelerator.cc', 609 'video/fake_video_encode_accelerator.cc',
610 'video/fake_video_encode_accelerator.h', 610 'video/fake_video_encode_accelerator.h',
611 'video/gpu_memory_buffer_video_frame_copier.cc', 611 'video/gpu_memory_buffer_video_frame_copier.cc',
612 'video/gpu_memory_buffer_video_frame_copier.h', 612 'video/gpu_memory_buffer_video_frame_copier.h',
613 'video/gpu_memory_buffer_video_frame_pool.cc', 613 'video/gpu_memory_buffer_video_frame_pool.cc',
614 'video/gpu_memory_buffer_video_frame_pool.h', 614 'video/gpu_memory_buffer_video_frame_pool.h',
615 'video/h264_poc.cc', 615 'video/h264_poc.cc',
616 'video/h264_poc.h', 616 'video/h264_poc.h',
617 'video/hybrid_video_frame_pool.cc',
618 'video/hybrid_video_frame_pool.h',
617 'video/jpeg_decode_accelerator.cc', 619 'video/jpeg_decode_accelerator.cc',
618 'video/jpeg_decode_accelerator.h', 620 'video/jpeg_decode_accelerator.h',
619 'video/picture.cc', 621 'video/picture.cc',
620 'video/picture.h', 622 'video/picture.h',
621 'video/video_decode_accelerator.cc', 623 'video/video_decode_accelerator.cc',
622 'video/video_decode_accelerator.h', 624 'video/video_decode_accelerator.h',
623 'video/video_encode_accelerator.cc', 625 'video/video_encode_accelerator.cc',
624 'video/video_encode_accelerator.h', 626 'video/video_encode_accelerator.h',
625 'formats/webm/webm_webvtt_parser.h' 627 'formats/webm/webm_webvtt_parser.h'
626 ], 628 ],
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 'dependencies': [ 2072 'dependencies': [
2071 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2073 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2072 ], 2074 ],
2073 }], 2075 }],
2074 ], 2076 ],
2075 }, 2077 },
2076 ], 2078 ],
2077 }], 2079 }],
2078 ], 2080 ],
2079 } 2081 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_video_decoder.cc ('k') | media/renderers/default_renderer_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698