shaka-packager/packager/media
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
..
base Change Text Sample set_style to AppendStyle 2017-09-14 18:37:42 +00:00
chunking Consolidate ChunkingParams and ChunkingOptions 2017-08-18 11:55:45 -07:00
codecs Make NaluReader skip encrypted portion 2017-06-22 22:09:59 +00:00
crypto Consolidate EncryptionParam and EncryptionOptions 2017-08-18 17:37:45 +00:00
demuxer Added Origin Handler 2017-08-18 09:20:10 -07:00
event Move Muxer Creation To Own Method 2017-09-11 12:23:07 -07:00
formats Report an error when disk is full 2017-09-15 22:22:12 +00:00
origin Added Origin Handler 2017-08-18 09:20:10 -07:00
public Consolidate Mp4OutputParams into MuxerOptions 2017-08-18 11:57:34 -07:00
test Integrate packager top level library 2017-06-13 13:40:26 -07:00
trick_play Move status.h under packager/ 2017-06-30 11:35:18 -07:00