Commit Graph

898 Commits

Author SHA1 Message Date
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
c507a3dcf1 Updates 2003-10-14 14:14:24 +00:00
Moritz Bunkus
6ea95f46f9 Correct calculation for cluster timecodes even when --dont-link is in use. 2003-10-14 13:43:22 +00:00
Moritz Bunkus
af66b02552 Implemented some speedups, especially during the 1st pass of splitting. 2003-10-14 13:16:22 +00:00
Moritz Bunkus
1bc0b8e5f8 Added a memory buffer class for more efficient processing of MP3/AC3/AAC packets. 2003-10-14 13:15:28 +00:00
Moritz Bunkus
940303e9db Support for retrieving frame size and type without actually reading its data. 2003-10-14 12:16:57 +00:00
Moritz Bunkus
539713395b Deactivated VobSub support for the next release. 2003-10-12 19:56:29 +00:00
Moritz Bunkus
4745dbff08 Fixed SBR AAC extraction. 2003-10-12 16:19:51 +00:00
Moritz Bunkus
835c9b12b7 Write subtitles into the file they're supposed to be written to instead of the first one. 2003-10-12 16:02:29 +00:00
Moritz Bunkus
75f3205e96 Fixed MP3 error message during file type detection. 2003-10-12 15:53:34 +00:00
Moritz Bunkus
a21142f314 Fix for RealAudio tracks: re-calculate the backward references to the last I or P frame. Older mkvmerge versions referenced the last I frame only. 2003-10-12 15:41:41 +00:00
Moritz Bunkus
92213609d7 Make RealAudio P frames reference the previous I or P frame, not the previous I frame. 2003-10-12 14:51:22 +00:00
Moritz Bunkus
a33c7c7426 Always start a new block if the current packet is a non-I frame. 2003-10-12 14:50:44 +00:00
Moritz Bunkus
58ac25e46e Bumped version number to 0.7.2. 2003-10-11 12:33:26 +00:00
Moritz Bunkus
9a87e12840 Fixed the "abort" button under Windows. 2003-10-11 11:26:45 +00:00
Moritz Bunkus
89ec153718 Leftover file name variables made the "using bla packetizer for ID %d" output broken. 2003-10-11 11:25:50 +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
7e9d0aa5b0 Fixed ignore properties. Applied my patches to avilib. Fixed variable name for include directories. 2003-10-08 15:09:37 +00:00
Moritz Bunkus
a71d7235e5 Added proper AVI library settings and checks. 2003-10-08 13:51:08 +00:00
Moritz Bunkus
4d010f95de Set standard properties. 2003-10-08 13:50:20 +00:00
Moritz Bunkus
e4f80c69ef Added the new avilib from transcode 0.6.10. 2003-10-08 13:49:49 +00:00
Moritz Bunkus
3eb1092313 Fixed stupid sound reading bug with the old avilib. 2003-10-08 12:13:45 +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
24c39a3494 Remove config.h before generating the files. 2003-10-08 10:52:13 +00:00
Moritz Bunkus
81fbd51042 Fixed the wrong translation of track selections into command line options. 2003-10-05 22:41:32 +00:00
Moritz Bunkus
b4b9376ee9 Integrated and used Cyrius's AVI classes. 2003-10-05 15:22:24 +00:00
Moritz Bunkus
0b06d2a3b5 Removed unused Fraction class. 2003-10-05 10:47:42 +00:00
Moritz Bunkus
0f3d73aeb1 Proper Makefiles with proper include and lib directories. 2003-10-05 10:29:54 +00:00
Moritz Bunkus
02320b7db2 Set properties, ignore. 2003-10-05 09:44:57 +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
006b5f0c27 Proper chapter numbers. 2003-10-03 19:04:48 +00:00
Moritz Bunkus
a4383814bf Added chapter/section numbers. 2003-10-03 18:56:54 +00:00
Moritz Bunkus
b2c912c85f Update 2003-10-03 09:33:31 +00:00
Moritz Bunkus
440bdee3e1 Completed the first edition of the mmg guide. 2003-10-02 23:48:14 +00:00
Moritz Bunkus
e90d00a810 Updates 2003-10-02 23:44:51 +00:00
Moritz Bunkus
5341d9d35d Changed doc path. Added HTML version of mkvmerge's man page which is being linked to from mkvmerge-gui.html. 2003-10-02 23:43:50 +00:00
Moritz Bunkus
95a7903cc1 Fixed a lot of spelling mistakes. 2003-10-02 19:22:00 +00:00
Moritz Bunkus
ca3e6bce69 Added all the new options (--no-attachments, --no-tags, --disable-lacing, --enable-durations, --enable-timeslices). Fixed saving/restoring the input file settings. Added two buttons (start, copy to clipboard) at the bottom of the main window. 2003-10-02 19:13:22 +00:00
Moritz Bunkus
a24bb211d5 Small fixups. 2003-10-02 18:50:33 +00:00
Moritz Bunkus
725834b7ba Added the (dummy) option --no-tags which will be implemented later. 2003-10-02 18:44:09 +00:00
Moritz Bunkus
615586954f Changed the lacing strategy again. New defaults are NOT to write duration elements for all blocks, NOT to use time slices and to USE lacing for most audio tracks. All these options can be toggled by the user with the new/modified options --disable-lacing, --enable-durations and --enable-timeslices. 2003-10-01 19:06:07 +00:00
Moritz Bunkus
6ef2d51140 Removed the compatibility files for autoconf 2.1x. 2003-09-30 17:33:18 +00:00
Moritz Bunkus
3998c4c917 Added the images to the package. 2003-09-30 14:33:11 +00:00
Moritz Bunkus
f699f66b15 Added some small man pages. 2003-09-30 14:26:59 +00:00
Moritz Bunkus
3df07b41a9 Fixes for compilation with gcc 2.95. 2003-09-30 13:46:52 +00:00
Moritz Bunkus
bdedb66d26 Replaced the GNU extension isblank() with my own macro. 2003-09-29 23:06:03 +00:00
Moritz Bunkus
ad1efd85f5 More work on the mmg guide. Added some images. 2003-09-29 22:53:34 +00:00