This website requires JavaScript.
Explore
Help
Sign In
Download-Tools
/
mkvtoolnix
Watch
1
Star
0
Fork
0
You've already forked mkvtoolnix
mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced
2025-02-26 08:22:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0c09ee6c3f
mkvtoolnix
/
src
History
Moritz Bunkus
0c09ee6c3f
Saving chapters to Matroska files was broken in several ways. On Linux all new elements were only appended to the end of the file due to the wrong open mode. On all systems libebml was used in the wrong way, resulting in some elements returning a size of 0. This caused mmg to overwrite the newly created chapter element with a new void element etc.
2008-10-05 14:44:30 +00:00
..
common
Saving chapters to Matroska files was broken in several ways. On Linux all new elements were only appended to the end of the file due to the wrong open mode. On all systems libebml was used in the wrong way, resulting in some elements returning a size of 0. This caused mmg to overwrite the newly created chapter element with a new void element etc.
2008-10-05 14:44:30 +00:00
extract
Replaced my mxinfo/mxerror/mxwarn/mxverb functions and all other printf-like functions with the use of the Boost format library.
2008-09-28 21:05:53 +00:00
info
Fixes for compilation on mingw.
2008-09-29 08:42:26 +00:00
input
Write "EAC3" as intended.
2008-10-04 19:25:18 +00:00
merge
Cosmetics.
2008-10-05 14:39:12 +00:00
mmg
Saving chapters to Matroska files was broken in several ways. On Linux all new elements were only appended to the end of the file due to the wrong open mode. On all systems libebml was used in the wrong way, resulting in some elements returning a size of 0. This caused mmg to overwrite the newly created chapter element with a new void element etc.
2008-10-05 14:44:30 +00:00
mpegparser
output
Removed debugcode. Cosmetics.
2008-10-04 16:25:54 +00:00
scripts
tools
Makefile.in