shaka-packager/packager/media
KongQun Yang c8e3345959 Some code clean ups in box definitions
- Add Box::WriteHeader and Box::HeaderSize methods. The concrete
  box implementations should not need care about whether it is a
  Box or FullBox normally.
- Rename Box::ReadWrite to Box::ReadWriteInternal to make it clear
  that it is an internal methods. Make it private so it cannot be
  incorrectly called in box implementions.
- Make an internal implementation of ComputeSizeInternal to compute
  box size. |atom_size| is updated in ComputeSize, which wraps
  ComputeSizeInternal.

Change-Id: I3fbcf8c527581b676d9d13f1ac1dd798da7c4d5f
2015-12-21 18:40:05 +00:00
..
base Added stream descriptor for output format. 2015-12-16 15:10:35 -08:00
event VOD text support 2015-11-11 12:26:25 -08:00
file Added WebM muxer. 2015-12-15 20:34:44 +00:00
filters Implement vp9 bitstream parser 2015-11-18 00:21:48 +00:00
formats Some code clean ups in box definitions 2015-12-21 18:40:05 +00:00
test VOD text support 2015-11-11 12:26:25 -08:00