Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 04-Jul-2025 | 1,016 | 42 | 25 | |
gen_crcs.sh | D | 04-Jul-2025 | 325 | 9 | 4 | |
resolution_change_500frames-vp9.ivf | D | 04-Jul-2025 | 772.2 KiB | |||
resolution_change_500frames-vp9.ivf.crc | D | 04-Jul-2025 | 4.4 KiB | 501 | 500 | |
resolution_change_500frames-vp9.ivf.md5 | D | 04-Jul-2025 | 66 | 3 | 2 | |
test-25fps.vp9 | D | 04-Jul-2025 | 86 KiB | |||
test-25fps.vp9.crc | D | 04-Jul-2025 | 2.2 KiB | 251 | 250 | |
test-25fps.vp9.json | D | 04-Jul-2025 | 9.9 KiB | 261 | 260 | |
test-25fps.vp9.md5 | D | 04-Jul-2025 | 8.1 KiB | 251 | 250 | |
vp9-superframe.bin | D | 04-Jul-2025 | 1.5 KiB | |||
vp90-2-10-show-existing-frame.vp9.ivf | D | 04-Jul-2025 | 170 KiB | |||
vp90-2-10-show-existing-frame.vp9.ivf.crc | D | 04-Jul-2025 | 117 | 14 | 13 | |
vp90-2-10-show-existing-frame.vp9.ivf.md5 | D | 04-Jul-2025 | 429 | 14 | 13 | |
vp90-2-10-show-existing-frame2.vp9.ivf | D | 04-Jul-2025 | 9.7 KiB | |||
vp90-2-10-show-existing-frame2.vp9.ivf.crc | D | 04-Jul-2025 | 144 | 17 | 16 | |
vp90-2-10-show-existing-frame2.vp9.ivf.md5 | D | 04-Jul-2025 | 528 | 17 | 16 |
README.md
1# VP9 Test Data 2 3This document lists the test data used by the VP9 decoder. 4 5Unless otherwise noted, the CRCs were computed using GStreamer's VA-API decoder in 6`gst-plugins-bad`. 7 8## test-25fps.vp9 9 10Same as Chromium's `test-25fps.vp9`. 11 12## vp90_2_10_show_existing_frame2_vp9 13 14Test taken from `libvpx` official test suite. 15 16## vp90_2_10_show_existing_frame_vp9 17 18Test taken from `libvpx` official test suite. 19 20## resolution_change_500frames_vp9 21 22Same as Chromium's `test_resolution_change_500frames_vp9`. 23 24More information can be gathered from the Chromium documentation: 25 26``` 27Dumped compressed stream of videos on 28[http://crosvideo.appspot.com](http://crosvideo.appspot.com) manually 29changing resolutions at random. Those contain 144p, 240p, 360p, 480p, 720p, and 301080p frames. Those frame sizes can be found by 31 32ffprobe -show_frames resolution_change_500frames.vp9 33``` 34 35## vp9-superframe.bin 36 37Raw dump of a VP9 superframe. Extracted from GStreamer. Available at 38 39``` 40gst-plugins-bad/tests/check/libs/vp9parser.c 41``` 42