shaka-packager/packager/app/test
Kongqun Yang d08f6ae0cc Fix cbcs/cens behavior when applied to non video tracks
- Tracks other than video are protected using whole-block full-sample
  encryption as specified in ISO/IEC 23001-7:2016(E) 9.7, which is
  equivalent to a pattern of 1:0. This is different to the non pattern
  encryption counterparts.
- Also updated the code to allow the existence of other protection
  schemes in the original content, which will simply be ignored.
- The internal cryptor used by AesPatternCryptor should not use
  constant iv, add a DCHECK for that.
- Optimize AesPatternCryptor handling on the special pattern 1:0.

Change-Id: Idc704e7bc6b347741336f38c6d3620fc19392960
2016-06-08 17:02:26 +00:00
..
testdata Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
packager_app.py Update repo url in version string 2016-05-24 21:55:45 +00:00
packager_test.py Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
test_env.py Copy packager_test.py to out directory on build 2016-04-22 18:16:33 +00:00