shaka-packager/packager
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
..
app Added stream descriptor for output format. 2015-12-16 15:10:35 -08:00
media Some code clean ups in box definitions 2015-12-21 18:40:05 +00:00
mpd s/::STLElementDeleter/STLElementDeleter/ to improve portability 2015-12-11 15:14:26 -08:00
testing Get rid of svn dependencies 2015-10-16 20:11:20 +00:00
third_party Disable HAVE_STROPTS_H which is not available in CentOS 2015-11-17 19:55:32 +00:00
tools Add ignore file for TSan build 2015-11-13 18:57:54 +00:00
common.gypi Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
packager.gyp WebVttMediaParser and TextStreamInfo 2015-12-14 13:58:21 -08:00