Commit Graph

227 Commits

Author SHA1 Message Date
Moritz Bunkus
2b47ee4872 Re-added libtool. Introduced the #defines FMT_TIMECODE and ARG_TIMECODE for easier formatted timecode output. Discard SPU packets that don't belong to the current stream. 2004-01-09 21:33:56 +00:00
Moritz Bunkus
6f8767d6b8 Removed libtool again because I couldn't get it to work on cygwin/mingw properly. 2004-01-08 14:08:21 +00:00
Moritz Bunkus
e59dec9d5b Split the common library into four separate parts: one without any lib dependencies, one depending on the compression libs, one depending on libebml and the last one depending on libmatroska as well. Made those libraries shared libraries in order to save space. 2004-01-08 11:21:22 +00:00
Moritz Bunkus
bd69a430e5 Updated the version number to 0.8.1. 2004-01-05 21:30:55 +00:00
Moritz Bunkus
dc030d0dd3 Bumped version number. 2003-12-30 09:58:17 +00:00
Moritz Bunkus
2760de38de Added support for the new simple tagging system. 2003-12-29 18:44:23 +00:00
Moritz Bunkus
3692d9d242 Removed the translation of paths reported by wx-config - it was only due to my wrong wxWindows installation on my Windows system. 2003-12-23 15:27:40 +00:00
Moritz Bunkus
16b4b144ab Bumped version number to 0.7.9. 2003-12-11 18:30:19 +00:00
Moritz Bunkus
d0883848c0 Updated version number to 0.7.8 2003-12-02 22:18:34 +00:00
Moritz Bunkus
78d02b4fa2 Re-enabled AVIclasses as the default because the current avilib does not seem to work on Windows. 2003-11-29 19:55:14 +00:00
Moritz Bunkus
5007f8fd0e Deactivated the AVI classes by default. 2003-11-25 11:52:08 +00:00
Moritz Bunkus
c55bd9ae4e Corrected case of libFLAC. 2003-11-21 09:38:41 +00:00
Moritz Bunkus
192f379111 Rewrote the SPU parsing code. Should not abort anymore. 2003-11-18 18:00:58 +00:00
Moritz Bunkus
098c517a22 Removed debug output. 2003-11-17 12:18:15 +00:00
Moritz Bunkus
83f6446289 Many fixes for warnings. Some portability fixes. 2003-11-17 12:16:58 +00:00
Moritz Bunkus
72c624fffd Emit a warning if libFLAC is not found. 2003-11-16 20:37:14 +00:00
Moritz Bunkus
e9ff16769d Bumped version number to 0.7.7. 2003-11-16 20:23:59 +00:00
Moritz Bunkus
ee78e9fc9c Bumped the version numbers to 0.7.6. 2003-11-15 18:24:13 +00:00
Moritz Bunkus
739580d885 Proper way of using the right iconv function. 2003-11-14 20:57:16 +00:00
Moritz Bunkus
a88c9d00e4 Fixed libFLAC inclusion. 2003-11-09 18:45:42 +00:00
Moritz Bunkus
9d5c5707eb Added a check for FLAC. Removed all the lib specific --with-XXX-include and --with-XXX-lib options. 2003-11-09 10:40:40 +00:00
Moritz Bunkus
f1d3ef21ae Boosted the version number to 0.7.5. 2003-11-05 18:32:37 +00:00
Moritz Bunkus
48d8323e00 Directory reorganization. Better dependencies on the libraries. 2003-11-01 14:36:22 +00:00
Moritz Bunkus
cc09261f3e Updated minimum libebml and libmatroska versions to 0.6.2 and 0.6.1 respectively. 2003-11-01 11:01:09 +00:00
Moritz Bunkus
67c9526bcc Removed the old avilib. 2003-10-26 21:18:33 +00:00
Moritz Bunkus
3179cd0ddf Proper handling of the --with-avilib parameters and its defaults. 2003-10-26 09:31:30 +00:00
Moritz Bunkus
54eb126c76 The DEBUG symbol was not defined even if --enable-debug was used. 2003-10-24 22:06:58 +00:00
Moritz Bunkus
ace55a003d Bumped minimum libmatroska version to 0.5.3. Removed arrays from configure script. 2003-10-19 15:41:42 +00:00
Moritz Bunkus
38b1a79b5b Fixed LDFLAGS inclusion. Changed AVI library defaults to "classes + 0.6.10". 2003-10-15 14:44:00 +00:00
Moritz Bunkus
58ac25e46e Bumped version number to 0.7.2. 2003-10-11 12:33:26 +00:00
Moritz Bunkus
c504c4e9ba Proper handling for LDFLAGS. Print out which AVI libraries are to be used. 2003-10-11 10:26:52 +00:00
Moritz Bunkus
a71d7235e5 Added proper AVI library settings and checks. 2003-10-08 13:51:08 +00:00
Moritz Bunkus
36ee028276 Disabled AVIclasses per default. Fix for compilation with the old avilib. 2003-10-08 11:43:13 +00:00
Moritz Bunkus
b4b9376ee9 Integrated and used Cyrius's AVI classes. 2003-10-05 15:22:24 +00:00
Moritz Bunkus
0f3d73aeb1 Proper Makefiles with proper include and lib directories. 2003-10-05 10:29:54 +00:00
Moritz Bunkus
62244b14c6 Some new modes. Added Cyrius' AVI classes. Not using them yet, though. 2003-10-05 09:37:48 +00:00
Moritz Bunkus
12160d8a10 Implemented proper checks for libogg and libvorbis. 2003-10-04 13:02:49 +00:00
Moritz Bunkus
835550c69e Added a bit more cached checking. 2003-10-04 10:37:38 +00:00
Moritz Bunkus
a6e398cc01 Moving all autoconf checks into configure.in. 2003-10-04 10:17:39 +00:00
Moritz Bunkus
d373f308ae Bumped version number to 0.7.1 2003-09-28 17:24:31 +00:00
Moritz Bunkus
0768ed24c2 Fixes for Win32 2003-09-24 18:41:21 +00:00
Moritz Bunkus
03bd23cc3d Bumped version number. Adjusted the Debian files. 2003-09-14 20:09:45 +00:00
Moritz Bunkus
f0dd8222bf Adding my mmg sources. 2003-09-13 13:01:26 +00:00
Moritz Bunkus
8509414a19 Added check for bzlib. 2003-09-11 18:15:05 +00:00
Moritz Bunkus
b1bc1a6d89 Added liblzo to the configure checks. 2003-09-11 11:09:07 +00:00
Moritz Bunkus
c508151f1b Bumped version number to 0.6.9. 2003-09-09 20:26:54 +00:00
Moritz Bunkus
f54ac11b4a Proper CFLAGS, LDFLAGS, -lxxx for expat and zlib. 2003-09-01 16:32:33 +00:00
Moritz Bunkus
8a1f0fbd80 Enabled the libexpat configure check by default. Added a zlib configure check. 2003-09-01 07:42:25 +00:00
Moritz Bunkus
3cdde4144e Bumped version number to 0.6.5. 2003-08-28 17:50:08 +00:00
Moritz Bunkus
54a5a9b1dc Forgot the version number. 2003-08-27 18:24:59 +00:00
Moritz Bunkus
a72e4aab5f Preparations for version 0.6.3. 2003-08-20 21:10:00 +00:00
Moritz Bunkus
32eeb0ac95 Bumped version number up to 0.6.2. 2003-08-11 18:35:46 +00:00
Moritz Bunkus
2e47238616 Bumped version number to 0.6.1. 2003-08-09 23:19:46 +00:00
Moritz Bunkus
81aa9964f0 Added the XML tag parser files. 2003-07-18 20:01:15 +00:00
Moritz Bunkus
6e55d8be0a New version 0.6.0 2003-07-15 07:17:57 +00:00
Moritz Bunkus
97e353e322 Directory reorganization 2003-07-09 18:53:25 +00:00
Moritz Bunkus
d08ccdd7aa New version 0.5.0 2003-06-20 21:49:01 +00:00
Moritz Bunkus
00d3ad6398 Unified a LOT of OS and compiler dependant stuff. Introduced support for mingw compilation. 2003-06-20 19:29:26 +00:00
Moritz Bunkus
677c2e709b New version 0.4.4 2003-06-15 14:09:38 +00:00
Moritz Bunkus
6df1cb9be9 New version 0.4.3 2003-06-03 14:29:59 +00:00
Moritz Bunkus
565c150274 New version and new dependencies. 2003-05-28 08:27:37 +00:00
Moritz Bunkus
ebde1c63e8 Started an optional GUI for mkvinfo. 2003-05-28 07:39:45 +00:00
Moritz Bunkus
9d1152423a Added configure check for libiconv. 2003-05-23 17:37:20 +00:00
Moritz Bunkus
06047ed75c New version v0.4.1 2003-05-23 10:24:07 +00:00
Moritz Bunkus
e849cf56c6 New version 0.4.0. 2003-05-21 22:23:15 +00:00
Moritz Bunkus
f797b31746 New version number 0.3.4. 2003-05-17 23:28:00 +00:00
Moritz Bunkus
a407b096ce Released new version 0.3.3. 2003-05-15 09:43:59 +00:00
Moritz Bunkus
707160a1f0 New version 0.3.2 2003-05-11 15:52:54 +00:00
Moritz Bunkus
9446c2958e Fixes that allow compilation under cygwin. 2003-05-09 05:26:02 +00:00
Moritz Bunkus
bebc4e3a2d Removed all traces of dmalloc as I use valgrind for debugging purposes now. 2003-05-04 10:05:41 +00:00
Moritz Bunkus
56842cef39 New version 0.3.1 2003-05-04 07:36:32 +00:00
Moritz Bunkus
44509219d2 Bumped version number in anticipation of the first release :) 2003-04-24 20:24:32 +00:00
Moritz Bunkus
0732bc8b9e New parameters --with-ebml-* that reflect the separation of libebml from libmatroska. 2003-04-11 09:56:47 +00:00
Moritz Bunkus
84e83ee7c8 New version number ;) 2003-02-28 21:57:22 +00:00
Moritz Bunkus
69d4f9b9bc added AC3 support 2003-02-23 22:51:49 +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
cefb6e797d switched to auto* 2003-02-16 12:09:37 +00:00