Commit Graph

28 Commits

Author SHA1 Message Date
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
Moritz Bunkus
0869e30b3e first working version. yay! 2003-02-16 17:04:39 +00:00
Moritz Bunkus
cefb6e797d switched to auto* 2003-02-16 12:09:37 +00:00