Commit Graph

985 Commits

Author SHA1 Message Date
Moritz Bunkus
7f7f6e492f Fixed compilation if gettext is not available 2010-03-06 16:11:48 +01:00
Moritz Bunkus
258fcc3dc7 Fixed David Player's name 2010-03-04 19:53:40 +01:00
Moritz Bunkus
b92fd91a57 Updated project files & fixes for building with MS Visual Studio 8
Patches by David Ran (see AUTHORS).
2010-03-03 22:49:27 +01:00
Moritz Bunkus
f3b477bfd0 ChangeLog update 2010-03-03 19:35:35 +01:00
Moritz Bunkus
a2ace0d1b3 Skip empty lines at the beginning of SRT files 2010-03-03 19:11:31 +01:00
Moritz Bunkus
fee9d41ea5 ChangeLog update 2010-03-02 17:57:48 +01:00
Moritz Bunkus
8bcb87ce67 ChangeLog update 2010-02-26 12:10:32 +01:00
Moritz Bunkus
2c6d6c9625 Write proper granulepos values for Vobis in Ogg 2010-02-26 11:42:22 +01:00
Moritz Bunkus
fa81e632b6 Fallback to "C" locale if selected locale is not supported 2010-02-24 16:32:29 +01:00
Moritz Bunkus
b0734bd530 ChangeLog update 2010-02-23 15:50:57 +01:00
Moritz Bunkus
524ae7fd08 ChangeLog update 2010-02-20 20:09:56 +01:00
Moritz Bunkus
4c40fc423d Re-create missing AVCC CodecPrivate element for h.264/AVC tracks
Fix for bug 470.
2010-02-18 21:25:33 +01:00
Moritz Bunkus
92182889be Also read frames that aren't covered by edit lists
x264 creates edit list entries for some of the frames in a file. The
remaining frames (which are the vast majority) must be copied as well
but their timecodes don't need adjustment.
2010-02-18 20:11:42 +01:00
Moritz Bunkus
a8349614b2 Use 'tr -d' instead of 'echo -n'.
The 'echo' on Mac OS does not support '-n'.
2010-02-13 21:05:49 +01:00
Moritz Bunkus
7bfb8fe56f Added the release message. 2010-02-12 10:24:07 +01:00
Moritz Bunkus
9c8e760246 Require wxWidgets 2.8.0 or newer. 2010-02-12 10:23:46 +01:00
Moritz Bunkus
2cce28ca43 Fix for the case "overwrite element at the end of the file"
Fixes a crash in mmg when saving chapters to a Matroska file.
2010-02-11 08:09:03 +01:00
Moritz Bunkus
678e86e6e4 ChangeLog update 2010-02-10 14:23:03 +01:00
Moritz Bunkus
cfa7ca0c30 Chinese Simplified translation for the man pages by Dean Lee 2010-02-09 09:13:22 +01:00
Moritz Bunkus
4bf6291406 ChangeLog update 2010-02-06 17:57:39 +01:00
Moritz Bunkus
9cbd9a8894 Added input for the "--segmentinfo" option 2010-02-06 14:01:26 +01:00
Moritz Bunkus
69a3a25345 Store job files in the application data folder.
Also moved mmg's config file from ~/.mkvmergeGUI to
~/.mkvtoolnix/config on non-Windows systems.

Fix for bug 466.
2010-02-03 11:03:51 +01:00
Moritz Bunkus
c60c2405b8 Open source files read-only. 2010-01-28 10:04:36 +01:00
Moritz Bunkus
c58eb5b4a0 Output error message if file cannot be parsed by the analyzer. 2010-01-28 09:29:33 +01:00
Moritz Bunkus
2cc7b61176 ChangeLog update 2010-01-24 22:45:20 +01:00
Moritz Bunkus
b1fb2e3f2f Properly compare 32bit and 64bit integers.
On 32bit platforms size_t is a 32bit type. Casting the result of "file
size - current position" (both 64bit integers) too early will
therefore lose precision. Cast to size_t after comparing the result
with the number of bytes to read as a solution.
2010-01-24 11:58:01 +01:00
Moritz Bunkus
dc21d6e158 Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix
Conflicts:
	ChangeLog
2010-01-22 22:19:40 +01:00
Moritz Bunkus
d7e1892eb2 Always word-wrap tooltips on Windows. 2010-01-22 22:18:13 +01:00
Moritz Bunkus
1c21e948ad Support for "EBML maximum size length"
Fix for bug 464.
2010-01-22 08:56:40 +01:00
Moritz Bunkus
0e816dc5ad mmg: Added an input for mkvmerge's --cropping parameter 2010-01-20 22:29:54 +01:00
Moritz Bunkus
cfe356d74b Added file extensions .dtshd, .dts-hd, .truehd, .true-hd to mmg's file dialogs 2010-01-20 21:02:28 +01:00
Moritz Bunkus
cd6268cb1e Set up version information for "mkvextract --version".
Fix for bug 463.
2010-01-20 09:12:08 +01:00
Moritz Bunkus
3613dc9d17 Added the release message, set the code name, bumped the version number 2010-01-18 21:35:47 +01:00
Moritz Bunkus
24eaf660fc Don't access invalid memory.
Happens if no track should be muxed from this file and this file is
the one mkvmerge gets the progress from.  Fix for bug 458.
2010-01-11 09:34:01 +01:00
Moritz Bunkus
fa173a7108 Add the '--aac-is-sbr' option for appended tracks as well. 2010-01-09 12:52:45 +01:00
Moritz Bunkus
91ca2b04ed Added a Chinese Simplified translation for mmg's guide. 2010-01-06 22:43:44 +01:00
Moritz Bunkus
fd2a7f2377 Fixed wrong spelling. 2010-01-06 08:47:52 +01:00
Moritz Bunkus
1b8084b573 Added a note about the Japanese translation for the man pages. 2010-01-05 20:06:58 +01:00
Moritz Bunkus
26a5bf6ad3 Check the output file name for invalid characters before starting the mux process 2010-01-03 22:02:48 +01:00
Moritz Bunkus
8afc7cb1d9 Don't try to overwrite an unknown segment size. 2010-01-03 20:28:08 +01:00
Moritz Bunkus
97fd070207 Read track elements even if they're not found before the first cluster.
Same treatment as attachments, chapters and tags.
2010-01-03 20:24:22 +01:00
Moritz Bunkus
a1097c2c2b Change 'abort' button to 'open folder' after muxing. 2010-01-03 14:57:34 +01:00
Moritz Bunkus
cb826661cb Only suggest output file names that don't exist already.
A unique index is appended if the normally suggested file name exists
already resulting in names like "/path/output (1).mkv".
2010-01-02 19:08:04 +01:00
Moritz Bunkus
2dfb1996c5 Reading chapters from MP4 files stored in tracks of subtype 'text'.
Fix for bug 454.
2009-12-30 22:20:14 +01:00
Moritz Bunkus
8e0a9cfe18 Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix 2009-12-29 20:58:20 +01:00
Moritz Bunkus
e5925ebb00 Update the 'tags' text box on track selection change.
Fix for bug 453.
2009-12-29 20:58:11 +01:00
Moritz Bunkus
d1ad13fca5 Make clear that only MPEG-2 PS files support multi IO at the moment. 2009-12-28 22:13:53 +01:00
Moritz Bunkus
1a8293c3f0 ChangeLog update. 2009-12-28 21:47:07 +01:00
Moritz Bunkus
c94996a5f9 Require Boost v1.34.0 or later. 2009-12-28 20:43:47 +01:00
Moritz Bunkus
127f09ca0b Handle negative timecodes in SRT files.
1. Parse timecode lines if their entries are negative.
2. Output a warning.
3. Adjust the timecodes to start at 00:00:00.000.
2009-12-26 22:05:00 +01:00