shaka-packager/packager/app
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
..
test Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
fixed_key_encryption_flags.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
fixed_key_encryption_flags.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
libcrypto_threading.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
libcrypto_threading.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mpd_flags.cc Change to use ProtectionSystemSpecificInfo. 2016-03-11 17:56:25 +00:00
mpd_flags.h Change to use ProtectionSystemSpecificInfo. 2016-03-11 17:56:25 +00:00
mpd_generator.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mpd_generator_flags.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
muxer_flags.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
muxer_flags.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
packager_main.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
packager_util.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
packager_util.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
stream_descriptor.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
stream_descriptor.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
validate_flag.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
validate_flag.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
vlog_flags.cc Enable verbose logging through --v or --vmodule 2015-10-28 22:15:50 +00:00
vlog_flags.h Enable verbose logging through --v or --vmodule 2015-10-28 22:15:50 +00:00
widevine_encryption_flags.cc Fix cbcs/cens behavior when applied to non video tracks 2016-06-08 17:02:26 +00:00
widevine_encryption_flags.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00