Commit Graph

3931 Commits

Author SHA1 Message Date
Moritz Bunkus
b08f277c5d Use src/common/common.h as a precompiled header. 2010-03-14 18:53:33 +01:00
Moritz Bunkus
f35ad4c2cd Updated the Chinese Traditional translation 2010-03-14 14:57:22 +01:00
Steve Lhomme
4cd51650f9 fix the compilation when Core-C is used 2010-03-13 20:38:52 +01:00
Steve Lhomme
51ab9267d4 the debugging.h include is implied by common.h 2010-03-13 20:38:48 +01:00
Steve Lhomme
322024d5ed the common.h include is implied by common/error.h so force it at the top (for PCH) remove dependencies implied by using common.h 2010-03-13 20:27:23 +01:00
Steve Lhomme
54de6b745f the <memory> include is implied by common.h (via smart_pointers.h) 2010-03-13 20:26:44 +01:00
Steve Lhomme
85605f6568 the <iconv.h> include is implied by common.h (via common/locale.h) 2010-03-13 20:26:41 +01:00
Steve Lhomme
ec2e9b1238 the <vector> include is implied by common.h (via common/locale.h) 2010-03-13 20:13:49 +01:00
Steve Lhomme
e00a5f13f7 the <map> include is implied by common.h (via common/locale.h) 2010-03-13 20:13:46 +01:00
Steve Lhomme
790b3133c5 the common.locale.h include is implied by common.h (via output.h) 2010-03-13 20:04:11 +01:00
Steve Lhomme
35b3b479b8 the smart_pointers.h include is implied by common.h 2010-03-13 20:01:46 +01:00
Steve Lhomme
f0147c1e48 the output.h include is implied by common.h 2010-03-13 19:50:18 +01:00
Steve Lhomme
aedd323bc0 the libintl include is implied by common.h 2010-03-13 19:42:53 +01:00
Steve Lhomme
b890352e6d the EbmlElement and EbmlMaster includes are implied by common.h 2010-03-13 19:40:43 +01:00
Steve Lhomme
189730abe8 the <string> include is implied by common.h 2010-03-13 19:28:42 +01:00
Steve Lhomme
8eab8b20a7 the regex.hpp include is implied by common.h 2010-03-13 19:26:26 +01:00
Steve Lhomme
3395bb9900 the format.hpp include is implied by common.h 2010-03-13 19:25:38 +01:00
Steve Lhomme
bd9998313c the os.h include is implied by common.h 2010-03-13 19:14:08 +01:00
Steve Lhomme
55ceb0a2cb split common/strings from the main common (doesn't rely on common.h) special defines are forced via USE (and EXPDEFINE in the used project) 2010-03-13 19:13:15 +01:00
Steve Lhomme
079d2ae3ce clean the use of avilib.h 2010-03-13 19:04:03 +01:00
Moritz Bunkus
0b5e3f0a04 Added '--parse-fully' to mkvextract's man page. 2010-03-13 11:46:50 +01:00
Moritz Bunkus
c773516086 Cosmetics 2010-03-12 22:25:34 +01:00
Moritz Bunkus
f2dfedcccf Fixed compilation 2010-03-12 22:25:32 +01:00
Steve Lhomme
235d9c7419 add EBML_NAME for a better access to the element name (otherwise defined in libebml) 2010-03-12 22:14:35 +01:00
Steve Lhomme
012b01ba01 add EBML_CONTEXT to access the object EBML context (otherwise defined by libebml) 2010-03-12 22:14:23 +01:00
Steve Lhomme
79728809d4 rename CLASS_INFO() to EBML_INFO() and CLASS_ID() to EBML_ID() 2010-03-12 22:13:24 +01:00
Steve Lhomme
a5c5ce2fdf define and use CLASS_ID() (otherwise defined in libebml) 2010-03-12 22:13:17 +01:00
Steve Lhomme
346e86d2d4 define and use CLASS_INFO() (defined otherwise in the new libebml) 2010-03-12 22:13:17 +01:00
Steve Lhomme
dfea2e449b less direct access to libebml/libmatroska variables 2010-03-12 21:31:43 +01:00
Steve Lhomme
76db7c7aac use types compatible with Core-C when HAVE_COREC_H is defined (from libebml2/libmatroska2) 2010-03-12 21:07:48 +01:00
Steve Lhomme
fa13fdc3a5 rearrange the order of includes to make room for libebml2(Core-C) and precompiled headers 2010-03-12 21:05:24 +01:00
Steve Lhomme
099fa41bc7 avoid some macro collisions with MSVC 2010-03-12 20:39:51 +01:00
Steve Lhomme
58541a33a9 Preliminary support for coremake 2010-03-12 20:38:38 +01:00
Steve Lhomme
fa9b18138d use the ANSI API with C strings even when compiled as unicode 2010-03-12 20:38:14 +01:00
Moritz Bunkus
d97d5025a3 Wrong quoting fixed 2010-03-12 00:48:08 +01:00
Moritz Bunkus
890e5db6ff Don't store intermediate XML files in the repository 2010-03-12 00:47:41 +01:00
Moritz Bunkus
467d71362c More values for the "split after this size" drop down box 2010-03-11 12:50:32 +01:00
Moritz Bunkus
08ee228bf7 Cross compilation guide update 2010-03-07 18:56:35 +01:00
Moritz Bunkus
531b0364d1 Log mkvtoolnix configure messages into correct log file 2010-03-07 15:25:50 +01:00
Moritz Bunkus
cbccd724ee Removed code duplication. Don't use MSYS libraries. 2010-03-07 14:44:42 +01:00
Moritz Bunkus
9bdfb701d0 Create a run_configure.sh script and configure mkvtoolnix 2010-03-06 19:34:51 +01:00
Moritz Bunkus
b342c5c8f6 Added gettext to the cross compilation script/instructions 2010-03-06 19:17:15 +01:00
Moritz Bunkus
63b70d1d4c An automated build script for a cross compilation environment 2010-03-06 19:08:22 +01:00
Moritz Bunkus
baa4419f02 Updated the cross compilation instructions 2010-03-06 19:08:13 +01:00
Moritz Bunkus
7f7f6e492f Fixed compilation if gettext is not available 2010-03-06 16:11:48 +01:00
Moritz Bunkus
7cd5aa106d Return Windows charset converter if iconv is available and Windows supports the charset 2010-03-06 15:31:51 +01:00
Moritz Bunkus
dd5df2cae7 A guide for building mkvtoolnix for Windows with a mingw cross compiler 2010-03-06 14:40:50 +01:00
Moritz Bunkus
0ec2b1f5a6 Cosmetics 2010-03-06 14:39:29 +01:00
Moritz Bunkus
893523801a Removed references to unused variables. 2010-03-06 00:46:15 +01:00
Moritz Bunkus
ed8f96adeb Removed references to unused variables. 2010-03-05 21:07:09 +01:00