shaka-packager/packager/media/formats/wvm
Kongqun Yang 3a5fdd2d9c Fix incorrect width/height in VisualSampleEntry for mp2t stream with cropping
Cropping is necessary if width/height are not exactly disivible by 16 due
to 16x16 macroblock size.

The width and height fields in VisualSampleEntry must correctly document
the cropped frame dimentions (visual presentation size) of the AVC stream
that is described by that entry.

Also fixes width/height in input mp4 and wvm streams if the values in
VisualSampleEntry / metadata do not match with the values in
AVCDecoderConfigurationRecord (SPS).

Issue: 39

Change-Id: Id55c5acf245bee3f4e66302b2042eb7d9c488c19
2015-09-18 17:42:52 +00:00
..
wvm.gyp Enabled WVM test with mocks for WidevineKeySource. 2014-10-03 13:46:07 -07:00
wvm_media_parser.cc Fix incorrect width/height in VisualSampleEntry for mp2t stream with cropping 2015-09-18 17:42:52 +00:00
wvm_media_parser.h Modify WVM media parser to support encrypted media sample. 2015-01-14 00:30:14 +00:00
wvm_media_parser_unittest.cc Add pixel_{width,height} to VideoStreamInfo 2015-06-29 11:17:28 -07:00