Commit Graph

3727 Commits

Author SHA1 Message Date
Moritz Bunkus
ff1b476dae Don't store this file in the repository. 2010-01-04 22:30:33 +01:00
Moritz Bunkus
25bea243f4 Install translated manpages. 2010-01-04 22:29:40 +01:00
Moritz Bunkus
dba0fe12c2 Ignore several files created by the Debian package build routine. 2010-01-04 22:28:35 +01:00
Moritz Bunkus
8ee05e13e9 Adjustments for better fitting into mkvtoolnix' make system. 2010-01-04 21:10:37 +01:00
Moritz Bunkus
b7e8d62309 Re-run of xsltproc due to typo fixes. 2010-01-04 21:10:21 +01:00
Moritz Bunkus
862e573f7e Merge commit 'manpages-ja/translate-manpages' into manpages-ja 2010-01-04 20:50:22 +01:00
Moritz Bunkus
ea1e71b209 Merge commit 'manpages-ja/possibly-typo' into manpages-ja 2010-01-04 20:49:51 +01:00
Moritz Bunkus
adc0ee1bba Update to the Japanese translation. 2010-01-04 14:08:19 +01:00
Moritz Bunkus
26a5bf6ad3 Check the output file name for invalid characters before starting the mux process 2010-01-03 22:02:48 +01:00
Moritz Bunkus
8afc7cb1d9 Don't try to overwrite an unknown segment size. 2010-01-03 20:28:08 +01:00
Moritz Bunkus
97fd070207 Read track elements even if they're not found before the first cluster.
Same treatment as attachments, chapters and tags.
2010-01-03 20:24:22 +01:00
Moritz Bunkus
0dc8d8996b Updated the Japanese translation. 2010-01-03 18:22:42 +01:00
Moritz Bunkus
a1097c2c2b Change 'abort' button to 'open folder' after muxing. 2010-01-03 14:57:34 +01:00
Moritz Bunkus
cb826661cb Only suggest output file names that don't exist already.
A unique index is appended if the normally suggested file name exists
already resulting in names like "/path/output (1).mkv".
2010-01-02 19:08:04 +01:00
Moritz Bunkus
f649ba5bab Intentional update due to 5cf23031d6. 2009-12-30 22:30:05 +01:00
Moritz Bunkus
2dfb1996c5 Reading chapters from MP4 files stored in tracks of subtype 'text'.
Fix for bug 454.
2009-12-30 22:20:14 +01:00
Moritz Bunkus
ec1104c654 mxhedump: "const void *" instead of "const unsigned char *" for less casts in calls. Cosmetics. 2009-12-30 21:10:58 +01:00
Moritz Bunkus
c173ac9258 Include the display dimensions in the identification output. 2009-12-30 19:21:31 +01:00
Moritz Bunkus
d9bb9f7c39 Updated the Japanese translation. 2009-12-30 11:27:30 +01:00
Moritz Bunkus
d32868e23b PGS extraction: Don't skip the last packet; improved buffer overflow protection 2009-12-29 21:55:53 +01:00
Moritz Bunkus
ef6be3a9af Display a note when other files are processed automatically. 2009-12-29 21:26:35 +01:00
Moritz Bunkus
8e0a9cfe18 Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix 2009-12-29 20:58:20 +01:00
Moritz Bunkus
e5925ebb00 Update the 'tags' text box on track selection change.
Fix for bug 453.
2009-12-29 20:58:11 +01:00
Moritz Bunkus
f2dfddb8d0 Cosmetics. 2009-12-29 20:48:18 +01:00
Moritz Bunkus
c238745d55 Updated the Japanese translation. 2009-12-29 15:32:01 +01:00
Moritz Bunkus
16d14cec0a Updated the Japanese translation. 2009-12-29 15:00:25 +01:00
Moritz Bunkus
d1ad13fca5 Make clear that only MPEG-2 PS files support multi IO at the moment. 2009-12-28 22:13:53 +01:00
Moritz Bunkus
5cf23031d6 Fixed spelling mistakes. 2009-12-28 22:02:41 +01:00
Moritz Bunkus
e060fa4f36 Unescape arguments read from mkvmerge's identification process. 2009-12-28 22:00:49 +01:00
Moritz Bunkus
cf64e671f2 Update to the German translation. 2009-12-28 21:47:59 +01:00
Moritz Bunkus
1a8293c3f0 ChangeLog update. 2009-12-28 21:47:07 +01:00
Moritz Bunkus
c32a59a7b7 Check if the user adds a file already processed by a multi file io instance. 2009-12-28 21:42:57 +01:00
Moritz Bunkus
c982eb77c6 Output a message about the other files processed by a mm_multi_file_io_c instance. 2009-12-28 21:18:15 +01:00
Moritz Bunkus
731f121715 libboost-dev v1.34.0 or later required. 2009-12-28 20:51:09 +01:00
Moritz Bunkus
430f3801dc Fixes for compilation with Boost v1.34.1. 2009-12-28 20:44:00 +01:00
Moritz Bunkus
c94996a5f9 Require Boost v1.34.0 or later. 2009-12-28 20:43:47 +01:00
Moritz Bunkus
259a54d400 Removed redundant #include. 2009-12-28 20:31:34 +01:00
Moritz Bunkus
40cdb36295 Actually try to link against Boost::Filesystem during the test for the Boost::System dependency. 2009-12-28 19:08:53 +01:00
Moritz Bunkus
4be97555d1 Only test for Boost::System if Boost::Filesystem depends on it. 2009-12-28 18:58:53 +01:00
Moritz Bunkus
eb8377ed97 Added checks for boost::system. 2009-12-27 23:05:37 +01:00
Moritz Bunkus
2a53cb24ce Fix compilation with mingw. 2009-12-27 22:49:41 +01:00
Moritz Bunkus
78852b6084 Use the multi file IO class for the MPEG program stream reader
Fix for bug 437.
2009-12-27 22:38:09 +01:00
Moritz Bunkus
cfd28ae280 A class for reading multiple files one after the other.
Its purpose is to be used for DVDs: only the first VOB in a set is
selected and the others are read as well without having to use the
'append' feature which often mis-detects the following file types and
actually loses frames.
2009-12-27 22:36:43 +01:00
Moritz Bunkus
efc5c5ea4b Added Boost::Filesystem to the linker list. 2009-12-27 18:30:07 +01:00
Moritz Bunkus
af8b3b7d3c Added Boost::Filesystem to the build dependencies. 2009-12-27 18:30:06 +01:00
Moritz Bunkus
fe9abbc060 Re-built the man pages with current DocBook. 2009-12-27 18:30:06 +01:00
Moritz Bunkus
673aee5ee5 Cosmetics (untabify) 2009-12-27 18:30:06 +01:00
Moritz Bunkus
441534c260 Added a configure check for Boost's Filesystem library. 2009-12-27 18:30:06 +01:00
Moritz Bunkus
4bfb80c19c Update to the Japanese translation. 2009-12-27 18:28:00 +01:00
Moritz Bunkus
3d510bfb80 Fixed a spelling mistake. 2009-12-27 18:26:47 +01:00