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 |
|
Moritz Bunkus
|
8901b2022a
|
Renaming the file for C++ code inclusion.
|
2004-06-03 13:23:47 +00:00 |
|
Moritz Bunkus
|
c327c15904
|
Show the Adler checksum in summary mode.
|
2004-06-02 21:32:21 +00:00 |
|
Moritz Bunkus
|
6e60bdbf3c
|
Experimental support for reading MPEG4 in MP4. Will be stored in "AVI compatibility mode".
|
2004-06-01 21:08:46 +00:00 |
|
Moritz Bunkus
|
f9f4bf5a50
|
Bumped version number to 0.9.0.
|
2004-05-31 21:30:47 +00:00 |
|
Moritz Bunkus
|
99edd1f598
|
Just reset the Ogg stream if the comment packet is missing.
|
2004-05-31 19:18:13 +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
|
f29ec94254
|
Enable/disable the labels, too, not only the controls.
|
2004-05-29 21:32:33 +00:00 |
|
Moritz Bunkus
|
f7666be12e
|
Enable/disable the static box as well.
|
2004-05-29 21:32:07 +00:00 |
|
Moritz Bunkus
|
f46bbd7614
|
Enable/disable the labels, too, not only the controls.
|
2004-05-29 21:06:43 +00:00 |
|
Moritz Bunkus
|
55d1f807a6
|
Changed the layout for the splitting options. Also added options for splitting after specific chapters and after each chapter (still commented out, though).
|
2004-05-29 20:59:10 +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 |
|