Hey,
time for another mkvtoolnix release: 1.4.1. This is a pure bug fix release. No new features. However, there are still a couple of known bugs left that I have to address, especially regarding file concatenation (e.g. problems with chapters & "linked" files; playback issues of concatenated files). Those will be fixed later.
Here are the usual links...
...to the home page:
http://www.bunkus.org/videotools/mkvtoolnix/...the source code:
-http://www.bunkus.org/videotools/mk...x-1.4.1.tar.bz2 (lien mort)
...the Windows binaries (Unicode):
-http://www.bunkus.org/videotools/mk...1.4.1-setup.exe (lien mort)
...the Windows binaries (non-Unicode):
-http://www.bunkus.org/videotools/mk...1.4.1-setup.exe (lien mort)
Binaries for other systems are available from the home page.
Here's what's been done since 1.4.0:
-------------------------------------------------------------
2005-03-15 Moritz Bunkus <moritz@bunkus.org>
* Released v1.4.1.
2005-03-14 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: AC3 detection was broken in rare cases.
2005-03-13 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: If the TEMP environment variable contains spaces then the calls to mkvmerge when adding files failed.
2005-03-06 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Extracting the FPS from some AVC MP4 files did not work.
* mkvmerge: bug fix: Appending + splitting was segfaulting if used together and at least one split occured after a track has been appended.
2005-03-02 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Added more descriptive error messages if two tracks cannot be concatenated because "their parameters do not match".
2005-02-28 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: A failing call to posix_fadvise will only turn its usage off for that one file and not abort mkvmerge completely.
* mmg: bug fix: When "appending" a file all tracks where added to the end of the track list making it unnecessarily difficult to concatenate similar structured files. Now the tracks from the "appended" files are inserted into the track list after their counterparts from the file this new one is appended to.
2005-02-27 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: An "appended" file could not be removed if there were two tracks that we not separated by a track from another file in the track list box.
* mmg: bug fix: The check whether or not a file might be overwritten while splitting is active has been fixed.
* mmg: bug fix: Improved the word wrapping of the tooltips on Windows.
* mmg: bug fix: It was possible to select a file for appending even though no file was added first.
* mkvmerge: bug fix: mkvmerge was wrongly outputting large numbers of warnings when Remuxing AVC/h.264 video from a Matroska file.
* mmg: bug fix: The job queue was not loaded on startup on Windows Unicode builds (another wxWidgets 2.5.3 problem).
2005-02-26 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: The job status in the job runner dialog was broken on Unicode builds on all systems.
* mmg: bug fix: "Splitting by time" was not selectable on Windows Unicode builds (problem with wxWidgets 2.5.3).
* mmg: bug fix: mkvmerge's output during muxing was not converted from UTF-8.
* mmg: bug fix: The default extension added when the user doesn't give one is different in wxWidgets 2.4.x and 2.5.x. It should always be .mkv and not .mka.
-------------------------------------------------------------