Commit Graph

262 Commits

Author SHA1 Message Date
Moritz Bunkus
a97134b3a0 Updated the version number and set the release codename. 2006-11-10 07:57:14 +00:00
Moritz Bunkus
8083266e1d Added support for the "stereo mode" flag for video tracks. 2006-11-07 15:11:49 +00:00
Moritz Bunkus
046704ecc2 Bumped the version number to 1.7.0 and set the new version code name. 2006-04-28 14:52:55 +00:00
Moritz Bunkus
e3eaa585a1 Added a note that mkvmerge can only split right before key frames. 2005-12-19 17:04:26 +00:00
Moritz Bunkus
b00de421cf Bumped the version number to 1.6.5 and set its release codename "Watcher Of The Skies". 2005-12-07 17:22:29 +00:00
Moritz Bunkus
4b1d293400 Make mkvmerge use the timecode factory of the previous tracks when appending tracks. This way the user must only specify one timecode file, and that one for the first track in a chain (just like mmg has been working already). Fixes Anthill bug #162. Also fixed a minor memleak. 2005-12-05 13:01:24 +00:00
Moritz Bunkus
5c9cde6245 Missing directory in output file names are created. mkvextract can use the attachment name stored in Matroska files if the user does not provide one. Patch by Sergey Hakobyan (see AUTHORS) and myself. 2005-12-01 20:43:55 +00:00
Moritz Bunkus
473b30339e Added a new option --attachment-name for setting the name for an attachment in the Matroska file. 2005-11-04 08:58:57 +00:00
Moritz Bunkus
5c06fa248c I think I'll call this one 1.6.0 and not 1.5.7. 2005-10-13 12:58:32 +00:00
Moritz Bunkus
5a0b3ac802 Bumped the version number to 1.5.7 and set the version name. 2005-10-05 09:40:22 +00:00
Moritz Bunkus
8a3bc6086a Bumped the version number to 1.5.6. 2005-08-30 11:40:25 +00:00
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
Moritz Bunkus
b7d6462430 Removed support for time slices. 2004-06-06 12:04:26 +00:00
Moritz Bunkus
86bfccad91 Minor fix 2004-06-06 11:31:01 +00:00
Moritz Bunkus
f9f4bf5a50 Bumped version number to 0.9.0. 2004-05-31 21:30:47 +00:00
Moritz Bunkus
edea6a83b6 Bumped version number to 0.8.9. 2004-05-06 17:47:45 +00:00
Moritz Bunkus
15404ddb59 Depends on libebml 0.7.0 & libmatroska 0.7.0. Bumped version number to 0.8.8. 2004-04-23 17:03:08 +00:00
Moritz Bunkus
1d589231fa Spelling fixes 2004-04-13 14:05:49 +00:00
Moritz Bunkus
be5b3ba918 Spelling fixes 2004-04-13 13:44:27 +00:00
Moritz Bunkus
466b3f61d0 Added an option, --append-to, for mapping the track IDs when appending files. 2004-04-11 14:29:13 +00:00
Moritz Bunkus
99484300d1 Update 2004-04-10 09:34:09 +00:00
Moritz Bunkus
c57f755129 New version number 0.8.7. 2004-04-05 11:37:19 +00:00
Moritz Bunkus
3808e4bed2 Added a summary mode. 2004-04-03 11:16:26 +00:00
Moritz Bunkus
5114937427 Added the extraction of RealVideo and RealAudio. 2004-03-21 16:25:41 +00:00
Moritz Bunkus
5f6ace001d Bumped version number to 0.8.6. 2004-03-13 12:17:46 +00:00
Moritz Bunkus
854203a7a5 Made the process priority selectable. 2004-03-09 15:59:47 +00:00
Moritz Bunkus
202b6f813b Get rid of automake. 2004-03-01 09:51:30 +00:00
Moritz Bunkus
a1edacd843 Bumped the version number to 0.8.5. 2004-02-22 11:14:43 +00:00
Moritz Bunkus
23576c563e Bumped version number to 0.8.4. 2004-02-11 08:13:24 +00:00
Moritz Bunkus
be24eadfce Bumped the version numbers. 2004-02-09 21:47:42 +00:00
Moritz Bunkus
3c0cb8b1d3 Made "--global-tags" apply to the complete file. 2004-02-08 11:35:20 +00:00
Moritz Bunkus
cd119820fa Made "do not link files" the default. 2004-01-31 14:55:26 +00:00
Moritz Bunkus
c26dda5b04 Replaced the two-pass splitting with a one-pass splitting procedure. 2004-01-30 20:40:38 +00:00
Moritz Bunkus
5c2b83b61e Updated the documentation for the GUI. It now reflects the new chapter editor layout. 2004-01-24 18:25:15 +00:00
Moritz Bunkus
7636f905bc Bumped the version number to 0.8.2. 2004-01-20 15:08:40 +00:00
Moritz Bunkus
3f40d48b31 Added the second timecode format: one timecode per line. 2004-01-11 17:40:33 +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
16b4b144ab Bumped version number to 0.7.9. 2003-12-11 18:30:19 +00:00
Moritz Bunkus
29266640b6 Changed from direct command line to option file usage. 2003-12-05 14:42:09 +00:00
Moritz Bunkus
ce93bc12d7 Added the "--track-order" option allowing the user to modify the order in which tracks are created in the output file. 2003-12-04 18:56:52 +00:00
Moritz Bunkus
43a02b6e02 Changed the options "--fourcc" and "--aspect-ratio": they now need a track ID. Added a new option, "--display-dimensions", which can be used as an alternative to "--aspect-ratio". Fixed a small rounding error resulting in weird display dimensions like 640x479. 2003-12-01 17:02:03 +00:00
Moritz Bunkus
7742b01184 Added an option for dumping the split points. 2003-11-25 11:48:26 +00:00
Moritz Bunkus
e9ff16769d Bumped version number to 0.7.7. 2003-11-16 20:23:59 +00:00
Moritz Bunkus
5f68c561e8 Do not remove the "fLaC" header. 2003-11-16 20:06:40 +00:00
Moritz Bunkus
2121a4e89d Added support for extracting FLAC tracks to raw FLAC and OggFLAC files. 2003-11-16 18:54:57 +00:00
Moritz Bunkus
ee78e9fc9c Bumped the version numbers to 0.7.6. 2003-11-15 18:24:13 +00:00
Moritz Bunkus
52e0186fc3 Added %N for the cue-to-chapter-name conversion routine (track number padded with a zero). 2003-11-15 18:19:26 +00:00
Moritz Bunkus
1dc08ad127 Added CUE sheet parsing for chapters. 2003-11-10 22:16:29 +00:00
Moritz Bunkus
f1d3ef21ae Boosted the version number to 0.7.5. 2003-11-05 18:32:37 +00:00
Moritz Bunkus
0f85a04d61 The charset used during subtitle extraction defaults to UTF-8. 2003-11-05 18:19:10 +00:00
Moritz Bunkus
915dd64bdb Added the ability to read timecodes from text files which override the timecodes mkvmerge calculates normally. 2003-10-27 21:21:50 +00:00
Moritz Bunkus
8791b0c3d6 Added an option for setting the charset that is used in the version to UTF-8 for the strings given on the command line. 2003-10-25 16:31:53 +00:00
Moritz Bunkus
58ac25e46e Bumped version number to 0.7.2. 2003-10-11 12:33:26 +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
440bdee3e1 Completed the first edition of the mmg guide. 2003-10-02 23:48:14 +00:00
Moritz Bunkus
95a7903cc1 Fixed a lot of spelling mistakes. 2003-10-02 19:22:00 +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
f699f66b15 Added some small man pages. 2003-09-30 14:26:59 +00:00
Moritz Bunkus
ad1efd85f5 More work on the mmg guide. Added some images. 2003-09-29 22:53:34 +00:00
Moritz Bunkus
0b02af818d mkvmerge will copy the attachments from Matroska source files. Can be disabled with the --no-attachments option. 2003-09-29 19:26:26 +00:00
Moritz Bunkus
b7c1b707c7 Updated docs. 2003-09-29 19:09:26 +00:00
Moritz Bunkus
c0602a48fe Started a guide for mmg. 2003-09-28 20:25:14 +00:00
Moritz Bunkus
d373f308ae Bumped version number to 0.7.1 2003-09-28 17:24:31 +00:00
Moritz Bunkus
f6992aecb4 Made the checks for the compression libs non-mandatory. Documented the "--compression" options for "none" and "zlib". 2003-09-23 17:26:04 +00:00
Moritz Bunkus
03bd23cc3d Bumped version number. Adjusted the Debian files. 2003-09-14 20:09:45 +00:00
Moritz Bunkus
e48c6bc73a Added an option for setting the track name. Track names and the segment title are kept when reading a Matroska file. 2003-09-12 19:37:51 +00:00
Moritz Bunkus
65b3cb559c Slightly better general syntax. 2003-09-11 23:05:46 +00:00
Moritz Bunkus
e904014378 Updated documentation about chapter support. 2003-09-11 23:01:21 +00:00
Moritz Bunkus
c508151f1b Bumped version number to 0.6.9. 2003-09-09 20:26:54 +00:00
Moritz Bunkus
746e2e0e6a Small update. Added "cues" which were missing. 2003-09-09 18:26:18 +00:00
Moritz Bunkus
8df9ef615a Moved the XML examples and DTDs into the examples subdir. 2003-09-01 11:26:13 +00:00
Moritz Bunkus
32956f97e9 Wrote documentation, XML examples and the DTD for the XML chapter files. 2003-08-30 15:03:04 +00:00
Moritz Bunkus
f76027f255 More documentation around the chapter features. 2003-08-30 14:25:12 +00:00
Moritz Bunkus
eb200f458c Fixed wrongly named option. 2003-08-30 14:15:27 +00:00
Moritz Bunkus
3cdde4144e Bumped version number to 0.6.5. 2003-08-28 17:50:08 +00:00
Moritz Bunkus
2d74dde71b Support for chosing the charset and language used in simple chapter files. Suggestion by Liisachan. 2003-08-28 09:10:45 +00:00
Moritz Bunkus
f0e2866239 Released v0.6.4 2003-08-27 18:21:21 +00:00
Moritz Bunkus
073cc2a367 Fixed some minor grammar mistakes. 2003-08-27 17:31:14 +00:00
Moritz Bunkus
49f1a5079e Updated docs about --enable-lacing. 2003-08-24 00:29:35 +00:00
Moritz Bunkus
c50de21f63 Meta seek element is split into two elements. The first's located at the start of the file containing only a small number of level 1 elements. The clusters are referenced in a second meta seek element located at the end of the file. Removed the options "--meta-seek-size" and "--no-meta-seek". Added the option to disable that second meta seek entry, "--no-clusters-in-meta-seek". 2003-08-23 23:27:17 +00:00
Moritz Bunkus
e5d05a0fe5 Minor typo fixed. 2003-08-21 07:15:44 +00:00
Moritz Bunkus
a72e4aab5f Preparations for version 0.6.3. 2003-08-20 21:10:00 +00:00
Moritz Bunkus
a58d1beb74 Implemented a switch that has to be used for SBR AAC / AAC+ / HE-AAC if the source file is an AAC file and the AAC file contains SBR AAC data (no automatic detection possible in this case!). 2003-08-18 17:58:56 +00:00
Moritz Bunkus
32eeb0ac95 Bumped version number up to 0.6.2. 2003-08-11 18:35:46 +00:00
Moritz Bunkus
556b97dc72 Small docs update. 2003-08-10 10:22:17 +00:00
Moritz Bunkus
86d7b4d76d Re-enabled MultiComment tags in the sample XML file. 2003-08-10 09:09:32 +00:00
Moritz Bunkus
2e47238616 Bumped version number to 0.6.1. 2003-08-09 23:19:46 +00:00
Moritz Bunkus
47917d0999 Added Adler32 calculation which can be enabled with -c. 2003-08-09 21:11:54 +00:00
Moritz Bunkus
2739ae9ac4 Fixed wrong option name. 2003-08-04 07:13:20 +00:00
Moritz Bunkus
3c9a7ded9b Fixed a lot of spelling mistakes. 2003-07-31 12:17:10 +00:00
Moritz Bunkus
63a9509a71 Each <Type> tag has now a unique name, e.g. <DateType>. Modified the DTD accordingly. Figured out how libexpat likes the <!DOCTYPE...> tag. 2003-07-31 10:33:36 +00:00
Moritz Bunkus
480640f014 Added a tool for encoding/decoding Base64. 2003-07-30 20:28:14 +00:00
Moritz Bunkus
1396beb59f Extensive documentation for the tag features. 2003-07-30 17:22:47 +00:00
Moritz Bunkus
5742bca3dc Chapters are re-timecoded correctly in both cases (with and without file linking). Updated documentation about chapters. 2003-07-29 20:27:05 +00:00
Moritz Bunkus
9e8d730c66 Support for extracting chapter information to XML. 2003-07-29 18:59:48 +00:00
Moritz Bunkus
8bbbaf102a Updated the documentation reflecting the new command line syntax. 2003-07-26 08:57:31 +00:00
Moritz Bunkus
2444b1bb01 Support for reading <MultiComment> from XML files and writing those to the file. Untested. <Language> elements are now checked for a valid ISO639-2 code. 2003-07-25 12:23:48 +00:00