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

Unified Diff: media/test/data/README

Issue 2133993002: Parse VP9 compressed header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Pawel's comments 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 side-by-side diff with in-line comments
Download patch
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index 100dc7623030c4e905073eb8a859a16e80ce0688..38a413c063700ee52457607d16068b96c8d54e59 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -195,6 +195,14 @@ bear_320x192_40frames.yuv
First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for
video_encode_accelerator_unittest.
+// VP9 parser test files:
+bear-vp9.ivf
+ - Created using "avconv -i bear-vp9.webm -vcodec copy -an -f ivf bear-vp9.ivf".
+bear-vp9.ivf.context
+test-25fps.vp9.context
+ - Manually dumped from libvpx with bear-vp9.ivf and test-25fps.vp9. See
+ vp9_parser_unittest.cc for description of their format.
+
// JPEG test files:
pixel-1280x720.jpg - Single MJEPG encoded frame of 1280x720, captured on Chromebook Pixel. This image does not have Huffman table.
peach_pi-1280x720.jpg - Single MJPEG encoded frame of 1280x720, captured on Samsung Chromebook 2(13"). This image has Huffman table.
« media/filters/vp9_parser.cc ('K') | « media/media.gyp ('k') | media/test/data/bear-vp9.ivf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698