mkvtoolnix/src
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 Enabled warnings about shadowed variables and solved all of the resulting warnings. 2008-02-25 17:13:13 +00:00
output Removed debugcode. Cosmetics. 2008-10-04 16:25:54 +00:00
scripts Scan the other directories, too. 2008-09-28 16:59:50 +00:00
tools Print a textual description of the frame coding mode. 2008-09-24 18:56:15 +00:00
Makefile.in Makefile/configure: cached the libebml and libmatroska checks; added checks for gettext. Rest: Added some support for translations (way incomplete, but it's a start). 2004-07-18 15:06:33 +00:00