Commit Graph

1657 Commits

Author SHA1 Message Date
Moritz Bunkus
b82fa8eb8f Wrong comment. 2004-07-02 21:57:34 +00:00
Moritz Bunkus
76ece9f539 Wrong comment. 2004-07-02 21:57:13 +00:00
Moritz Bunkus
a6faf377fc Split the big monolithic function into several smaller functions for handling individual masters. 2004-07-02 13:07:50 +00:00
Moritz Bunkus
7169622143 Source code re-indenting, re-formatting. 2004-07-01 21:12:22 +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
c87ac8e887 Activate the "Tracks:" label if there are selectable tracks. 2004-06-28 21:49:51 +00:00
Moritz Bunkus
e33ebef85b Show the top label. 2004-06-28 21:32:38 +00:00
Moritz Bunkus
a66d3fe755 Bumped the version to 0.9.2. 2004-06-28 19:08:36 +00:00
Moritz Bunkus
2b30936d42 Be more pointer friendly. 2004-06-28 19:06:12 +00:00
Moritz Bunkus
2283923617 Hexdump the decoder config descriptor. 2004-06-26 11:55:14 +00:00
Moritz Bunkus
ee4b757e62 Added mxhexdump() for hexdumping memory. 2004-06-26 08:37:48 +00:00
Moritz Bunkus
9f28286a87 Only detect frame types if native MPEG4 is turned on. 2004-06-26 08:16:34 +00:00
Moritz Bunkus
5df763e191 Moved find_mpeg4_frame_types() to mpeg4_common.cpp. 2004-06-26 08:13:20 +00:00
Moritz Bunkus
1d292c6a3e Set SVN properties. 2004-06-25 20:59:03 +00:00
Moritz Bunkus
c3710aa758 Renamed --engage native_bframes to --engage native_mpeg4. 2004-06-25 20:57:11 +00:00
Moritz Bunkus
ff598af4ce Moved hacks.h to src/common. Moved the hacks implementation from common.cpp to hacks.cpp. 2004-06-25 20:44:45 +00:00
Moritz Bunkus
3c5763317c Fix for compilation with some gcc 2.95 versions. 2004-06-25 18:00:21 +00:00
Moritz Bunkus
bd49889b88 Fix for compilation with some gcc 2.95 versions. 2004-06-25 16:52:54 +00:00
Moritz Bunkus
a085da1145 Default for linking is OFF. 2004-06-25 16:34:36 +00:00
Moritz Bunkus
288aa13e16 Use the system's minimize/maximize boxes instead of my own buttons. 2004-06-25 16:04:45 +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
0802fbba33 --track-order uses track IDs, not track indices. Same in mmg's .mmg loader code. Use wxdie() instead of just die() in mmg. Windows users wouldn't see the message otherwise. 2004-06-25 12:35:21 +00:00
Moritz Bunkus
376184d56c Fix for compilation with gcc 2.95 on Gentoo. 2004-06-25 09:01:17 +00:00
Moritz Bunkus
df5419c5b9 Unused variable. 2004-06-24 18:45:52 +00:00
Moritz Bunkus
dfae1e783e Merged 1801 2004-06-24 14:20:57 +00:00
Moritz Bunkus
27294dbf4d Update 2004-06-24 14:13:02 +00:00
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