A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
Go to file
Kongqun Yang 3318ad715d Define BoxBuffer which wraps mp4 box read/write.
BoxBuffer wraps either BoxReader for reading or BufferWriter for writing.
Thus it is capable of doing either reading or writing, but not both.

Change-Id: Id57370755a586bfdef1291a23af29f5b1feec903
2013-12-12 23:49:17 +00:00
base Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
build Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
media Define BoxBuffer which wraps mp4 box read/write. 2013-12-12 23:49:17 +00:00
mpd MediaInfo needs timescale for each video and audio, and floating point for media duration. 2013-12-10 18:33:45 -08:00
testing Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
third_party Patch happyhttp source to make it work in linux. 2013-12-03 10:48:33 -08:00
tools Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
.gitignore Build script for packager. 2013-10-30 13:20:57 -07:00
build.sh Add "set -e" to build.sh as suggested by Rintaro. 2013-10-31 17:22:43 +00:00
packager.gyp Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00