Commit Graph

5293 Commits

Author SHA1 Message Date
Moritz Bunkus
8c204636b7 Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix 2011-11-05 23:48:07 +01:00
Moritz Bunkus
6f39f365cd Refactoring: split "reader" class ctors into ctor & header reader functions 2011-11-05 23:47:43 +01:00
Moritz Bunkus
639498ab76 Remove the ability to build "libmtxcommon" as a DLL
This feature has literally not been tested by me in years.
2011-11-05 22:19:41 +01:00
Hiroki Taniura
b52930aba2 Update the Japanese translation 2011-11-06 02:40:48 +09:00
Luther Stickell
30308a951b Add plural form declaration to Italian translation file 2011-11-05 16:24:21 +01:00
Moritz Bunkus
f75a001c2d Add plural form declaration to German translation file 2011-11-05 15:07:09 +01:00
Moritz Bunkus
1589171e13 Fix compilation on mingw 2011-11-05 15:06:57 +01:00
Moritz Bunkus
8298aec4f8 Update the list of translatable strings 2011-11-05 14:45:44 +01:00
Moritz Bunkus
0e29699e8a Use ngettext for translating texts with plural forms 2011-11-05 14:45:35 +01:00
Moritz Bunkus
24d8258430 XSLT 2.0 stylesheets for chapters to: cue sheets; shnsplit timecodes 2011-11-04 22:40:36 +01:00
Moritz Bunkus
1eea0bd871 Matroska reader: Use the pass-through packetizer for VC1 without start markers 2011-11-04 00:39:48 +01:00
Moritz Bunkus
da718b01c6 Rake task for creating a new "po" file 2011-11-04 00:34:05 +01:00
Moritz Bunkus
6f77d1a5d5 Rake after man page translation update 2011-10-31 18:14:56 +01:00
Moritz Bunkus
b235d6696b Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-31 12:11:26 +01:00
Hiroki Taniura
8525a53177 Update the Japanese translation of the man pages 2011-10-31 19:54:24 +09:00
Moritz Bunkus
2353d55a71 XSLT 2.0 stylesheets for converting the man pages to HTML 2011-10-31 10:15:23 +01:00
Moritz Bunkus
f1307055b6 Add "ogv" to the list of known file extensions
Implements bug 667.
2011-10-30 22:35:21 +01:00
Moritz Bunkus
136fc4f465 Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix
Conflicts:
	ChangeLog
2011-10-30 21:51:25 +01:00
Moritz Bunkus
2247c6ad96 Don't break lines that have already broken into multiple ones 2011-10-30 21:50:57 +01:00
Moritz Bunkus
fb097e0233 Don't access invalid memory 2011-10-30 21:49:19 +01:00
Moritz Bunkus
29a840b4ab Don't create a "jobs" folder in the current directory 2011-10-30 21:21:36 +01:00
Moritz Bunkus
b7ba642efa Don't force a fixed integer size 2011-10-30 21:20:37 +01:00
Moritz Bunkus
9c049e834e Don't test for the initialization list C++11 feature 2011-10-30 20:35:23 +01:00
Moritz Bunkus
a00a8c05fc rake after man page/translation updates 2011-10-30 20:33:46 +01:00
Moritz Bunkus
4bc9856352 Update translatable man page strings 2011-10-30 20:30:01 +01:00
Moritz Bunkus
961aecd246 Use refsect2 for parameter type messages instead of normal para 2011-10-30 20:27:14 +01:00
Luther Stickell
5f7bcacb5c Credits updated 2011-10-30 12:01:49 +01:00
Luther Stickell
0d7b27e4f3 Update the Italian translation 2011-10-30 12:00:02 +01:00
Hiroki Taniura
cc66a887ac Update the Japanese translation of the man pages 2011-10-29 22:25:14 +09:00
Moritz Bunkus
1840844603 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-28 23:09:48 +02:00
Moritz Bunkus
ff91264e20 Update translatable strings for the man pages 2011-10-28 23:09:40 +02:00
Moritz Bunkus
3acda55dbc Update the man page markup 2011-10-28 23:09:21 +02:00
Hiroki Taniura
62e861f4fc Update the Japanese translation 2011-10-27 21:21:11 +09:00
Moritz Bunkus
67e6b8a638 Update ChangeLog 2011-10-24 20:58:26 +02:00
Moritz Bunkus
3f9f39a96e MPEG TS: Use DTS instead of PTS for VC1 video tracks 2011-10-24 19:43:28 +02:00
Moritz Bunkus
e2bd541b8a Fix wrong format string in Turkish translation 2011-10-24 13:02:22 +02:00
Andriy Bilous'ko
020e01f763 Update the Ukrainian translation 2011-10-24 13:01:22 +02:00
Moritz Bunkus
6a9dee25af Update library dependencies 2011-10-23 23:14:33 +02:00
Moritz Bunkus
c2e1e703c5 Update automatic mingw cross compiler script for mingw-cross-env 2011-10-23 23:14:24 +02:00
Moritz Bunkus
44e7c8c56d Document build system changes 2011-10-23 23:14:10 +02:00
Moritz Bunkus
f9da63dd49 Build system: remove included copy of Boost's property tree library 2011-10-23 21:01:12 +02:00
Moritz Bunkus
6ab332d36d Build system: require at least Boost 1.46.0 2011-10-23 20:46:31 +02:00
Moritz Bunkus
5020191b52 Refactoring: more of "use C++11 features instead of mxforeach()" 2011-10-23 20:36:27 +02:00
Moritz Bunkus
e13f02d8b6 Build system: define HAVE_CURL_EASY_H it curl is found via pkg-config
Fix regression introduced in eb846ed8 when curl detection was changed
from AC_CHECK_HEADER() to pkg-config.
2011-10-23 20:23:10 +02:00
Moritz Bunkus
8be471834f Help text: only output --check-for-updates if compiled with libcurl 2011-10-23 20:20:33 +02:00
Moritz Bunkus
4f5d17c661 Build system: don't check for HAVE_ZLIB_H
zlib is a required component (configure aborts if it isn't found)
anyway.
2011-10-23 20:16:55 +02:00
Moritz Bunkus
dd099f0c99 Fix linking of static libmagic with mingw 2011-10-23 18:08:16 +02:00
Moritz Bunkus
079939ea2a Installer: Remove DLLs as new builds will be static 2011-10-23 18:07:18 +02:00
Moritz Bunkus
02547c1567 Fix compilation with mingw 2011-10-23 15:16:27 +02:00
Moritz Bunkus
088102b8d6 Refactoring: C++11 features instead of mxforeach() as much as possible 2011-10-23 14:03:38 +02:00