shaka-packager/media/mp4
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
..
aac.cc Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
aac.h Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
aac_unittest.cc Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
box_buffer.h Define BoxBuffer which wraps mp4 box read/write. 2013-12-12 23:49:17 +00:00
box_definitions.cc Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
box_definitions.h Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
box_reader.cc Define BoxBuffer which wraps mp4 box read/write. 2013-12-12 23:49:17 +00:00
box_reader.h Define BoxBuffer which wraps mp4 box read/write. 2013-12-12 23:49:17 +00:00
box_reader_unittest.cc Define BoxBuffer which wraps mp4 box read/write. 2013-12-12 23:49:17 +00:00
cenc.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
cenc.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
chunk_info_iterator.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
chunk_info_iterator.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
chunk_info_iterator_unittest.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
composition_offset_iterator.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
composition_offset_iterator.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
composition_offset_iterator_unittest.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
decoding_time_iterator.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
decoding_time_iterator.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
decoding_time_iterator_unittest.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
es_descriptor.cc Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
es_descriptor.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
es_descriptor_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
fourccs.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
mp4_media_parser.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
mp4_media_parser.h Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
mp4_media_parser_unittest.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
offset_byte_queue.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
offset_byte_queue.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
offset_byte_queue_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
rcheck.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
sync_sample_iterator.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
sync_sample_iterator.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
sync_sample_iterator_unittest.cc Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
track_run_iterator.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
track_run_iterator.h Implemented non-fragmented mp4 parsing support. 2013-10-10 18:04:32 -07:00
track_run_iterator_unittest.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00