shaka-packager/packager
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
..
app Remove the all zero KID in manifest for key rotation 2017-08-29 20:44:32 +00:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Report an error when disk is full 2017-09-15 22:22:12 +00:00
hls Remove the all zero KID in manifest for key rotation 2017-08-29 20:44:32 +00:00
media Report an error when disk is full 2017-09-15 22:22:12 +00:00
mpd Remove the all zero KID in manifest for key rotation 2017-08-29 20:44:32 +00:00
testing Enable C++11 in gtest 2017-07-17 20:14:23 +00:00
third_party Include /etc/ssl/ca-bundle.pem in curl ca bundle 2017-08-04 12:28:02 -07:00
tools Update Doxygen config file 2017-09-15 22:02:32 +00:00
version Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
common.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
packager.cc Move Muxer Creation To Own Method 2017-09-11 12:23:07 -07:00
packager.gyp Add support for callback file 2017-09-07 19:26:26 +00:00
packager.h Add support for callback file 2017-09-07 19:26:26 +00:00
packager_test.cc Add support for callback file 2017-09-07 19:26:26 +00:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_test_util.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_unittest.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00