OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. | 5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. |
6 bear-vp9.webm - VP9 video only WebM file. | 6 bear-vp9.webm - VP9 video only WebM file. |
7 bear-vp9-opus.webm - VP9 Video with Opus Audio. | 7 bear-vp9-opus.webm - VP9 Video with Opus Audio. |
8 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. | 8 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. |
9 bear-vp8a.webm - WebM VP8 video with alpha channel. | 9 bear-vp8a.webm - WebM VP8 video with alpha channel. |
10 bear-vp8a-odd-dimensions.webm - WebM VP8 video with alpha channel and odd dimens
ions. | 10 bear-vp8a-odd-dimensions.webm - WebM VP8 video with alpha channel and odd dimens
ions. |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 ffmpeg -i red-green.mp4 -vcodec copy -vbsf h264_mp4toannexb \ | 137 ffmpeg -i red-green.mp4 -vcodec copy -vbsf h264_mp4toannexb \ |
138 -an red-green.h264 | 138 -an red-green.h264 |
139 | 139 |
140 red-green.h264.md5: | 140 red-green.h264.md5: |
141 MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel | 141 MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel |
142 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. | 142 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. |
143 Written out by video_decode_accelerator_unittest. | 143 Written out by video_decode_accelerator_unittest. |
144 These differ between implementations because color space-converted frames are | 144 These differ between implementations because color space-converted frames are |
145 not specified to the last bit and GLES shader/texture filtering | 145 not specified to the last bit and GLES shader/texture filtering |
146 precision varies. | 146 precision varies. |
| 147 |
| 148 // VEA test files: |
| 149 bear_320x192_40frames.yuv |
| 150 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for |
| 151 video_encode_accelerator_unittest. |
OLD | NEW |