Katsuhiko Nishimra
b31edf4271
Added po4a translation files for man pages.
...
No translation yet.
2009-12-20 22:24:00 +09:00
Moritz Bunkus
e56a6e5577
Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix
2009-12-20 12:15:54 +01:00
Moritz Bunkus
34754808de
Use configure's 'host' variable for mingw detection
...
Otherwise a real mingw on Windows may not be detected correctly.
2009-12-20 12:15:42 +01:00
Moritz Bunkus
350af5e300
Updated the Japanese translation.
2009-12-20 09:26:02 +01:00
Moritz Bunkus
de440af2f3
Updated the Japanese and the Chinese Simplified translations.
2009-12-20 08:39:26 +01:00
Moritz Bunkus
a022734a63
Added an option '--segment-uid' for specifying the segment UIDs to use.
2009-12-19 15:14:44 +01:00
Moritz Bunkus
fce9327a83
Added a man page entry for the --segmentinfo parameter.
2009-12-19 14:40:57 +01:00
Moritz Bunkus
6dc6aa3be7
Don't offer to run mmg directly after the installation.
2009-12-19 11:46:11 +01:00
Moritz Bunkus
a57fa053f4
Don't drop zero-length frames in Theora video tracks.
...
Fix for bug 450.
2009-12-17 13:41:39 +01:00
Moritz Bunkus
b7995dbf8f
Code simplification for creating the 'file open' file type filter string
...
Fix for bug 448.
2009-12-15 20:51:47 +01:00
Moritz Bunkus
12e69dad40
Added the release message, bumped the version number, set the release code name.
2009-12-12 15:18:56 +01:00
Moritz Bunkus
b3ccc5811f
German translation: Use another hotkey; Alt-h is already used.
2009-12-12 13:50:16 +01:00
Moritz Bunkus
b371c0a1f4
Fixed compilation on non-Windows systems.
2009-12-12 13:42:10 +01:00
Moritz Bunkus
12a161f5e7
ChangeLog update.
2009-12-12 13:26:25 +01:00
Moritz Bunkus
e9fbd884ff
Added support for showing the job manager's progress in Windows 7's taskbar.
2009-12-12 13:25:16 +01:00
Moritz Bunkus
73c2dd789f
Added support for showing the muxing progress in Windows 7's taskbar.
2009-12-12 13:05:16 +01:00
Moritz Bunkus
0eaed821c5
Update to the Chinese Traditional translation.
2009-12-10 19:15:41 +01:00
Moritz Bunkus
50b994599b
Automatically break help output at the actual terminal width.
...
Works only with programs using the cli_parser_c class. This is only
mkvpropedit so far, but the others will follow.
Oh, and this only works if ioctl & TIOCGWINSZ are available.
2009-12-07 21:09:14 +01:00
Moritz Bunkus
8047b67309
Updated the Japanese translation.
2009-12-07 13:49:43 +01:00
Moritz Bunkus
9bd5adbada
Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix
2009-12-06 20:29:29 +01:00
Moritz Bunkus
48cf2e70de
Use GetACP() for determining the console charset on Windows Vista and newer.
...
On Windows Vista and Windows 7 'setlocale(LC_CTYPE, "")' also changes
the code page that cmd.exe uses for displaying information. This is
not really transparent to the application, so use the active code page
in such cases.
2009-12-06 20:29:09 +01:00
Moritz Bunkus
2e11b299e3
Use the path to the .exe as the installation path if no registry keys are found.
2009-12-06 20:27:06 +01:00
Moritz Bunkus
89e112006e
There is no man page for base64tool anymore.
2009-12-06 10:42:47 +01:00
Moritz Bunkus
3dccb55648
Compilation fix.
...
Fix for bug 446.
2009-12-06 10:41:56 +01:00
Moritz Bunkus
dbc1c5aabe
Don't fail if "mkdir .deps" fails.
...
Reason: during parallel makes there is a small window in which "mkdir
.deps" may be executed more than once, and one of them fails bringing
the whole build process down.
2009-12-05 19:05:52 +01:00
Moritz Bunkus
b55ec12767
Updated the translations.
2009-12-05 18:10:50 +01:00
Moritz Bunkus
12068e37b2
Removed some more wx-string conversion macros.
2009-12-05 13:53:44 +01:00
Moritz Bunkus
c37e9d2fc8
Converted the wxU macro into a function.
...
Allows for easier use and gets rid of a lot of .c_str() calls and
other casts in code using wxU.
2009-12-05 13:23:11 +01:00
Moritz Bunkus
16cd2e5c2e
Removed checks for wxWidgets version/Unicode builds that are not supported anymore.
2009-12-05 13:07:05 +01:00
Moritz Bunkus
4ab69abe7a
Wording.
2009-12-05 12:59:17 +01:00
Moritz Bunkus
1b67331866
Added an option for omitting the build timestamp from all version information.
2009-12-05 12:59:10 +01:00
Moritz Bunkus
983578cd7e
Moved version info construction into a central function.
2009-12-05 12:42:43 +01:00
Moritz Bunkus
7de1f1a6ee
Provide default values for the 'muxing app' and 'writing app' elements.
...
HandBrake does not write the 'muxing app' element at all. Simply
providing an empty element does not satisfy libebml's "is the value
really set?" checks though.
Fix for bug 445.
2009-12-04 23:10:36 +01:00
Moritz Bunkus
614c2f4b72
Functions for setting default values for Unicode string child elements.
2009-12-04 23:09:41 +01:00
Moritz Bunkus
f47c4f042a
ChangeLog update.
2009-12-04 11:06:26 +01:00
Moritz Bunkus
ccd548a4ec
Fix mandatory elements before writing a master to the file.
...
Otherwise libebml might assert() because some mandatory elements are
missing. This mostly happens with files not created by libebml itself,
e.g. those by HandBrake.
Fix for bug 445.
2009-12-04 11:05:42 +01:00
Moritz Bunkus
416f25ba0a
A frontend function for calling various fix_mandatory_... functions depending on the argument type.
2009-12-04 11:04:59 +01:00
Moritz Bunkus
2a38e85c36
Output kax_analyzer log message on the console with lower verbosity as well if --debug is used.
2009-12-04 10:32:48 +01:00
Moritz Bunkus
d2b002016d
Missing carriage return added.
2009-12-03 14:28:19 +01:00
Moritz Bunkus
20f268e728
Updates to the Chinese Simplified translation.
2009-11-28 13:15:38 +01:00
Moritz Bunkus
36ee423a85
Wrong word.
2009-11-26 12:01:34 +01:00
Moritz Bunkus
4535f4fa78
Added boost/foreach.hpp and configure checks in case the system version is older than 1.34.0.
...
I want Debian Etch & OpenSuSE 10.x to continue to be supported, and
those only ship with Boost 1.33.0.
2009-11-25 22:29:02 +01:00
Moritz Bunkus
503d21dec2
Set the release code name, added the release message and bumped the version number.
2009-11-25 20:44:57 +01:00
Moritz Bunkus
01a93119ac
Added debug code for WAV header structures.
2009-11-25 13:45:41 +01:00
Moritz Bunkus
5e298ba2aa
Revert "Don't use %ld with long variables on Windows."
...
This reverts commit 1c01fa35fa
. Turned
out the actual problem was a bug in mingw's runtime library that only
occured after I upgraded my mingw installation. See also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452977
Conflicts:
ChangeLog
2009-11-21 11:38:15 +01:00
Moritz Bunkus
eac479f22a
Always initialize the ac3_header_t structure.
2009-11-21 11:33:27 +01:00
Moritz Bunkus
fa16a32d8f
Do not show the AVC FPS warning for appended tracks.
2009-11-11 12:51:01 +01:00
Moritz Bunkus
4893a23867
Refactored the handling of the different sources of cropping and stereo mode information.
...
Now the order is the correct order: options on the command line trump
everything else; second is the source container; third place is the
bitstream.
2009-10-25 20:51:21 +01:00
Moritz Bunkus
2a5a95938a
Avoid a compiler warning about ambiguous "if ... else".
2009-10-25 19:59:52 +01:00
Moritz Bunkus
ce949d1d2b
Don't use variables that haven't been initialized.
2009-10-25 17:08:22 +01:00