Moritz Bunkus
|
7227888f22
|
Use Boost based regular expressions for the simple chapter parser and extended it to handle more than 100 chapters. Fix for bug 320.
|
2008-12-17 18:00:44 +00:00 |
|
Moritz Bunkus
|
4db84e8fed
|
Pass the --enable-auto-import flag to the linker during compilation with mingw in order to get rid of a lot of messages regarding auto imports of symbols.
|
2008-12-17 07:50:42 +00:00 |
|
Moritz Bunkus
|
1d43772307
|
Added a German translation for the command line tools.
|
2008-12-12 16:06:48 +00:00 |
|
Moritz Bunkus
|
cc9b653272
|
Added a default goal so that calling "make TOOLS=1" without an explicit goal works.
|
2008-10-31 23:20:19 +00:00 |
|
Moritz Bunkus
|
885396a456
|
Cosmetics.
|
2008-10-11 14:11:55 +00:00 |
|
Moritz Bunkus
|
6f408710f2
|
Add a version resource to each .exe on Windows.
|
2008-10-06 13:09:01 +00:00 |
|
Moritz Bunkus
|
f83ca9a965
|
*** empty log message ***
|
2008-09-25 14:42:04 +00:00 |
|
Moritz Bunkus
|
2df43637cb
|
Moved the base64tool into the src/tools directory so that it will not be built by default anymore.
|
2008-09-20 14:21:05 +00:00 |
|
Moritz Bunkus
|
c8076d9ffe
|
First steps towards support for VC1 video tracks: the parser for elementary streams.
|
2008-09-17 15:26:02 +00:00 |
|
Moritz Bunkus
|
f1f4b5567f
|
Switched from the PCRE regex library to Boost's one.
|
2008-08-30 12:45:54 +00:00 |
|
Moritz Bunkus
|
524a9c20bd
|
Use RPATHs on Unix platforms. Fix for bug 278.
|
2008-04-18 20:00:06 +00:00 |
|
Moritz Bunkus
|
8e6c592b59
|
Honor strip.
|
2008-02-29 09:37:27 +00:00 |
|
Moritz Bunkus
|
8ffd0272cb
|
Enabled warnings about shadowed variables and solved all of the resulting warnings.
|
2008-02-25 17:13:13 +00:00 |
|
Moritz Bunkus
|
f59bd7f9d1
|
Let the user override flags generated by configure (e.g. -Wall) with custom CFLAGS etc.
|
2007-07-04 14:14:53 +00:00 |
|
Moritz Bunkus
|
b286f039e7
|
Some versions of make seem to complain if a variable is defined twice.
|
2007-01-14 20:55:12 +00:00 |
|
Moritz Bunkus
|
16626e1170
|
Added a Qt version of mkvinfo's GUI (is not enabled by default, add "--enable-qt" to configure).
|
2006-11-28 17:58:30 +00:00 |
|
Moritz Bunkus
|
9d639c11e2
|
Do not strip binaries during installation.
|
2006-11-12 18:45:14 +00:00 |
|
Moritz Bunkus
|
69ac678c33
|
Renamed WXWINDOWS to WXWIDGETS and bumped the version check to 2.6.0.
|
2006-11-11 10:42:32 +00:00 |
|
Moritz Bunkus
|
d786c200a4
|
Added a check for the PCRE lib and its C++ companion.
|
2006-09-25 15:37:44 +00:00 |
|
Moritz Bunkus
|
a1faf39379
|
Make the upcoming autoconf 2.60 happy.
|
2006-06-16 08:20:06 +00:00 |
|
Moritz Bunkus
|
83ae9edb83
|
Moved some @...@ style variables from configure.in to Makefile.in where they belong (very recent autoconf versions were choking on those). Fixes Anthill bug #197.
|
2006-06-02 14:31:16 +00:00 |
|
Moritz Bunkus
|
98edcb10ce
|
Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself). See also Anthill bug #194.
|
2006-04-28 11:33:27 +00:00 |
|
Moritz Bunkus
|
02834b6306
|
The images are supposed to be in a subdirectory.
|
2005-09-08 17:32:08 +00:00 |
|
Moritz Bunkus
|
9374620850
|
Mind $(DESTDIR) !
|
2005-09-07 17:18:12 +00:00 |
|
Moritz Bunkus
|
d6d5f2c604
|
Only remove configure and config.h.in on "make maintainer-clean".
|
2005-09-03 14:51:17 +00:00 |
|
Moritz Bunkus
|
ada75f1768
|
Install the mkvmerge GUI guide by default into ${datadir}/mkvtoolnix, e.g. into /usr/share/mkvtoolnix.
|
2005-09-03 12:47:14 +00:00 |
|
Moritz Bunkus
|
1d3db66b7d
|
Link all programs against Expat even if they do not use any of its functions. Fixes a link problem a user had on his AMD64 Ubuntu system.
|
2005-06-07 08:57:59 +00:00 |
|
Moritz Bunkus
|
bb924c0038
|
Added the Windows implementation of the "improved" random number generation.
|
2005-05-02 14:55:09 +00:00 |
|
Moritz Bunkus
|
dd3abddd7b
|
Moved the reversal of content encodings from the Matroska reader into a new class called "content_decoder_c". Moved a lot of track entry accessibility functions from xtr_base.cpp into commonebml.cpp. Implemented VobSub extraction based on Mike Matsnev's code. This should make all those suckers happy! (Don't feel offended ;))
|
2005-02-11 20:38:00 +00:00 |
|
Moritz Bunkus
|
dc1a58845c
|
Added a resource file for Windows. This is needed because wxWidgets's HTML help needs the wxSTD_BITMAP_COLOURS resource.
|
2005-01-08 18:32:52 +00:00 |
|
Moritz Bunkus
|
8592bbf459
|
Added files for making the mkvmerge-gui.html file into a HTML help book. Added code for showing that help file when the user presses F1 or selects "Help" from the "Help" menu. Updates for the build process which generates the .hhk index file from the .hhc contents file.
|
2005-01-08 15:26:12 +00:00 |
|
Moritz Bunkus
|
bc4cac65e0
|
Add "-mwindows" when linking mmg so that no CLI window is opened for it.
|
2004-12-12 16:45:08 +00:00 |
|
Moritz Bunkus
|
b9a7ad6637
|
Support for generating dependency information with gcc 2.95.
|
2004-11-24 14:16:40 +00:00 |
|
Moritz Bunkus
|
992e5caec1
|
Made the targets 'mkvmerge', 'mkvinfo', 'mkvextract', 'base64tool' and 'mmg' available.
|
2004-11-17 08:50:05 +00:00 |
|
Moritz Bunkus
|
fed7ef7dba
|
Unified the build system again.
|
2004-11-14 12:41:02 +00:00 |
|
Moritz Bunkus
|
f93d0ab0e7
|
Merged 2392:2429 from branches/.../mkvtoolnix-cat.
|
2004-11-09 18:21:59 +00:00 |
|
Moritz Bunkus
|
28f53ce439
|
Added spyder's MPEG parser code and my own MPEG ES reader on top of it. Not working yet ;)
|
2004-11-02 20:51:07 +00:00 |
|
Moritz Bunkus
|
4796bb8ea0
|
Merged 2397
|
2004-10-28 15:27:08 +00:00 |
|
Moritz Bunkus
|
cc67f57fad
|
Merged 2374
|
2004-10-17 15:16:11 +00:00 |
|
Moritz Bunkus
|
d5ca84ac0d
|
Moved the external timecode stuff into their own classes. Enabled proper durations for tracks with external timecodes.
|
2004-10-09 14:28:58 +00:00 |
|
Moritz Bunkus
|
6b5467bd94
|
Moved all mkvextract sources into their own sub directory.
|
2004-09-02 21:19:36 +00:00 |
|
Moritz Bunkus
|
c7dfa9bcf3
|
Moved the common chapter helper functions from mkvextract_cuesheets.cpp to chapters.cpp. Also unified the usage of the is_id() macro and put it into commonebml.h.
|
2004-07-24 15:12:01 +00:00 |
|
Moritz Bunkus
|
1ed61017f5
|
Makefile/configure: cached the libebml and libmatroska checks; added checks for gettext. Rest: Added some support for translations (way incomplete, but it's a start).
|
2004-07-18 15:06:33 +00:00 |
|
Moritz Bunkus
|
8e6c006e9b
|
Removed the aviclasses.
|
2004-06-12 17:42:42 +00:00 |
|
Moritz Bunkus
|
439bb2a536
|
Made avilib use mkvtoolnix' IO class.
|
2004-06-03 14:23:38 +00:00 |
|
Moritz Bunkus
|
774014d944
|
Made mkvextract depend on librmff/librmff.a.
|
2004-03-22 19:13:26 +00:00 |
|
Moritz Bunkus
|
5114937427
|
Added the extraction of RealVideo and RealAudio.
|
2004-03-21 16:25:41 +00:00 |
|
Moritz Bunkus
|
51ced57715
|
Use the new librmff for low level RealMedia file parsing instead of the built-in parser in r_real.cpp.
|
2004-03-17 22:04:03 +00:00 |
|
Moritz Bunkus
|
202b6f813b
|
Get rid of automake.
|
2004-03-01 09:51:30 +00:00 |
|
Moritz Bunkus
|
1d93a9b12c
|
added --with-matroska-include, --with-matroska-lib, automatic g++ version checking; removed several autogenerated files
|
2003-02-17 11:33:50 +00:00 |
|