Go to file
Vignesh Venkatasubramanian d13c017744 UUIDs can have their high bit set
mkvparser::UnserializeUInt() assumes that unsigned values never have
their high bit set. This is too limiting for UUIDs. In addition, the
Chapters::Atom::Parse() method would truncate a "negative" 64-bit UUID
value to 32 bits and return the truncated value as a status code.
This value then might or might not be treated as an error by the caller
depending on whether the truncated value was itself negative.

Change-Id: I15624ac62d0b02691a1405ee6a5f7eb441b3bc48
2014-05-16 11:25:22 -07:00
.clang-format Change AlignTrailingComments to false in .clang-format 2014-04-29 00:38:14 -07:00
.gitattributes Enable auto CRLF for visual studio project and solution files. 2012-05-29 10:45:59 -04:00
.gitignore Ignore dependency files and build products. 2013-08-19 11:02:23 -07:00
Android.mk libwebm: Update Android build 2013-04-15 09:13:07 -07:00
AUTHORS.TXT Initial version 2010-06-02 10:25:33 -04:00
dumpvtt.cc clang-format on dumpvtt.cc 2014-04-14 12:15:04 -07:00
libwebm_2008.sln Move the muxer sample source file and project. 2012-05-30 14:18:08 -04:00
libwebm_2008.vcproj Move build output outside the repository directory. 2012-05-30 14:18:22 -04:00
libwebm_2010.sln Add VS2010 DLL build configurations for vttdemux. 2014-03-07 16:53:47 -08:00
libwebm_2010.vcxproj Add support for DLL configurations. 2012-07-25 08:41:01 -07:00
libwebm_2010.vcxproj.filters Add Visual Studio 2010 projects and solution. 2012-05-30 14:18:23 -04:00
libwebm_2013.filters Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
libwebm_2013.sln vttdemux: Add VS2013 project. 2014-03-10 11:46:53 -07:00
libwebm_2013.vcxproj Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
LICENSE.TXT added new license files 2010-06-15 17:45:08 -04:00
Makefile Add dependency checks to Makefile. 2013-08-19 19:32:37 -07:00
mkvmuxer.cpp clang-format re-run. 2014-04-29 11:27:31 -07:00
mkvmuxer.hpp clang-format re-run. 2014-04-29 11:27:31 -07:00
mkvmuxertypes.hpp clang-format on mkvmuxertypes.hpp and webmids.hpp 2014-04-15 11:39:44 -07:00
mkvmuxerutil.cpp clang-format on mkvmuxerutil.[ch]pp 2014-04-14 10:28:59 -07:00
mkvmuxerutil.hpp clang-format on mkvmuxerutil.[ch]pp 2014-04-14 10:28:59 -07:00
mkvparser.cpp UUIDs can have their high bit set 2014-05-16 11:25:22 -07:00
mkvparser.hpp clang-format on mkvparser.[ch]pp 2014-04-29 11:30:00 -07:00
mkvreader.cpp clang-format on mkvreader.[ch]pp 2014-04-15 12:05:58 -07:00
mkvreader.hpp make Mkv(Reader|Writer)(FILE*) explicit 2014-05-02 11:47:44 -07:00
mkvwriter.cpp clang-format on mkvwriter.[ch]pp 2014-04-14 10:30:33 -07:00
mkvwriter.hpp make Mkv(Reader|Writer)(FILE*) explicit 2014-05-02 11:47:44 -07:00
PATENTS.TXT added new license files 2010-06-15 17:45:08 -04:00
RELEASE.TXT Updated RELEASE.TXT 2010-11-03 13:46:44 -04:00
sample_2008.vcproj Move build output outside the repository directory. 2012-05-30 14:18:22 -04:00
sample_2010.vcxproj Add support for DLL configurations. 2012-07-25 08:41:01 -07:00
sample_2010.vcxproj.filters Add Visual Studio 2010 projects and solution. 2012-05-30 14:18:23 -04:00
sample_2013.filters Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
sample_2013.vcxproj Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
sample_muxer_2008.vcproj Move build output outside the repository directory. 2012-05-30 14:18:22 -04:00
sample_muxer_2010.vcxproj libwebm: fixed rand() on windows 2013-01-24 17:29:23 -08:00
sample_muxer_2010.vcxproj.filters libwebm: fixed rand() on windows 2013-01-24 17:29:23 -08:00
sample_muxer_2013.filters Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
sample_muxer_2013.vcxproj Add Visual Studio 2013 projects. 2014-03-04 16:53:39 -08:00
sample_muxer_metadata.cc clang-format on sample_muxer_metadata.(cc|h) 2014-04-14 12:09:20 -07:00
sample_muxer_metadata.h clang-format on sample_muxer_metadata.(cc|h) 2014-04-14 12:09:20 -07:00
sample_muxer.cpp clang-format on sample_muxer.cpp 2014-04-15 11:36:43 -07:00
sample.cpp clang-format on sample.cpp 2014-04-14 12:05:21 -07:00
vttdemux_2010.vcxproj Add VS2010 DLL build configurations for vttdemux. 2014-03-07 16:53:47 -08:00
vttdemux_2010.vcxproj.filters Add VS2010 DLL build configurations for vttdemux. 2014-03-07 16:53:47 -08:00
vttdemux_2013.vcxproj vttdemux: Add VS2013 project. 2014-03-10 11:46:53 -07:00
vttdemux_2013.vcxproj.filters vttdemux: Add VS2013 project. 2014-03-10 11:46:53 -07:00
vttdemux.cc clang-format re-run. 2014-04-29 11:27:31 -07:00
vttreader.cc clang-format on vttreader.cc 2014-04-14 12:11:27 -07:00
vttreader.h added dumpvtt app 2012-08-23 14:00:57 -07:00
webmids.hpp clang-format on mkvmuxertypes.hpp and webmids.hpp 2014-04-15 11:39:44 -07:00
webvttparser.cc clang-format re-run. 2014-04-29 11:27:31 -07:00
webvttparser.h clang-format on webvttparser.(cc|h) 2014-04-25 22:18:40 -07:00