mkvtoolnix/src
2005-02-27 21:00:42 +00:00
..
common Compilation fix for Mac OS. 2005-02-27 10:49:27 +00:00
extract More verbose warning: tell the user what exactly is wrong with an entry. Empty "text" fields are nothing to worry about. split() actually discards an empty field at the end of a string. 2005-02-19 14:32:56 +00:00
info Added an option to configure for disabling the use of posix_fadvise completely. Also check the OS and kernel version. Use posix_fadvise only if we're running on Linux and a kernel from the 2.6.x series or newer. 2005-02-17 18:36:15 +00:00
input Disable timecode warnings for AVC read from Matroska files. 2005-02-27 11:31:18 +00:00
merge Added the version number to the capabilities output. 2005-02-27 11:27:56 +00:00
mmg For Windows you have to insert exactly one newline in a tooltip. All other tooltips for that frame (?) will be word wrapped at that newline's position automatically. 2005-02-27 21:00:42 +00:00
mpegparser I don't like trailing whitespace either. 2005-01-12 15:03:47 +00:00
output Renamed a couple of variables. C++ified class member initializations. 2005-02-24 21:05:35 +00:00
base64tool.cpp Proper use of MODE_WRITE (which should open a file for appending) and MODE_CREATE (which should truncate existing files). Fixes the "chapter files might contain garbage at the end if an older file was overwritten with a smaller one" problem. 2005-01-30 18:28:07 +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