Commit Graph

151 Commits

Author SHA1 Message Date
Moritz Bunkus
1f725520dd Bumped the version number to 1.5.5 and set the version code name. 2005-08-21 13:06:50 +00:00
Moritz Bunkus
6b29e4298f Renamed all member variables to m_* and the others accordingly. Changed v2 timecode files to require the timecodes to be sorted. Introduced timecode format v2 which is identical to v2 but allows non-sorted timecodes for those users that want to shoot themselves in their collective feet. 2005-08-12 10:56:07 +00:00
Moritz Bunkus
ee0ffc1b87 Moved the handling of CL args common to all programs to a special function. That way mkvmerge and mkvextract gain --redirect-output and --output-charset (which they partially had before as well). 2005-08-03 17:21:31 +00:00
Moritz Bunkus
9a6055bb2d Added an extraction mode for v2 timecode files. 2005-08-03 13:58:48 +00:00
Moritz Bunkus
8d72574b9f Changed the timecode parsers to be more flexible in what formats they accept. Removed all other timecode parsers except the one in common.cpp and made the other parts of the programs use this one. Updated the documentation. 2005-07-16 14:51:18 +00:00
Moritz Bunkus
b8296e4d0b Updated the version number & the release code name. 2005-07-01 08:11:31 +00:00
Moritz Bunkus
989f6a6c80 Added splitting after specific timecodes. 2005-06-05 14:39:57 +00:00
Moritz Bunkus
4ea7287e08 Grammar. 2005-05-01 09:32:45 +00:00
Moritz Bunkus
1f80ec1867 Typos by copy & paste. Noticed by Andre Hinrichs < andre ! hinrichs () gmx ! de >. Fixes Anthill bug 129. 2005-04-25 09:47:44 +00:00
Moritz Bunkus
444cecc212 Bumped the version number and set the version codename. 2005-04-09 17:36:20 +00:00
Moritz Bunkus
608b681baa Added the extraction of raw data to mvkextract. Patch by Steve Lhomme (steve ! lhomme () free ! fr) with additions by myself. 2005-04-07 17:31:52 +00:00
Moritz Bunkus
7efb5c81d5 Bumped the version number to 1.4.1, set the new release code name and included the release message in the ChangeLog. 2005-03-15 08:32:08 +00:00
Moritz Bunkus
c220e49b1c Bumped the version number to 1.4.0. 2005-02-26 13:15:49 +00:00
Moritz Bunkus
273a7db8cb Changed the picture for adding files to include the new "append" button. Added a few sentences about appending to the guide. Reformatted the guide so that pictures are enclosed by text. This should make it more readable with not that wide resolutions -- e.g. everything else than my 1200 pixels ;) 2005-01-10 20:35:11 +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
1bf5390617 Use GIF images instead of PNG because wxWidgets' HTML help viewer does not support PNG. Also added a couple of helper anchors because with the present ones the HTML help viewer scrolled to below the heading. 2005-01-08 14:37:33 +00:00
Moritz Bunkus
c87d22c33e Small updates to the documentation. 2005-01-07 13:02:07 +00:00
Moritz Bunkus
6377a9c4ef Handle all text internally in UTF-8 and only convert it when it is output or handed over to system functions. This breaks file names with non-ASCII characters on Windows at the moment. Will be fixed by a later commit. 2005-01-01 18:31:00 +00:00
Moritz Bunkus
1a07b5b044 Merged 2645:2646 from the 1.0 branch. 2004-12-30 17:19:24 +00:00
Moritz Bunkus
10f0538d28 Support for reading blockadditions from Matroska files. Patch by Steve Lhomme <steve ! lhomme () free ! fr>, modifications by myself. 2004-12-28 19:07:27 +00:00
Moritz Bunkus
844c32ec67 Added WAVPACK4 extraction. Patch by Steve Lhomme (see AUTHORS). Fixes for compiling mkvextract with MS VisualC++. Patch by Steve Lhomme as well. 2004-12-27 17:17:16 +00:00
Moritz Bunkus
0d26538d55 Initial support for VobButtons. Patch by Steve Lhomme (see AUTHORS). 2004-12-17 16:29:10 +00:00
Moritz Bunkus
a5420c3e40 Added support for forcing the default duration to a specific value. 2004-12-15 22:04:19 +00:00
Moritz Bunkus
cb4e268202 More timecode v3 patches by Steve Lhomme; changes by myself. 2004-12-09 21:40:02 +00:00
Moritz Bunkus
292795f4ff Do not try to autodetect whether or not chapters in Ogg/OGM files are UTF-8 but use the system's current locale setting and let the user override it with "--chapter-charset". 2004-11-21 17:33:38 +00:00
Moritz Bunkus
de3b877a8c Added a Doxygen file. Ignore the documentation generated by doxygen. 2004-11-13 19:47:48 +00:00
Moritz Bunkus
f4b2713eab A bit of clarification. 2004-11-12 19:05:38 +00:00
Moritz Bunkus
f93d0ab0e7 Merged 2392:2429 from branches/.../mkvtoolnix-cat. 2004-11-09 18:21:59 +00:00
Moritz Bunkus
d6bf885dbd Enable RTTI on the MSVC build. Initialize the XML mapping tables later because MSVC initializes them before the EbmlIDs in libmatroska are initialized resulting in invalid tables. Added a --delay option. General patch by Steve Lhomme with changes by Moritz Bunkus. 2004-09-27 20:53:39 +00:00
Moritz Bunkus
ba33221a0e Merged 2174 2004-09-16 13:55:47 +00:00
Moritz Bunkus
b8f7f687ca Merged 2087 2004-08-28 16:03:39 +00:00
Moritz Bunkus
4df45fa525 Merged 2049:2051 2004-08-25 21:55:39 +00:00
Moritz Bunkus
443ba587a2 Set the version number to 1.2.0 and changed the release codename. 2004-08-21 15:50:22 +00:00
Moritz Bunkus
e23c1e02b2 Merged 1982. 2004-08-15 12:37:04 +00:00
Moritz Bunkus
b5b0719b5c Allow a special value -1 for --timecode-scale which causes mkvmerge to use sample precision even if a video track is present. 2004-08-02 17:39:46 +00:00
Moritz Bunkus
6ad908c576 Allow the user to change the timecode scale factor. 2004-08-01 18:08:57 +00:00
Moritz Bunkus
08a7900316 Bumped the version number to 0.9.4. 2004-07-25 10:04:57 +00:00
Moritz Bunkus
7cfa225808 Use "cuesheet" everywhere for consistency. 2004-07-24 17:06:46 +00:00
Moritz Bunkus
43b72a9f0c Added support for extracting TTA tracks into TTA files. 2004-07-23 22:59:28 +00:00
Moritz Bunkus
293e943012 Added an option "--cuesheet" to mkvextract's track extraction mode which will write the CUE sheet into another file in the same run. 2004-07-21 22:27:07 +00:00
Moritz Bunkus
812c23798f Implemented the extraction of chapter information and tags into CUE sheets which reconstructs the CUE sheet used with mkvmerge's "--chapters" parameter. 2004-07-21 19:31:40 +00:00
Moritz Bunkus
12f346f6e2 Bumped version number to 0.9.3. 2004-07-18 16:21:00 +00:00
Moritz Bunkus
7265088ddf Added a new --default-language option. Changed the default language code from "eng" to "und" (undefined). 2004-07-10 16:40:51 +00:00
Moritz Bunkus
580fcb6594 Updated the mmg guide. 2004-06-29 20:59:20 +00:00
Moritz Bunkus
15046040d1 Reformatting; some corrections for changes in mmg. 2004-06-29 15:18:16 +00:00
Moritz Bunkus
3d54fefefa Updated the images for the upcoming 0.9.2. 2004-06-28 21:52:45 +00:00
Moritz Bunkus
a66d3fe755 Bumped the version to 0.9.2. 2004-06-28 19:08:36 +00:00
Moritz Bunkus
c8ebaa0be2 Changed the meaning of --track-order from a per-file basis to a global basis. 2004-06-20 14:43:22 +00:00
Moritz Bunkus
369e2b92b9 Let the user enter the split time with ms precision. 2004-06-20 00:02:51 +00:00
Moritz Bunkus
0c1220c18a Bumped version number to 0.9.1. 2004-06-13 10:48:02 +00:00