shaka-packager/packager/media/formats
KongQun Yang 9c861d03f7 Report an error when disk is full
Previously packaging completes successfully without any error
or warning.

With the fix, an error will be reported if write fails. It may
appear as "Cannot close file error" as we use threaded IO, which
could delay the error reporting until Close() call, so the user
of the File API needs to make sure Close() returns successfully.

Also fixed a deadlock in threaded_io_file if internal_file->Write
fails.

Fixes #160

Change-Id: I17f945150fb4021d2dcdbe784e557673f53ca583
2017-09-15 22:22:12 +00:00
..
mp2t Remove size parameter in OnMediaEnd 2017-07-21 20:42:44 +00:00
mp4 Report an error when disk is full 2017-09-15 22:22:12 +00:00
mpeg [fix] kAdtsNumChannelsTable: Standard specifies 3 channels (#226) 2017-04-11 10:23:32 -07:00
webm Report an error when disk is full 2017-09-15 22:22:12 +00:00
webvtt Implement MsToWebVTTTimestamp 2017-08-30 18:30:43 +00:00
wvm Move status.h under packager/ 2017-06-30 11:35:18 -07:00