Go to file
Vignesh Venkatasubramanian f06e152abd mkvmuxer: Fix MoveCuesBeforeClustersHelper recursive call.
The third parameter of the MoveCuesBeforeClustersHelper recursive function
should always be the size of the cues element without the master element's size
(i.e.) it should be the sum of size of all Cue Points. This way, the changes in
the Length of the master element itself will be computed correctly.

Change-Id: I05ff1606fb74168f80ffed81fd3c0de3f237c579
2015-02-02 18:34:18 -08: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 mkvmuxer: Fix MoveCuesBeforeClustersHelper recursive call. 2015-02-02 18:34:18 -08:00
mkvmuxer.hpp mkvmuxer: Fix MoveCuesBeforeClustersHelper recursive call. 2015-02-02 18:34:18 -08:00
mkvmuxertypes.hpp clang-format on mkvmuxertypes.hpp and webmids.hpp 2014-04-15 11:39:44 -07:00
mkvmuxerutil.cpp mkvmuxerutil: Use rand() in MSVC builds. 2014-07-18 11:37:06 -07:00
mkvmuxerutil.hpp clang-format on mkvmuxerutil.[ch]pp 2014-04-14 10:28:59 -07:00
mkvparser.cpp allow subtitle tracks with ContentEncodings 2015-01-13 12:56:25 -08: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 Update PATENTS to reflect s/VP8/WebM/g 2014-08-11 14:30:54 -07: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 mkvmuxer: Reject frames if invalid track number is passed. 2014-05-18 12:45:49 -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