Commit Graph

4911 Commits

Author SHA1 Message Date
Moritz Bunkus
9c38e5499a rake after Japanese man page update 2011-06-02 17:07:59 +02:00
Moritz Bunkus
4734032c30 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-06-02 17:06:37 +02:00
Moritz Bunkus
c1dca324bc Retrieve timecode scale factor before applying it to the segment duration 2011-06-02 16:27:13 +02:00
Hiroki Taniura
c9cc2f8f65 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-06-02 23:24:20 +09:00
Hiroki Taniura
8f53b369ad Update to the Japanese translation of the man pages 2011-06-02 23:24:01 +09:00
Moritz Bunkus
b783e419e8 Intentional updates due to gcc & library updates 2011-06-02 16:21:00 +02:00
Hiroki Taniura
64e83eea9d Update to the Japanese translation 2011-06-02 23:13:48 +09:00
Moritz Bunkus
b168402c9a Ruby v1.8.x compatibility fix 2011-06-02 16:09:46 +02:00
Moritz Bunkus
4485a9dd75 ChangeLog and AUTHORS update for the Italian translation 2011-06-02 15:47:03 +02:00
Moritz Bunkus
86bf2a8b2c Italian translation update 2011-06-01 20:02:30 +02:00
Moritz Bunkus
d0623f4de3 Italian update 2011-06-01 11:03:17 +02:00
Moritz Bunkus
0fedcfdc73 Include Italian as an installer language 2011-06-01 11:01:18 +02:00
Moritz Bunkus
028638daf3 Preliminary Italian translation 2011-06-01 11:01:17 +02:00
Moritz Bunkus
4f9a711ff6 Added Italian translation as a choice 2011-06-01 11:01:16 +02:00
Moritz Bunkus
82be36b0f0 Make "Cancel" translatable (e.g. used by wxWidgets' standard button sizers) 2011-06-01 11:00:03 +02:00
Moritz Bunkus
bf8ddb844f 'drake' after man page translation update 2011-05-31 19:10:30 +02:00
Moritz Bunkus
28bae3e803 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-05-30 09:34:05 +02:00
Moritz Bunkus
a3fd3c1773 Update to the French translation 2011-05-30 09:30:48 +02:00
Dean Lee
122ee4dae6 Update to the Chinese Simp translation 2011-05-28 17:33:42 +08:00
Moritz Bunkus
36a4e90c4f Re-populate 'compression' after mkvmerge has been queried for its capabilities 2011-05-28 07:50:40 +02:00
Moritz Bunkus
c677fc3947 Fix compilation with wxWidgets 2.9.x on mingw 2011-05-28 00:03:00 +02:00
Moritz Bunkus
236b0eceb7 Fixes for compilation with wxWidgets 2.9.x 2011-05-27 23:13:05 +02:00
Moritz Bunkus
8c0bb29b35 Don't compile with wxWidgets >= 2.9.0 due to known incompatibilities 2011-05-27 22:48:56 +02:00
Moritz Bunkus
95c4a90bb0 Update to the German translation 2011-05-27 21:38:06 +02:00
Moritz Bunkus
da17062ac9 Include "--capabilities", "--debug" and "--engage" in mkvmerge's --help output 2011-05-27 21:11:29 +02:00
Moritz Bunkus
cfa64aa73a Update to the Ukrainian translation 2011-05-26 17:45:53 +02:00
Moritz Bunkus
c00d6e0d18 Respect source file timecodes for DTS packets
The DTS parser only returns a packet when it finds the start code of
the following packet (due to HD extensions). Therefore the first
packet handed over to dts_packetizer_c::process() won't trigger an
output, and its timecode was lost.
2011-05-26 09:25:12 +02:00
Moritz Bunkus
829aa748b8 Add private data to VC1 packetizer as well
Some VC1 video tracks have init stuff after the BITMAPINFOHEADER in
CodecPrivate. Some muxers repeat those bytes in the first packet as
well, but others don't. Therefore pass the private data to the
packetizer as well.

Fix for bug 636.
2011-05-25 21:58:31 +02:00
Moritz Bunkus
1cdafab699 Release message, version number bump, version code name 2011-05-23 22:42:24 +02:00
Moritz Bunkus
ac93b230e4 Don't convert "mkvmerge" into a full path when writing to the registry 2011-05-23 21:46:38 +02:00
Moritz Bunkus
c15ddd9238 Handle IDX VobSub files with negative "delay" fields 2011-05-23 20:49:57 +02:00
Moritz Bunkus
e718b02245 Set doc type read version only to 2 even if stereo mode is used
Fix for bug 625
2011-05-11 22:32:36 +02:00
Moritz Bunkus
4cac3a4382 Intentional update due to f710f367 2011-05-11 22:03:29 +02:00
Moritz Bunkus
285824c235 'drake' after man page updates 2011-05-11 21:41:07 +02:00
Moritz Bunkus
df335cb415 Only build the TAGS file if the "etags" tool has been found
Don't rely on the existence of "TAGS" alone.
2011-05-11 21:40:41 +02:00
Hiroki Taniura
7f5374bd5b Update to the Japanese translation 2011-05-11 20:42:55 +09:00
Moritz Bunkus
0ef8c89a77 drake translations:update:applications 2011-05-11 13:02:12 +02:00
Moritz Bunkus
4132ddc083 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-05-11 13:00:46 +02:00
Hiroki Taniura
6ebf5f911f Update to the Japanese translation 2011-05-11 19:49:04 +09:00
Moritz Bunkus
9a62aee8d7 Adding, replacing and removing chapters with mkvpropedit 2011-05-06 10:30:56 +02:00
Moritz Bunkus
fec962b4ea Avoid segfault in gcc
gcc doesn't like precompiled headers included in otherwise empty
files. See e.g. http://bugs.gentoo.org/show_bug.cgi?id=311595
2011-05-03 23:42:59 +02:00
Moritz Bunkus
f710f36757 Read all of the source DTS file in 14-to-16 mode 2011-05-03 14:34:23 +02:00
Moritz Bunkus
72f5467286 Don't translate language codes ("und")
Fix for bug 627.
2011-04-28 16:19:42 +02:00
Moritz Bunkus
0878b2df50 Rederive frame types for VC1 video tracks read from Matroska files 2011-04-28 08:57:02 +02:00
Moritz Bunkus
1f98d2e11b Translation update 2011-04-26 09:26:07 +02:00
Moritz Bunkus
20ecb76b6d Detect AAC files with ADIF headers as soon as possible as they're unsupported
Fix for bug 626.
2011-04-26 09:24:00 +02:00
Moritz Bunkus
8019c64a37 Fixed format strings in translations 2011-04-25 21:10:15 +02:00
Moritz Bunkus
a0f66b8683 Translation updates 2011-04-25 21:05:37 +02:00
Moritz Bunkus
c9d14418e3 Only set 'doc type (read) version' to 3 if stereo mode other than 'none' is used
Fix for bug 625.
2011-04-25 20:53:56 +02:00
Moritz Bunkus
be232d482f Code simplification; cosmetics 2011-04-25 20:51:02 +02:00