Commit Graph

2627 Commits

Author SHA1 Message Date
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
Moritz Bunkus
787bd740d5 Missing variable initialization. 2006-11-06 13:37:15 +00:00
Moritz Bunkus
34e69ec891 Recoded the timecode and duration calculation for Quicktime/MP4 files. Improves handling of files with negative timecodes. 2006-11-06 13:18:15 +00:00
Moritz Bunkus
a46213fa58 Adjust all timecodes if some are negative. 2006-11-03 19:32:50 +00:00
Moritz Bunkus
28869f3c79 Added a test case for AAC LC profile misdetection as being SBR. 2006-11-03 16:42:51 +00:00
Moritz Bunkus
8bf48f6424 The AAC config data size is not a sufficient test for SBR. The profile must be 5 as well. 2006-11-03 16:20:12 +00:00
Moritz Bunkus
6acabd08fd Wrong variable. 2006-11-03 15:51:09 +00:00
Moritz Bunkus
9afdaa86ef Updates. 2006-11-03 15:42:16 +00:00
Moritz Bunkus
23fe98709f Allow leading and trailing white space in section lines in SSA/ASS subtitles. 2006-11-03 15:41:47 +00:00
Moritz Bunkus
32475ced6a Updates 2006-10-26 07:27:16 +00:00
Moritz Bunkus
68d402aabf Implemented compatibility with the upcoming libFLAC 1.1.3. Patch by Josh Coalson (j_coalson)(yahoo.com) with modifications by myself. 2006-10-25 14:03:51 +00:00
Moritz Bunkus
593bad3557 Fixed a sign issue and compilation on MSVC. Patch by Mike Matsnev (mike () po ! cs ! msu !su). 2006-10-02 16:24:10 +00:00
Moritz Bunkus
770ba0b9f3 Fixed random number generation on Windows. On 9x/ME UuidCreate returns the same value in UUID.Data4 on each call meaning that the numbers generated are always the same, too. In such cases srand() and rand() is used instead of UuidCreate. The loop for the "UuidCreate failed" case was broken as well. 2006-09-29 14:45:28 +00:00
Moritz Bunkus
528890fe47 SSA/ASS subs: Allow for empty lines and comments at the start of the file before the "[script info]" line. 2006-09-26 10:01:46 +00:00
Moritz Bunkus
3f37f52686 Added a test for SRT subs with short timecodes. 2006-09-26 09:27:28 +00:00
Moritz Bunkus
f641676905 Force the EXE extension if mingw is used for compilation because newer autoconf versions get this wrong in cross-compilation situations. 2006-09-25 19:51:23 +00:00
Moritz Bunkus
20665325e3 Reverse of r3324. 2006-09-25 15:45:24 +00:00
Moritz Bunkus
197c83d061 Implemented a slightly less strict check for SRT timecodes (e.g. only one digit after the comma). 2006-09-25 15:39:13 +00:00
Moritz Bunkus
d786c200a4 Added a check for the PCRE lib and its C++ companion. 2006-09-25 15:37:44 +00:00
Moritz Bunkus
62914225ac Do not use the %lld/%llu format specifiers directly. 2006-09-25 15:37:22 +00:00
Moritz Bunkus
fd45113c89 Handle stream comments in OGM files in identification mode, too. 2006-07-19 08:21:16 +00:00
Moritz Bunkus
edd8022be4 Accept the same formats for the "stretch" input box that mkvmerge accepts for "--sync". 2006-06-16 11:45:00 +00:00
Moritz Bunkus
42d0222ce5 The debug window should only be shown if the "gui_debugging" option is set in the preferences, not the "always_use_simpleblock" option. 2006-06-16 11:28:37 +00:00