Commit Graph

3998 Commits

Author SHA1 Message Date
Moritz Bunkus
db70bdfa75 Update to the Chinese Simplified man page translation 2010-03-25 09:37:43 +01:00
Moritz Bunkus
10b2743147 ChangeLog update 2010-03-24 21:55:18 +01:00
Moritz Bunkus
fcdc4cb231 Fix memory leak: KaxClusterTimecodes were not deleted
Fix for bug 481.
2010-03-24 21:53:37 +01:00
Moritz Bunkus
e93a9c024e Fixed errors with older libebml that still define their own min/max 2010-03-24 14:48:35 +01:00
Moritz Bunkus
85d401b210 Allow precompiled headers to be used with gcc 4.1 2010-03-24 13:35:42 +01:00
Moritz Bunkus
bb4a2724fd Undef 'min'/'max' that are defined by the Ebml headers 2010-03-24 13:35:18 +01:00
Moritz Bunkus
9285fe26bd Fix compiler warning with an explicit cast 2010-03-24 11:23:42 +01:00
Moritz Bunkus
bc0d8506db Version number bump, release message, release code name 2010-03-24 08:42:01 +01:00
Moritz Bunkus
b33a265d9a ChangeLog update 2010-03-24 08:34:15 +01:00
Moritz Bunkus
835a81c2da Allow precompiled headers to be used with gcc >= 4.2 by default 2010-03-23 20:47:58 +01:00
Moritz Bunkus
b253f1d9ec Include a proxy header file for common/common.h
gcc < 4.4 has a bug that is triggered by included a header with a
precompiled version more than once. Including a proxy header file that
wraps the actual precompiled one inside a #ifdef guard is fine, though.
2010-03-23 20:26:52 +01:00
Moritz Bunkus
0ba2b01fc6 ChangeLog and AUTHORS update 2010-03-23 15:09:26 +01:00
Moritz Bunkus
74e96a7353 Intentional update 2010-03-23 15:05:44 +01:00
Xavier Duret
f454360e0a Support for adding Video interlaced flag (part 2/2). Includes change to Default duration. 2010-03-23 14:46:22 +01:00
Xavier Duret
92c78ea583 Fix detection of Sequence Extension headers and subsequent information. 2010-03-23 14:46:18 +01:00
Moritz Bunkus
d3139834ac Intentional update due to usage of libebml from Subversion 2010-03-23 14:15:52 +01:00
Moritz Bunkus
8d2899bc50 Finer-grained 'clean' targets 2010-03-23 13:59:35 +01:00
Moritz Bunkus
00d8c0a386 Use identical method signatures in .h and .cpp files 2010-03-23 10:53:28 +01:00
Steve Lhomme
906605f6cd the steve.lhomme@matroska.org address doesn't work 2010-03-22 20:16:39 +01:00
Steve Lhomme
5640ab0006 make sure EbmlCrc32 is included when we use it 2010-03-22 20:15:30 +01:00
Steve Lhomme
d5c16af751 introduce filepos_t for cleaner 32/64 bits handling 2010-03-22 20:07:22 +01:00
Steve Lhomme
81c36df080 use the macro EBML_SEM_CREATE() to hide the use of GetCallback 2010-03-22 13:37:53 +01:00
Steve Lhomme
020b0c7bc0 clone_memory should use a const buffer 2010-03-22 13:37:40 +01:00
Steve Lhomme
3f9d625eb0 remove an unused macro 2010-03-22 13:37:16 +01:00
Moritz Bunkus
d5dffc6021 Don't remove trailing spaces from FourCCs given on the command line
Fix for bug 480.
2010-03-22 13:15:21 +01:00
Xavier Duret
280e072e96 Support for adding Video interlaced flag (part 1/2). 2010-03-22 12:58:47 +01:00
Moritz Bunkus
9c7415c9df Intentional update 2010-03-19 13:59:14 +01:00
Moritz Bunkus
2fec486220 ChangeLog update 2010-03-19 13:48:36 +01:00
Xavier Duret
339bdb18fb Properly calculate MPEG-1/2 timecodes
Fix for bug 475.
2010-03-19 13:48:08 +01:00
Moritz Bunkus
a41eea793a Report the timecode before which and the size after which splitting actually occurs 2010-03-18 12:51:42 +01:00
Moritz Bunkus
68b634eac5 ChangeLog/AUTHORS update 2010-03-18 12:49:13 +01:00
Moritz Bunkus
9897b7e26e Compilation fixes 2010-03-18 12:13:18 +01:00
David Player
40fc996f2c Updates to the MS Visual C build system 2010-03-18 11:46:23 +01:00
David Player
41e456d671 Move setup to propedit.cpp. Also setup the version number. 2010-03-18 11:45:48 +01:00
David Player
8bd2c3cdce Moved setup from output_control.cpp to mkvmerge.cpp 2010-03-18 11:42:12 +01:00
David Player
66554b918c Updates to the MS Visual C build system 2010-03-18 11:32:42 +01:00
Moritz Bunkus
cdcffaef3f config.msvc.h is not needed anymore. 2010-03-18 11:13:28 +01:00
Moritz Bunkus
0d058312f1 Always use our zlib project files, no matter the zlib version 2010-03-17 23:03:34 +01:00
Moritz Bunkus
fe37075966 Ignore Debug and Release directories 2010-03-17 23:02:36 +01:00
Moritz Bunkus
5c4c39803a Fixed the mkvextract release library dependencies 2010-03-17 23:01:16 +01:00
Moritz Bunkus
4407791412 Fix compilation error 2010-03-17 22:40:16 +01:00
Moritz Bunkus
6e38ef6b27 Added missing definition of EBML_CTX_SIZE 2010-03-17 22:36:00 +01:00
Steve Lhomme
11ba43993d factorize some common macros 2010-03-17 22:23:28 +01:00
Steve Lhomme
d3d365eaa6 newer libebml may not allow direct access to bValueIsSet but SetValueIsSet() is defined 2010-03-17 22:20:09 +01:00
Steve Lhomme
7ed93f5b93 more macros to hide the future changes in libebml/libmatroska to forbid access to internal values 2010-03-17 22:18:23 +01:00
Moritz Bunkus
fae681cbef Fixed wrong language name
Fix for bug 478.
2010-03-17 17:22:43 +01:00
Moritz Bunkus
99a7e0c71a Updated the Japanese translation 2010-03-16 19:18:28 +01:00
Moritz Bunkus
58e6c0f06c Fixed wrong element ID. 2010-03-16 13:53:30 +01:00
Steve Lhomme
b01f2edfb3 turn the EbmlId direct variable accesses to macros (otherwise defined in libebml) 2010-03-15 21:54:54 +01:00
Steve Lhomme
28aba21279 the config.h uses USE_PRECOMPILED_HEADERS to define if precompiled headers are used, not CONFIG_PRECOMPILED some projects require forced precompiled headers on MSVC 2010-03-15 21:54:54 +01:00