Commit Graph

799 Commits

Author SHA1 Message Date
Moritz Bunkus
ad1efd85f5 More work on the mmg guide. Added some images. 2003-09-29 22:53:34 +00:00
Moritz Bunkus
e192071923 The aspect ratio combo box was not set to the track's value when a track was selected. 2003-09-29 22:53:16 +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
ec0cb9a9c1 Fixes for Win32 2003-09-28 17:45:03 +00:00
Moritz Bunkus
d373f308ae Bumped version number to 0.7.1 2003-09-28 17:24:31 +00:00
Moritz Bunkus
2786e0ff5f Added new chapter editor menu option "save to Matroska file". 2003-09-28 17:13:58 +00:00
Moritz Bunkus
b8b75cf480 Full support for writing back EbmlElements to Matroska files. 2003-09-28 16:43:07 +00:00
Moritz Bunkus
8ad8601bfa Added the hack "do not write any meta seek information". 2003-09-28 16:42:35 +00:00
Moritz Bunkus
6ab505fed5 Implemented new hack: do not put the chapters into the meta seek. 2003-09-26 14:26:46 +00:00
Moritz Bunkus
def200e8b8 Made parse_chapters() return if the file read had a simple format. 2003-09-26 13:29:09 +00:00
Moritz Bunkus
e4d5de5688 Mapped MODE_SAFE to read/write file access. 2003-09-26 13:28:17 +00:00
Moritz Bunkus
8375b22bd6 Added a new button "add subchapter" and changed the "add chapter" semantics to insert a chapter after the selected entry. A lot of progress when writing elements to Matroska files. 2003-09-26 13:26:54 +00:00
Moritz Bunkus
a9db3fe33a Implemented general support for specifying hacks on the command line. 2003-09-26 13:09:28 +00:00
Moritz Bunkus
2436193cca XML chapters were not parsed correctly. 2003-09-26 10:25:16 +00:00
Moritz Bunkus
50e2e456fa Show the size of EbmlVoid elements. 2003-09-25 15:34:59 +00:00
Moritz Bunkus
83e18bb963 Implemented a progress dialog for the Matroska file analyzer. 2003-09-25 12:49:58 +00:00
Moritz Bunkus
8c306fc892 Proper border for the chapter editor tree control. 2003-09-24 19:14:02 +00:00
Moritz Bunkus
28383cf083 Implemented a more compatible method of getting the required buffer size for a sprintf/vsprintf. 2003-09-24 19:10:16 +00:00
Moritz Bunkus
0768ed24c2 Fixes for Win32 2003-09-24 18:41:21 +00:00
Moritz Bunkus
c4146cc00a Rewrote the complete MP3 handling. ID3 tags and all MPEG audio files should be handled correctly now. 2003-09-24 16:40:20 +00:00
Moritz Bunkus
0e566da8b9 Complete rewrite of the MPEG audio parsing/handling. Halfway done. Adding support for tag packets. 2003-09-23 22:21:18 +00:00
Moritz Bunkus
900d51e938 Updates 2003-09-23 18:29:46 +00:00
Moritz Bunkus
60c5d33890 Support for extracting HE-AAC to .aac files. Proper handling of missing elements (default values) for audio tracks. 2003-09-23 18:29:07 +00:00
Moritz Bunkus
49010d29b5 Less strict detection. 2003-09-23 18:09:17 +00:00
Moritz Bunkus
51abb72b3e Added a more verbose identifying mode for the GUI. 2003-09-23 17:53:22 +00:00
Moritz Bunkus
f26c12a55c Added VobSub files to the list of supported files. 2003-09-23 17:52:27 +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
135f440ab9 Re-enabled selecting the compression scheme for VobSubs. 2003-09-23 17:03:58 +00:00
Moritz Bunkus
4e2705a521 Moved the compression functions to separate classes. 2003-09-23 16:49:52 +00:00
Moritz Bunkus
5ddb34ed81 Added compressed VobSub ID. 2003-09-23 16:49:09 +00:00
Moritz Bunkus
8753171508 Added reading chapters from Matroska files. Added some code for analyzing Matroska files and a bit for saving chapters (and other level 1 elements) directly to Matroska files. 2003-09-22 21:59:32 +00:00
Moritz Bunkus
3d0784e2f7 Added a "get_size()" function. Should have done this earlier... 2003-09-22 21:58:15 +00:00
Moritz Bunkus
cee5db3014 Fixed the output of how long the muxing took (use plural only for seconds != 1). 2003-09-22 21:57:59 +00:00
Moritz Bunkus
9d64c53566 Fixed segfault in the VobSub reader. 2003-09-22 13:23:04 +00:00
Moritz Bunkus
07f4ac6132 Added automatic conversion of language index codes in the VobSub reader. 2003-09-22 13:14:30 +00:00
Moritz Bunkus
36fed2d646 Added "last four chapter files" to the chapter editor menu. 2003-09-21 18:48:22 +00:00
Moritz Bunkus
8c0bf65d83 Modified the VobSub reader/packetizer to work with the new specs and with multiple-languages-per-idx files. 2003-09-21 17:43:15 +00:00
Moritz Bunkus
91a1a26c27 Implemented verifying and saving chapters. 2003-09-21 10:49:02 +00:00
Moritz Bunkus
047f8e4602 Implemented the functions for adding and removing chapters. 2003-09-20 13:43:03 +00:00
Moritz Bunkus
47b4dec50d Attachment names were not stripped of their path components on Windows. 2003-09-19 14:26:04 +00:00
Moritz Bunkus
7496acf43e Updates 2003-09-19 12:59:27 +00:00
Moritz Bunkus
9bed05630c Added comboboxes for adding language codes and country codes. Prototyped some functions that are needed for the signals. 2003-09-19 12:59:17 +00:00
Moritz Bunkus
91ffdb6bff Fixed the order of the options --chapters, --chapter-language and --chapter-charset. 2003-09-19 12:58:13 +00:00
Moritz Bunkus
05337a1d88 First part of a new chapter editor. 2003-09-17 22:07:07 +00:00
Moritz Bunkus
ff40fde6c9 Forgot to duplicate the file name on Windows. 2003-09-17 18:55:45 +00:00
Moritz Bunkus
1cff8b6ba9 Preparations for using the chpater parser functions without having them end the program on errors. 2003-09-17 16:54:15 +00:00
Moritz Bunkus
aaa66e9e9e Added a lot of data validity checks. 2003-09-17 11:56:16 +00:00
Moritz Bunkus
96156e329b Starting with parameter checking directly in the GUI. 2003-09-16 22:24:49 +00:00