Commit Graph

1378 Commits

Author SHA1 Message Date
Moritz Bunkus
b8548731ac The subpacket offsets are always stored in LE. 2004-06-24 13:55:41 +00:00
Moritz Bunkus
b6aaf4c104 Catch all of mkvmerge's output. 2004-06-21 17:46:13 +00:00
Moritz Bunkus
2a6a194990 Check all the new tracks when adding a file. 2004-06-21 17:04:04 +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
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
6fd8b8f955 Add job to queue if the description is not already exising (stupid bug...). 2004-06-20 12:44:14 +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
d2793b57be Ask before adding a job whose description matches one of an old job. 2004-06-20 08:03:23 +00:00
Moritz Bunkus
e9af1fa5b3 Line wrap an error message. 2004-06-20 07:58: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
87ab923ed9 Do not rely on wxListView::Select() when moving jobs up and down as it does not work on Windows (or at least not the way I expect it to work). Move the entries properly so that no manual selection is necessary. 2004-06-19 21:20:20 +00:00
Moritz Bunkus
819e8c82ec Set the selections after all the movements. Doesn't work on Windows otherwise. 2004-06-19 14:51:42 +00:00
Moritz Bunkus
07471cee16 Build mmg.exe in it's subdir. 2004-06-19 14:10:31 +00:00
Moritz Bunkus
308f69794b Stricter comparison between the first and the current MP3 header. Increase the search offset if a consecutive header does not match the first one. 2004-06-16 16:39:14 +00:00
Moritz Bunkus
0152809dce Fix for compilation with gcc 3.2. 2004-06-15 22:14:01 +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
0e122c493b Always use 64bit file I/O. 2004-06-14 18:36:25 +00:00
Moritz Bunkus
f1c9df0b9d Always use 64bit file I/O. 2004-06-14 08:35:10 +00:00
Moritz Bunkus
f25917add1 Moved the packetizer creation out of the c'tors in preparation for a global track re-ordering. 2004-06-14 07:26:37 +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
3d24c4e550 Added "Klingon" to the list of languages. 2004-06-12 18:09:42 +00:00
Moritz Bunkus
8e6c006e9b Removed the aviclasses. 2004-06-12 17:42:42 +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
c791234882 Use xio_open on all platforms, not the native open call. 2004-06-12 17:21:30 +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
86bfccad91 Minor fix 2004-06-06 11:31:01 +00:00
Moritz Bunkus
84ddbb2040 Removed the obsolete "--engage skip_big_vobsubs" hack. 2004-06-06 11:30:24 +00:00
Moritz Bunkus
cf2acdcdd3 Removed the obsolete "--dump-splitpoints" option from the CLI help and CLI parser. 2004-06-06 11:03:36 +00:00
Moritz Bunkus
9403ab3134 Wrong test for OGM header packets. 2004-06-04 19:29:19 +00:00
Moritz Bunkus
81c316332a Hopefully the correct way of calculating the delay from the garbage. 2004-06-04 17:55:19 +00:00
Moritz Bunkus
86956d6786 Signal the end of the audio tracks correctly. 2004-06-04 16:02:06 +00:00
Moritz Bunkus
8bf8ede99d One block of samples too many in the garbage-to-samples calculation. 2004-06-04 16:01:34 +00:00
Moritz Bunkus
20d8d6b04c Fixes for compilation on Windows. 2004-06-03 21:55:30 +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
1ae1519508 Expose the AVISTREAMHEADER structures to the application. 2004-06-03 20:59:30 +00:00
Moritz Bunkus
439bb2a536 Made avilib use mkvtoolnix' IO class. 2004-06-03 14:23:38 +00:00