Commit Graph

351 Commits

Author SHA1 Message Date
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
ede68e964c Sort VobSub entries according to their timestamp if there are tracks with timestamps that go backwards. Also warn about such entries. 2004-07-20 17:22:18 +00:00
Moritz Bunkus
fcbe6b82b0 Use proper indexes for the set_as_default_track function and NOT the indexes from libmatroska for track_*. 2004-07-19 20:01:20 +00:00
Moritz Bunkus
c0c49885f7 Handle empty text fields in SSA lines gracefully. 2004-07-19 19:41:06 +00:00
Moritz Bunkus
b8b87e7ec5 Added support for the "hidden" and "enabled" flags in the chapter editor. 2004-07-19 19:19:03 +00:00
Moritz Bunkus
7bbaf75e34 Convert the pregap from CUE sheets into sub-chapters. 2004-07-19 17:18:46 +00:00
Moritz Bunkus
40c83275b7 Compilation fix with MATROSKA_VERSION >= 2. 2004-07-19 16:52:05 +00:00
Moritz Bunkus
007664f55f Updates 2004-07-19 08:43:25 +00:00
Moritz Bunkus
21f801e720 Parse timestamps in CUE sheets correctly as HH:MM:FF (hours, minutes, frames) instead of HH:MM:SS. 2004-07-18 21:14:14 +00:00
Moritz Bunkus
12f346f6e2 Bumped version number to 0.9.3. 2004-07-18 16:21:00 +00:00
Moritz Bunkus
3db592b512 The "default track" checkbox must not check for selected_file anymore. This was changed during the "global track order" thingy. 2004-07-18 16:19:16 +00:00
Moritz Bunkus
47de897341 Do not add a block group more than once to the cues (happened with --cues ...:all). 2004-07-14 11:37:49 +00:00
Moritz Bunkus
bc10e8e2aa Add "vprp" to the list of known but unsupported tags. Otherwise "lasttag" will be reset and avilib does not "see" the additional OpenDML RIFF chunks. 2004-07-13 16:22: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
27c5169e60 Automatically convert tags found in CUE sheets that are used as chapter files. 2004-07-07 18:51:19 +00:00
Moritz Bunkus
3768bc3738 Set default track flags correctly. 2004-07-03 08:49:00 +00:00
Moritz Bunkus
c8d86da5a3 Added support for TTA lossless audio files. 2004-07-02 23:01:05 +00:00
Moritz Bunkus
580fcb6594 Updated the mmg guide. 2004-06-29 20:59:20 +00:00
Moritz Bunkus
a66d3fe755 Bumped the version to 0.9.2. 2004-06-28 19:08:36 +00:00
Moritz Bunkus
5929b23052 Added "minimize" buttons to the two "mkvmerge is running" dialogs. 2004-06-25 13:07:13 +00:00
Moritz Bunkus
53779c6e8c Added the "use File -> new after adding a job" option 2004-06-25 12:46:02 +00:00
Moritz Bunkus
27294dbf4d Update 2004-06-24 14:13:02 +00:00
Moritz Bunkus
b6aaf4c104 Catch all of mkvmerge's output. 2004-06-21 17:46:13 +00:00
Moritz Bunkus
ea3afb72c3 Support for the change of --track-order to global meaning. 2004-06-20 17:42:41 +00:00
Moritz Bunkus
9c40995588 Line wrap the tooltips on Windows. 2004-06-20 09:17:19 +00:00
Moritz Bunkus
152695e258 Suggest a job name based on the output file name. 2004-06-20 08:46:00 +00:00
Moritz Bunkus
a0f34b90af Temporarily disable "always on top" when the muxing or job dialog are visible. 2004-06-20 08:34:34 +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
43fc361b9f Updates 2004-06-19 21:24:46 +00:00
Moritz Bunkus
118c65053d Search for five consecutive valid MP3 frames at the start of the MP3 file/stream. 2004-06-15 21:28:24 +00:00
Moritz Bunkus
3bb368ee8a Apply "always on top" during mmg startup. 2004-06-13 20:52:10 +00:00
Moritz Bunkus
71fc1797d9 Return proper error codes in xio.cpp. 2004-06-13 15:29:21 +00:00
Moritz Bunkus
dfff949b36 Forgot the release entry. 2004-06-13 11:25:40 +00:00
Moritz Bunkus
e50f42e869 Note about dropping aviclasses. 2004-06-13 10:52:35 +00:00
Moritz Bunkus
0c1220c18a Bumped version number to 0.9.1. 2004-06-13 10:48:02 +00:00
Moritz Bunkus
392e93cdbc Handle charset conversion correctly. 2004-06-13 10:15:29 +00:00
Moritz Bunkus
cbdd217586 Delete the job file itself along with the job data. 2004-06-13 10:08:28 +00:00
Moritz Bunkus
34568cd17e Clarification 2004-06-12 17:32:14 +00:00
Moritz Bunkus
06bf5e3c16 Added an "always on top" option. 2004-06-12 17:22:14 +00:00
Moritz Bunkus
1a46dc1d7e Moved the MPEG4 pixel aspect extraction function to a new helper file. The AVI reader will report the display dimensions if they are different than the pixel dimensions with --identify-verbose (only if the video track is MPEG4 and contains the pixel aspect ratio in the bitstream). 2004-06-12 15:43:56 +00:00
Moritz Bunkus
870ac2a4a3 MP3 garbage detection has to use the proper offsets for MP3 header decoding. 2004-06-12 08:34:22 +00:00
Moritz Bunkus
28d202b31e Calculate the timecodes for frames in laces correctly if either the BlockDuration or DefaultDuration is present. 2004-06-08 19:57:54 +00:00
Moritz Bunkus
b7d6462430 Removed support for time slices. 2004-06-06 12:04:26 +00:00
Moritz Bunkus
73d092d6be Added a dialog for adding arbitrary command line options. 2004-06-06 11:32:07 +00:00
Moritz Bunkus
9403ab3134 Wrong test for OGM header packets. 2004-06-04 19:29:19 +00:00
Moritz Bunkus
e4c4dc68e2 Enable garbage audio sync for tracks read from AVI files. 2004-06-03 21:20:02 +00:00
Moritz Bunkus
f9f4bf5a50 Bumped version number to 0.9.0. 2004-05-31 21:30:47 +00:00
Moritz Bunkus
ce0c8a6986 Detect and handle the absence of comment packets in non-native streams (aka "AVI compatibility mode streams"). 2004-05-31 18:37:40 +00:00
Moritz Bunkus
44e92511fc Try to skip the first MP3 header found in the stream if the second one is not located directly behind the first one. Happens for MP3 streams in AVIs. 2004-05-29 15:20:06 +00:00
Moritz Bunkus
203abdad51 Always set the defalt_chapter_language. Otherwise newly created chapters might get no language associated with the name. Also: Select the proper tab for the chapter editor after the removal of the "advanced" tab. 2004-05-25 17:19:57 +00:00