shaka-packager/packager/media/file
Jacob Trimble 7b52f0a3ed Added unit tests for WebM Segmenters.
* Changed Segmenters to accept StreamInfo rather than MediaStream
  to help in testing.
* Changed MemoryFile behavior to mirror local file:
  * Read non-existent file is an error.
  * Write deletes any existing file.
* Fixed a bug in SingleSegmentSegmenter.

Change-Id: I339e35597ca4661b7a26c6fdbbfa2f9f511c7da0
2016-01-07 17:07:02 +00:00
..
file.cc Added unit tests for WebM Segmenters. 2016-01-07 17:07:02 +00:00
file.gyp Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
file.h Added WebM muxer. 2015-12-15 20:34:44 +00:00
file_closer.h Fix a possible crash if a file fails to be closed 2015-11-13 10:07:13 -08:00
file_test_util.h Added unit tests for WebM Segmenters. 2016-01-07 17:07:02 +00:00
file_unittest.cc Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
io_cache.cc Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
io_cache.h Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
io_cache_unittest.cc Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
local_file.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
local_file.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
memory_file.cc Added unit tests for WebM Segmenters. 2016-01-07 17:07:02 +00:00
memory_file.h Added unit tests for WebM Segmenters. 2016-01-07 17:07:02 +00:00
memory_file_unittest.cc Added unit tests for WebM Segmenters. 2016-01-07 17:07:02 +00:00
threaded_io_file.cc Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
threaded_io_file.h Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
udp_file.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
udp_file_posix.cc Added File Seek and Tell functionality. 2015-05-21 12:48:20 -07:00
udp_file_win.cc Added File Seek and Tell functionality. 2015-05-21 12:48:20 -07:00