mkvtoolnix 1.6.5 has been released

Moritz Bunkus <[email protected]>
Newsgroups gmane.comp.multimedia.matroska.user,gmane.comp.multimedia.matroska.general
Message-ID <[email protected]>
Hey guys,

after nearly two months I'm releasing a new version, 1.6.5. Tons of bug
fixes, a couple of new features. The usual mix ;)

The links:
...to the homepage:
http://www.bunkus.org/videotools/mkvtoolnix/
...to the source code:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-1.6.5.tar.bz2
...to the Unicode enabled Windows build:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-unicode-1.6.5-setup.exe

The other binaries are still being built and will be available shortly.

Finally the ChangeLog excerpt since the previous version:

-------------------
2005-12-07  Moritz Bunkus  <[email protected]>

	* Released v1.6.5.

2005-12-06  Moritz Bunkus  <[email protected]>

	* source: bug fix: Changed the list of ISO 639 languages so that
	the terminology versions are converted into the bibliography
	versions of the 639-2 codes (e.g. use "ger" instead of "deu" for
	the German language). Converted almost all pieces of mkvmerge and
	mmg to accept ISO 639-1, 639-2 codes (both bibliography and
	terminology versions) and the languages' English names. Those will
	always be converted to the 639-2 code. Fixes Anthill bug #171.

2005-12-05  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: The country code used in XML chapter files
	was checked against the list of ISO 639-1 codes and not against
	the list of ccTLDs. Partial bugfix for Anthill bug #171.

	* mkvmerge: bug fix: When appending tracks and using timecodes the
	timecodes were only used for the first track in a chain of
	tracks. This has been changed so that you must specify only one
	timecode file in such cases (e.g. "mkvmerge ... --timecodes
	0:my_timecodes.txt part1.avi +part2.avi"). mmg has already been
	working like this. Fixes Anthill bug #162.

2005-12-02  Moritz Bunkus  <[email protected]>

	* source: new feature: Added support for linking against liblzo2
	(same compression algorithm, just a new library version). Patch by
	Diego Pettenò (see AUTHORS).

	* mkvmerge: new feature: Added a workaround for files created by
	Gabest's DirectShow Matroska muxer with slightly broken frame
	references. Fixes Anthill bug #172.

	* mkvextract: new feature: attachment extraction mode: Made the
	output file name optional. If it is missing (e.g. "mkvextract
	attachments source.mkv 92385: 124981:") then the name of the
	attachment inside the Matroska file is chosen instead. Patch by
	Sergey Hakobyan (see AUTHORS).

	* mkvmerge: new feature: If an output file name contains
	directories that don't exist then they're created. Patch by Sergey
	Hakobyan (see AUTHORS) with modifications by myself.

2005-11-24  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: Don't abort reading a Matroska if the next
	element is not a cluster. This is the case for e.g. files produced
	by Haali's muxer which writes the segment tracks element in
	intervals. Fixes Anthill bug #169.

2005-11-19  Moritz Bunkus  <[email protected]>

	* mmg: bug fix: Fixed a problem with the selection of language
	codes for chapters in the chapter editor.

2005-11-18  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: If at least or more attachments were present
	and the user used --attachment-name for each of them (as mmg does)
	then mkvmerge was wrongly outputting a warning about multiple uses
	of --attachment-name for a single attachment.

	* mkvmerge: new feature: Added limited support for edit lists in
	MP4/QuickTime files. Fixes Anthill bug #151.

	* mkvmerge: bug fix: MP4/QuickTime files which contain another
	atom before the 'avcC' atom in the video track headers weren't
	correctly remuxed.

2005-11-16  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: mkvmerge will now refuse to append AVC/h.264
	video tracks whose codec initialization data blocks do not
	match. Invalidates Anthill bug #163.

2005-11-12  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: Fixed a crash If the granulepos (the
	timecodes) reset in the middle of an Ogg/OGM file. Fixes Anthill
	bug #166.

	* mkvmerge: bug fix: Fixed a division-by-zero error in the
	RealMedia demuxer. Fixes Anthill bug #161.

	* mkvmerge: bug fix: Fixed a couple of potential (and actual)
	segmentation faults by accessing invalid memory addresses. Initial
	patch for the VobSub reader by Issa on Doom9's forum.

2005-11-04  Moritz Bunkus  <[email protected]>

	* mkvmerge, mmg: new feature: The names of attached files can be
	set with a new option --attachment-name or on mmg's "Attachments"
	page.

2005-11-02  Moritz Bunkus  <[email protected]>

	* mkvmerge: bug fix: Fixed another bug when appending AVC/h.264
	tracks that would mkvmerge cause to die with "bref_packet ==
	NULL". Fixes Anthill bug #160.

2005-11-01  Moritz Bunkus  <[email protected]>

	* mmg: bug fix: When the user saved the muxing output in a log
	file that file didn't use Windows line endings (CR LF) on
	Windows.

	* mmg: bug fix: Appending tracks was broken because the track
	numbers in the command line were incorrect. Fixes Anthill bug
	#160.

2005-10-23  Moritz Bunkus  <[email protected]>

	* mkvmerge: new feature: Added support for Ogg/Theora.

2005-10-22  Moritz Bunkus  <[email protected]>

	* mkvmerge: Changed the CodecID for AAC audio tracks to "A_AAC" by
	default The CodecPrivate contains the same initialization data
	that are stored in the ESDS in MP4 files for AAC tracks. The old
	CodecIDs (e.g. "A_AAC/MPEG4/SBR") can be turned on again with
	"--engage old_aac_codecid".

2005-10-21  Moritz Bunkus  <[email protected]>

	* mkvinfo: new feature: The sub elements of the EBML head are
	now shown.

	* mkvinfo: new feature: Added support for the new SimpleBlock.

	* mkvextract: new feature: Added support for the new SimpleBlock.

	* mkvmerge, mmg: new feature: Added support for the new
	SimpleBlock instead of BlockGroups (only available via "--engage
	use_simpleblock" for now). Patch by Steve Lhomme (see AUTHORS)
	with fixes by myself.
-------------------

Have fun :)

Mosu

-- 
If Darl McBride was in charge, he'd probably make marriage
unconstitutional too, since clearly it de-emphasizes the commercial
nature of normal human interaction, and probably is a major impediment
to the commercial growth of prostitution. - Linus Torvalds

_______________________________________________
Matroska-users mailing list
[email protected]
http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users
Read Matroska-Users on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.user
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQBDlzQWTJ9OsraNuaERAnbhAJ99DZuc6TsszMS93oMjHJld7moZHQCgui+Y
MWAz4VawCNFxjM5EJVFGXfI=
=EzQ/
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.