Commit Graph

2449 Commits

Author SHA1 Message Date
Moritz Bunkus
18b0e48b10 Don't deactivate the "generic/format specific options" notebook if no track is selected. 2006-12-30 17:44:24 +00:00
Moritz Bunkus
b0f64aa5ee Possibly uninitialized variable. 2006-12-30 17:14:32 +00:00
Moritz Bunkus
8764f4700a Experimental option to specify an offset into the data buffer held by a memory_c instance as to avoid memcpys. 2006-12-30 13:17:42 +00:00
Moritz Bunkus
134a64ca60 Always initialize all elements of the real_demuxer_t structure. 2006-12-30 12:56:33 +00:00
Moritz Bunkus
7b2ccb5e34 If the "use_simpleblock" hack is engaged then check if the current packet requires writing a duration to the file. In such cases always use a normal BlockGroup because SimpleBlocks do not support durations. Fix for Bugzilla #215. 2006-12-29 07:27:53 +00:00
Moritz Bunkus
7de8a15167 Change the wording on the warning regarding if non-MP3 / non-AC3 data is found which is not directly at the beginning. Fix for Bugzilla #214. 2006-12-28 15:25:22 +00:00
Moritz Bunkus
54b22a6ff7 Some RealAudio tracks might not have the key frame flags set at all. 2006-12-28 14:11:19 +00:00
Moritz Bunkus
820e957e7e Get the currently selected file and track from the actual controls and do not rely on wxWidgets to always work one way. Fixes a segfault occuring after removing a file for which a track was still selected. 2006-12-27 13:18:26 +00:00
Moritz Bunkus
da2ab40904 Update 2006-12-27 13:16:00 +00:00
Moritz Bunkus
2fbecdda68 Use both the SetValue() and the SetSelection() functions for ComboBoxes as otherwise they will not emit a "changed" event in certain cases on Windows. 2006-12-27 11:50:36 +00:00
Moritz Bunkus
5f42409744 A fix for compilation with Qt < 4.2.0. 2006-12-08 16:29:26 +00:00
Moritz Bunkus
f83d319946 Ignore a couple of automatically generated files. 2006-12-08 16:24:36 +00:00
Moritz Bunkus
16626e1170 Added a Qt version of mkvinfo's GUI (is not enabled by default, add "--enable-qt" to configure). 2006-11-28 17:58:30 +00:00
Moritz Bunkus
b775f7545e Allow the user to tell mkvmerge that an AAC track is not SBR. 2006-11-26 13:07:52 +00:00
Moritz Bunkus
7099d9b832 Cosmetics. 2006-11-25 17:29:37 +00:00
Moritz Bunkus
6f5b2027f0 More renaming of wxWindows in wxWidgets. 2006-11-25 08:35:07 +00:00
Moritz Bunkus
6740661040 Bumped the version number to 1.8.1 and updated the release code name. 2006-11-25 08:11:31 +00:00
Moritz Bunkus
db17b2995d Allow for some track properties to be changed even if the track is being appended. This is especially important for things that modify the input characteristics like the subtitle charset. Fix for Anthill bug 216. 2006-11-24 16:57:23 +00:00
Moritz Bunkus
82d4b81b2f Renamed my foreach macro due to name clashes with other libraries. 2006-11-23 15:56:44 +00:00
Moritz Bunkus
671193fdb7 Allow the user to tell configure which wx-config executable to use. 2006-11-19 19:33:18 +00:00
Moritz Bunkus
dc9340391e Missing right bracket. 2006-11-19 19:31:53 +00:00
Moritz Bunkus
7c32414d40 Use AC_HELP_STRING for formatting the help messages. 2006-11-19 19:06:23 +00:00
Moritz Bunkus
a1a9b477d4 Renamed more occurences of WXWINDOWS to WXWIDGETS. 2006-11-19 17:41:46 +00:00
Moritz Bunkus
19b8d4e0e7 Use the GetValue() call on a ComboBox for retrieving the current value. GetSelection() seems to be working differently with 2.6.x than before. 2006-11-14 22:32:20 +00:00
Moritz Bunkus
0f5dc7bff4 Intentional update for r3370. 2006-11-13 23:16:42 +00:00
Moritz Bunkus
86c16fccf0 AAC SBR detection and output in verbose indentification mode. mmg will set the checkbox automatically if mkvmerge reports it. 2006-11-13 23:14:35 +00:00
Moritz Bunkus
3b4c73aacd Moved the parsing of the AAC DecoderSpecificConfig data to right after the ESDS has been parsed. The data from DecoderSpecificConfig will override the container data from the STSD atom. 2006-11-13 22:52:45 +00:00
Moritz Bunkus
5b1410dfa4 Fix for a bug introduced in revision 3363: The hooks for parsing XML chapters and tags were not set up again. 2006-11-13 22:50:49 +00:00
Moritz Bunkus
69fec72247 Do not create temp files. 2006-11-13 22:47:13 +00:00
Moritz Bunkus
9d639c11e2 Do not strip binaries during installation. 2006-11-12 18:45:14 +00:00
Moritz Bunkus
315f9c8cc8 If the CTTS atom is missing/empty then do not try to access the frame offset table. 2006-11-12 16:13:20 +00:00
Moritz Bunkus
f84a88952e --attach-file: Test if the file can be read before trying to guess its MIME type because libmagic segfaults if it does not. 2006-11-12 13:30:11 +00:00
Moritz Bunkus
f792d7fb66 Clear the start and end hooks when parsing XML chapters. Prior calls to write_xml_chapters() setup end hooks which were otherwise called by the reading function resulting in crashes. 2006-11-12 10:31:53 +00:00
Moritz Bunkus
04674adcd5 Fix for a minor potential memleak. Also the list of unique IDs used in chapters must be cleared when chapters are loaded. 2006-11-12 10:30:53 +00:00
Moritz Bunkus
dd190b98b0 Made the "set the delay input field from the file name" feature disengageable. 2006-11-11 18:16:18 +00:00
Moritz Bunkus
69ac678c33 Renamed WXWINDOWS to WXWIDGETS and bumped the version check to 2.6.0. 2006-11-11 10:42:32 +00:00
Moritz Bunkus
9c9482af71 Changed the CodecID for AAC to "A_AAC". The old hack "new_aac_codecid" was renamed to "old_aac_codecid" which re-enables the old CodecIDs for AAC. 2006-11-10 18:23:51 +00:00
Moritz Bunkus
872cdde5c4 Updated the wxWidgets dependencies. 2006-11-10 14:30:47 +00:00
Moritz Bunkus
a51da6ec37 Better compression & remove all installed files. 2006-11-10 14:17:31 +00:00
Moritz Bunkus
970408025f Chose better compression and uninstall all files (Revert of the accidental revert). 2006-11-10 13:05:22 +00:00
Moritz Bunkus
e9455f06ac Chose better compression and uninstall all files. 2006-11-10 13:03:55 +00:00
Moritz Bunkus
4808595a1d Chose better compression and uninstall all files. 2006-11-10 13:02:00 +00:00
Moritz Bunkus
a97134b3a0 Updated the version number and set the release codename. 2006-11-10 07:57:14 +00:00
Moritz Bunkus
de9eac2076 Updated dependencies. 2006-11-10 07:42:29 +00:00
Moritz Bunkus
925b810198 Updates for Fedora Core 5 / 6. 2006-11-09 20:28:22 +00:00
Moritz Bunkus
b7d4a9803c Removed the spec files for SuSE 9.0 and 9.1 as mkvtoolnix will not build on them without upgrading a couple of packages anymore. Added a spec file for OpenSuSE 10 and newer. Updated the mmg-rename patch for current SVN. 2006-11-09 14:02:03 +00:00
Moritz Bunkus
0255f54589 Layout tweaks for Windows. 2006-11-08 21:45:18 +00:00
Moritz Bunkus
4233a71155 Reworked the "input tab" and split track options into two sub-pages. Also added an input for the "stereo mode" parameter for video tracks. 2006-11-08 15:20:02 +00:00
Moritz Bunkus
881cb6b65f Output stereo mode information in verbose indentification mode. 2006-11-08 13:39:55 +00:00
Moritz Bunkus
8083266e1d Added support for the "stereo mode" flag for video tracks. 2006-11-07 15:11:49 +00:00