shaka-packager/packager/media
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
..
base Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
codecs Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
event Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
file Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
formats Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
test Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00