Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Released v6.2.0.2013-04-27 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: The option "--engage remove_bitstream_ar_info" will now work on AVC/h.264 tracks read from Matroska/MP4 files as well. Fixes #868.2013-04-16 Moritz Bunkus <moritz@bunkus.org> * mmg: bug fix: mmg will now handle all file names given on the command line instead of only the first one. This allows things like opening several selected files with mmg in Windows, and mmg will add all of them. Fixes #867. * mkvmerge: bug fix: The amount of memory required to store the cues during muxing has been reduced drastically. This is more noticeable the more video and subtitle tracks are muxed. Fixes #871.2013-04-15 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: If splitting had been active then the elements "cue duration" and "cue relative position" were only written to the first output file.2013-04-14 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: The "CTS offset" field of FLV files with AVC/h.264 video tracks is now read as a signed-integer field in accordance with the FLV specifications.2013-04-13 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: DTS parsing: no more warnings about incompatible encoder revision numbers will be printed. Fixes #866. * mkvextract: enhancement: track extraction mode: If mkvextract encounters a broken file structure it will output the last timecode successfully read before resyncing. After the resync the first cluster timecode will be reported as well. * installer: The installation directory will no longer be added to the PATH environment variable. * mkvmerge: bug fix: The parsing of the AAC AudioSpecificConfig structure (the bytes contained in Matroska's CodecPrivate and in MP4's "ESDS" atom) was fixed to support parsing the GASpecificConfig and the ProgramConfigElement if the channel configuration is 0. Fixes #872.2013-04-09 Moritz Bunkus <moritz@bunkus.org> * mmg: bug fix: Loading chapters from Matroska files will open the file in read-only mode allowing to read from write-protected files.2013-04-04 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: All entries in chapters imported from MPLS playlists were named "Chapter 0". The numbering has been fixed. Fixes #870.2013-04-01 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: new feature: Selecting the lowest process priority with "--priority lowest" will cause mkvmerge to also select an idle/background I/O priority. Implements #863.2013-03-31 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: Fixed reading AVI files with audio chunks of size 0. Fixes #843.2013-03-29 Moritz Bunkus <moritz@bunkus.org> * mmg: new feature: Add control for new option "--fix-bitstream-timing-information".2013-03-20 Giuseppe De Robertis <giuseppe.derobertis@ba.infn.it> * mkvmerge: new feature: Add option for fixing the timing information in video track bitstreams (--fix-bitstream-timing-information).2013-03-18 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: enhancement: Matroska reader: If mkvmerge encounters a broken file structure it will output the last timecode successfully read before resyncing. After the resync the first cluster timecode will be reported as well.2013-03-09 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: bug fix: MPEG program stream reader: tracks with invalid video properties (e.g. width or height = 0) are ignored properly. * mkvmerge: bug fix: The progress percentage was sometimes using the wrong input file as the reference if multiple files are read with the "additional parts" mechanism (on the command line: the syntax "( VTS_01_1.VOB VTS_1_2.VOB VTS_1_3.VOB )". * mkvmerge: bug fix: Fixed one situation that could lead to mkvmerge aborting with the error message "Re-rendering track headers: data_size != 0 not implemented yet".2013-03-03 Moritz Bunkus <moritz@bunkus.org> * mkvmerge: removal: Support for BZ2 (bzlib) and LZO (lzo1x) compression has been removed. * mmg: bug fix: Using drag & drop to add playlists will no longer lock the dragging application (e.g. Windows Explorer) in D&D mode for the duration of the scan for other playlists. * mmg: bug fix: The validation for the argument to "split by chapters" was wrongfully rejecting certain valid inputs (chapter number lists in which the second or any later chapter number was higher than 9). * all: enhancement on Windows: all programs now determine the interface language to use from the user's selected interface language (C function "GetUserDefaultUILanguage()"), not from the locale setting. Implements #852.
build system: Ruby 1.9.x is now required.all: enhancement: The architecture (32bit/64bit) is mentioned in the version information of all programs.build system: bug fix for 64bit builds on Windows x86_64-w64-mingw32): use the correct processor architecture via separate Windows manifest files. Fixes mmg and mkvinfo not starting due to »error 0x0000007b«.mkvmerge: bug fix: Fixed a potential endless loop due to an integer overflow in the code removing AVC/h.264 filler NALUs.mkvmerge: bug fix: Fixed reading uncompressed PCM audio tracks from QuickTime/MP4 files in certain situations. Fixes #950.mmg: enhancement: Made the »scanned files« list box sortable by all columns. Fixes #954.mmg: enhancement: The »additional parts« dialog will now show the files that make up an MPLS playlist. This is for informational purposes only and doesn't allow changing the playlist itself.mkvmerge: bug fix: Reading from an MPLS playlist file is now done as if the second and following files referenced in that playlist had been appended to the first file from that playlist. Before they were treated as if they were additional parts. Fixes #934.mmg: enhancement: a couple of fixes to tooltips: 1. Content correction for »splitting by chapters«; 2. no ugly re-formatting with wxWidgets 3.0.0 on Windows.mkvmerge: bug fix: Improved the AAC, AC3 and MP3 header decoding error handling so that the corresponding parsing routines won't get stuck in endless loops when encountering certain garbage data patterns.mkvmerge: enhancement: unified codec names output by mkvmerge's identification mode for all file format readers.mkvinfo: bug fix: when setting the language with --ui-language a few strings were still translated using the system's default language.mkvextract: bug fix: if the track headers were located at the end of the file (e.g. after modification with mkvpropedit or mmg's header editor) then mkvextract was writing files with a length 0 bytes.mmg: bug fix: the »playlist items« list box in the »select playlist file to add« dialog was showing the items in reversed order. Fixes #952.mmg: bug fix: the »select playlist file to add« dialog can now be resized, minimized and maximized. It also remembers its position and size during runs. Fixes #951.mmg: enhancement: The user can select the default subtitle character set to use for newly added subtitle tracks in the preferences dialog as requested in bug #948.mmg: bug fix: fixed the tooltip for the subtitle character set drop-down box to match mkvmerge's actual behavior. Fixes #948.mkvmerge: new feature: implemented reading DTS audio tracks from MP4 files (with ESDS object type ID == 0xA9 (decimal 169) or FourCC == 'DTS ' or 'dtsc').mkvmerge: enhancement: allowed muxing Opus to WebM files.mkvmerge: bug fix: Fixed the mapping of the Opus element »seek pre-roll« and »pre-skip« to the Matroska elements »track seek pre-roll« and »codec delay«. Remuxing Matroska files without Opus created with earlier versions of MKVToolNix is enough to fix such a file.mkvmerge: bug fix: fixing the bitstream timing information of h.264/AVC writes clean values for 25000/1001 frames per second video (e.g. de-telecined PAL @ 29.97).mmg: bug fix: fixed a crash in during drag & drop operations in mmg's chapter editor.
2014-03-02 Moritz Bunkus <moritz@bunkus.org> Released v6.8.0.2014-02-28 Moritz Bunkus <moritz@bunkus.org> mkvmerge, mkvextract: new feature: added support for h.265/HEVC by merging the patches from DivX/Rovi Corp. So far HEVC is only supported as elementary streams and read from other Matroska files.2014-02-22 Moritz Bunkus <moritz@bunkus.org> mkvmerge: enhancement: The deprecated ISO 639-1 code "iw" is now recognized for Hebrew.2014-02-15 Moritz Bunkus <moritz@bunkus.org> mkvmerge: bug fix: The AC3 packetizer will re-derive the sampling frequency and the number of channels from the bitstream. This way obviously invalid information from the source container like a sampling frequency of 0 Hz will be fixed.2014-02-05 Moritz Bunkus <moritz@bunkus.org> mkvmerge: enhancements: AVI reader: audio chunks with obvious wrong size information (bigger than 10 MB) will be skipped.2014-02-03 Moritz Bunkus <moritz@bunkus.org> mkvmerge: bug fix: When reading M2TS files belonging to an MPLS playlist mkvmerge will now only copy packets whose timestamps lie between the »in time« and »out time« restrictions from the playlist’s entry corresponding to that M2TS file. Fixes #985.2014-01-22 Moritz Bunkus <moritz@bunkus.org> all: Windows 64bit: fixed return value checks for opening files. Fixes #972.2014-01-21 Moritz Bunkus <moritz@bunkus.org> all: Windows: when redirecting the program’s output with cmd.exe (e.g. »mkvinfo file.mkv > info.txt«) the programs will no longer write two line feed characters (\r) per carriage return character (\n). Fixes #970. all: Windows: the default charset for the files created with»–redirect-output« has been changed from the system’s local charset to UTF-8. Just like before it can be changed with»–output-charset«. See #970. all: bug fix: Windows: messages written to the console (cmd.exe) are not re-encoded to the local charset and back to UTF-16 before they’re handed over to ConsoleWriteW(). This fixes outputting Unicode characters to the console that are not part of the local charset. Fixes #971.2014-01-18 Moritz Bunkus <moritz@bunkus.org> extract: bug fix: using names of non-existing files in»attachments«, »chapters«, »cuesheet« or »tags« mode caused mkvextract to crash instead of emitting a proper error message. Fixes #964.2014-01-17 Moritz Bunkus <moritz@bunkus.org> mmg: bug fix: fixed the check for WebM-compatible track types for Opus.2014-01-12 Moritz Bunkus <moritz@bunkus.org> mkvmerge: bug fix: fixed muxing Sorenson v3 (SVQ3) video from QuickTime files.2014-01-11 Moritz Bunkus <moritz@bunkus.org> mkvmerge, mkvextract, mkvpropedit: enhancement: attachments in Matroska files with a missing FileUID element are not ignored anymore even though they violate the specs. mkvmerge generates a new FileUID instead.2014-01-10 Moritz Bunkus <moritz@bunkus.org> mkvmerge: re-built with the 64bit build for Windows with a newer compiler version in order to fix #957. It was due to a bug in gcc: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742 mmg: bug fix: mkvmerge’s file identification is written to a temporary file with –redirect-output and from there into mmg instead of directly from mkvmerge. This prevents from character re-coding done by wxWidgets 3.0.0 on Windows. Fixes #959.2014-01-09 Moritz Bunkus <moritz@bunkus.org> installer: enhancement: the architecture (32bit vs 64bit) is mentioned in the interface. installer: bug fix: the installation directory for 64bit builds will default to the proper directory (»C:\Program Files« instead of »C:\Program Files (x86)«). Fixes #956.