shaka-packager/packager/media
KongQun Yang 940c3571aa WebMParser: set duration and dts correctly
- dts was not set earlier, although for WebM, we could assume that
  dts is the same as pts.
- Calculate block duration with the difference with the next block
  if duration is not encoded, even if track default_duration is set.
- Use track default_duration as a duration estimate for the last
  block.
- This also removes opus duration computation from encoded data.

Issues #67, #68

Change-Id: Icaa2769dcb2a89269ae014f44ad6a9262770aed2
2016-01-20 11:33:55 -08:00
..
base Support Dolby audio Enhanced AC3 in ISO BMFF (Part 2) 2016-01-15 14:44:06 -08:00
event Fix a memory leak due to thread object tracking 2016-01-08 23:41:41 +00:00
file Fix a memory leak due to thread object tracking 2016-01-08 23:41:41 +00:00
filters Implement vp8 bit stream parser. 2015-12-30 21:40:10 +00:00
formats WebMParser: set duration and dts correctly 2016-01-20 11:33:55 -08:00
test Update end to end test with vpx packaging 2016-01-13 19:34:50 +00:00