shaka-packager/media/base
Kongqun Yang 4f1aab5e51 A simple BufferWriter implementation.
The BufferWriter is capable of appending various data types to buffer.
No optimization is done yet. We may consider optimize it for
appending (adding data to the tail) later.

Change-Id: I3b8e749e410c7ea4d4f2fb855e27744131c63cb0
2013-12-03 17:27:19 -08:00
..
audio_stream_info.cc Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
audio_stream_info.h Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
bit_reader.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
bit_reader.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
bit_reader_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
buffer_reader.cc Move BufferReader to media/base. 2013-12-02 17:11:03 -08:00
buffer_reader.h Move BufferReader to media/base. 2013-12-02 17:11:03 -08:00
buffer_writer.cc A simple BufferWriter implementation. 2013-12-03 17:27:19 -08:00
buffer_writer.h A simple BufferWriter implementation. 2013-12-03 17:27:19 -08:00
buffer_writer_unittest.cc A simple BufferWriter implementation. 2013-12-03 17:27:19 -08:00
buffers.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
byte_queue.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
byte_queue.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names.cc Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names_unittest.cc Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
decrypt_config.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
decrypt_config.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
decryptor_source.h Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
demuxer.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
demuxer.h Move BufferReader to media/base. 2013-12-02 17:11:03 -08:00
encryptor_source.h Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
limits.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
media_parser.h Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
media_sample.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
media_sample.h Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
media_stream.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
media_stream.h Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
muxer.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
muxer.h Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
run_tests_with_atexit_manager.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
status.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
status.h Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
status_test_util.h Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
status_test_util_unittest.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
status_unittest.cc Demuxer, MediaStream, File and Status implementations. 2013-11-11 18:13:51 -08:00
stream_info.cc Add duration, language, codec data to stream info. 2013-11-12 02:04:32 +00:00
stream_info.h Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
test_data_util.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
test_data_util.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
text_track.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
video_stream_info.cc Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00
video_stream_info.h Removed EditList, added NAL and several other cleanup. 2013-11-25 17:21:19 -08:00