Commit Graph

3515 Commits

Author SHA1 Message Date
Moritz Bunkus
44ebd545f0 Converted mmg's man page to DocBook XML. Fixed two refmiscentry elements ('source' and 'manual') in the rest. 2009-08-10 21:22:41 +02:00
Moritz Bunkus
1dc53754b2 Renamed the directory doc/docbook to doc/man. 2009-08-10 21:22:41 +02:00
Moritz Bunkus
2621d76ce6 Converted the mkvinfo man page to DocBook XML. 2009-08-10 21:22:41 +02:00
Moritz Bunkus
4d4638f297 Wrong word. 2009-08-10 21:22:40 +02:00
Moritz Bunkus
9dca7565cc Converted the mkvextract man page to DocBook XML. 2009-08-10 21:22:40 +02:00
Moritz Bunkus
3377dfa947 Finally a full conversion including a couple of updates. 2009-08-10 21:22:40 +02:00
Moritz Bunkus
34faf5a63c Further progress in the man-to-DocBook conversion. Ignore the generated man page. 2009-08-10 21:22:39 +02:00
Moritz Bunkus
72c33e6fac Further conversion. 2009-08-10 21:22:38 +02:00
Moritz Bunkus
670ea269ce Big updates to the man-to-docbook conversion. Don't use <arg> inside <term>. 2009-08-10 21:22:38 +02:00
Moritz Bunkus
f5d7c04a78 Make the accepted value for --cluster-length consistent with its default value. 2009-08-10 21:22:38 +02:00
Moritz Bunkus
e0d0c45f62 The start of the conversion of mkvmerge's man page to DocBook XML. 2009-08-10 21:22:37 +02:00
Moritz Bunkus
f6105f13d2 Updated the Japanese translation. 2009-08-07 22:04:35 +02:00
Moritz Bunkus
ab0648fec2 Update the tags file first. 2009-08-07 01:21:20 +02:00
Moritz Bunkus
b567519fd6 Updates. 2009-08-06 12:27:27 +02:00
Moritz Bunkus
fb7a185d4d Don't add empty arguments to mkvmerge's command line for options given with "add command line options".
Fix for bug 429.
2009-08-06 12:24:51 +02:00
Moritz Bunkus
a342ae89c4 Command line options dialog: made the drop down read only and moved the "command line options" input to the bottom.
Part of a fix for bug 429.
2009-08-06 12:16:28 +02:00
Moritz Bunkus
b9e54232fb Match the tooltips in mmg to mkvmerge's actual limits regarding --cluster-length. 2009-08-06 11:55:05 +02:00
Moritz Bunkus
08a782a5fc Make the code easier to read. 2009-08-06 11:49:45 +02:00
Moritz Bunkus
39268ed75a Match the documentation to mkvmerge's actual limits regarding --cluster-length. 2009-08-06 11:49:27 +02:00
Moritz Bunkus
8f8b681599 Fixed a couple of cosmetical issues. 2009-08-06 11:43:27 +02:00
Moritz Bunkus
104562dcc6 Removed a note about an ancient mkvmerge version. 2009-08-06 11:33:34 +02:00
Moritz Bunkus
504aef493e Made the tooltip for 'delay' more accurate.
Fix for bug 430.
2009-08-06 11:28:22 +02:00
Moritz Bunkus
8b99cc894a Fix compilation with mingw & wxWidgets 2.8.10. 2009-08-06 11:13:42 +02:00
Moritz Bunkus
789c6dfacb Updates 2009-07-31 13:23:16 +02:00
Moritz Bunkus
3dfb7dd855 Use the fast file scan for analyzing Matroska files. 2009-07-31 13:22:34 +02:00
Moritz Bunkus
c19d0ceea6 Derive the element sizes from the position of the following element or the file's total size in case of the last element during a fast file scan. 2009-07-31 13:22:18 +02:00
Moritz Bunkus
441c185b55 Cache file positions at which elements have already been found instead of looping through the full list each and every time. 2009-07-31 12:53:59 +02:00
Moritz Bunkus
837dd684a0 Changed API from a boolean parameter to an enum for more clarity. 2009-07-31 12:21:58 +02:00
Moritz Bunkus
bebc5ddba2 Fix mandatory elements for segment info and segment track elements before saving. 2009-07-30 22:41:29 +02:00
Moritz Bunkus
b20fbd7086 Create tags for Emacs. 2009-07-30 20:13:58 +02:00
Moritz Bunkus
0e045ba882 Set the "LC_MESSAGES" environment variable on Mac OS X.
The gettext library uses the current value of LC_MESSAGES on Mac OS X
instead of the locale set by "setlocale()".
2009-07-23 15:34:57 +02:00
Moritz Bunkus
e0898852b4 Updated the Chinese Simplified translation. 2009-07-18 14:56:34 +02:00
Moritz Bunkus
b73e3467b8 ChangeLog update. 2009-07-16 21:12:23 +02:00
Moritz Bunkus
c8d18c6674 Do not try to access beyound the end of the buffer. 2009-07-16 21:05:24 +02:00
Moritz Bunkus
b98128234d Select the correct entry in the 'default track' drop down box if the file identification output contains the previous 'default track' flags. 2009-07-16 20:44:38 +02:00
Moritz Bunkus
2ca1afa943 Honour the 'default track' set as it it set in the source containers -- even if it is off for all tracks of a kind. 2009-07-16 20:24:14 +02:00
Moritz Bunkus
99646bc303 Extend the MP3/AAC/AC3 header search to the first 1 MB of a file (up from 256 KB). 2009-07-16 19:56:25 +02:00
Moritz Bunkus
14a85edb20 Always quote the mkvmerge executable path and name.
Windows' execute function works OK if the path to an .exe is unquoted
and contains a single space, probably to account for "C:\Program
Files\...". However, if the path contains two spaces then the
application to execute will not be found crashing mmg which did not
anticipate that mkvmerge cannot be spawned.

Fix for bug 419.
2009-07-15 17:25:18 +02:00
Moritz Bunkus
72beb0df85 Always add source files to mkvmerge's command line even if no track is copied from it. 2009-07-13 20:55:23 +02:00
Moritz Bunkus
9ffddf5f4b Removed the warning about files from which no tracks are copied. 2009-07-13 20:50:24 +02:00
Moritz Bunkus
ed60a04c08 Do not re-render the track headers for tracks that are appended to other tracks.
Fix for bug 427.
2009-07-13 20:04:43 +02:00
Moritz Bunkus
d179c80a8e Compilation fixes due to the changes in revision 4b89e3956c. 2009-07-12 17:24:06 +02:00
Moritz Bunkus
73160eb7c2 Updated the Chinese Traditional translation. 2009-07-07 20:54:55 +02:00
Moritz Bunkus
d4510cabcf Update to the Japanese translation. 2009-07-07 20:30:25 +02:00
Moritz Bunkus
93b28b41be Added a test case for the interface language and the available translations. 2009-07-07 00:18:54 +02:00
Moritz Bunkus
470477d55e Use another method for calculating the AVI audio sync for garbaged tracks.
Fix for bug 421.
2009-07-06 23:44:35 +02:00
Moritz Bunkus
360af9d970 Updates to the translations. 2009-07-06 21:50:21 +02:00
Moritz Bunkus
bb72b68865 Display an error if the user tries to save chapters that contain editions without a single chapter entry. Allow saving empty chapters to a Matroska file by removing all chapters contained in the file.
Fixes for bug 422.
2009-07-06 21:49:08 +02:00
Moritz Bunkus
bdcda42e70 Do not create strings to output char by char; instead write as big chunks as possible. 2009-07-06 21:04:55 +02:00
Moritz Bunkus
54b379a6a0 Use pre-parsed boost::format objects for common formats.
This speeds up processing of middle to large files by up to 50%.
2009-07-05 23:42:20 +02:00