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

Side by Side Diff: media/test/data/README

Issue 7647022: Adding test data for media unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added README Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | media/test/data/bear-320x240.webm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240.
6 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly corrupted so it looks
7 like there are no tracks.
8 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the firs t cluster of this file
9 is the second cluster of bear-320x240.webm. This creat es the situation where
10 the media data doesn't start at time 0.
11 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we bm.
12 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.we bm.
13 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm.
14 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.we bm.
15 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.we bm.
OLDNEW
« no previous file with comments | « no previous file | media/test/data/bear-320x240.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698