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

Unified Diff: media/test/data/README

Issue 2345463004: Add browser test for vp9 subsample encrypted content (Closed)
Patch Set: Add link to spec Created 4 years, 2 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
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | media/test/data/bear-320x240-v-vp9_enc-v.webm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index f731ab9efc9942ae72166f98039ac3178468431c..6ff4030935e079ceccb588787d7f3d8c15f094fc 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -69,7 +69,8 @@ bear-640x360-av_enc-av.webm - bear-640x360.webm with audio & video encrypted usi
bear-320x240-av_enc-v.webm - bear-320x240.webm with video track encrypted using key ID [1] and key [2].
bear-320x240-av_enc-a.webm - bear-320x240.webm with audio track encrypted using key ID [1] and key [2].
bear-320x240-v_enc-v.webm - bear-320x240-video-only.webm encrypted using key ID [1] and key [2].
-bear-320x240-v-vp9_enc-v.webm - bear-vp9.webm VP9 video only encrypted using key ID [1] and key [2].
+bear-320x240-v-vp9_fullsample_enc-v.webm - bear-vp9.webm VP9 video only encrypted using key ID [1] and key [2] with full sample encryption.
+bear-320x240-v-vp9_subsample_enc-v.webm - bear-vp9.webm VP9 video only encrypted using key ID [1] and key [2] with subsample encryption [4].
bear-320x240-opus-a_enc-a.webm - bear-opus.webm encrypted using key ID [1] and key[2].
bear-320x240-opus-av_enc-av.webm - bear-vp9-opus.webm with audio & video encrypted using key ID [1] and key[2].
bear-320x240-opus-av_enc-v.webm - bear-vp9-opus.webm with video track encrypted using key ID [1] and key[2].
@@ -87,6 +88,7 @@ frame_size_change-av_enc-v.webm - third_party/WebKit/LayoutTests/media/resources
[3] KeyIds and Keys are created by left rotating key ID [1] and key [2] using
std::rotate for every new crypto period. This is only for testing. The
actual key rotation algorithm is often much more complicated.
+[4] http://www.webmproject.org/docs/webm-encryption/#46-subsample-encrypted-block-format
// Container Tests (additional containers derived from bear.ogv)
bear.ac3 -- created using "avconv -i bear.ogv -f ac3 -b 192k bear.ac3".
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | media/test/data/bear-320x240-v-vp9_enc-v.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698