diff options
author | salo <salo> | 2004-08-23 23:33:06 +0000 |
---|---|---|
committer | salo <salo> | 2004-08-23 23:33:06 +0000 |
commit | 67b664faf1e87c196ed19ab2bb2ce1c4ef3c84a4 (patch) | |
tree | d9dff4fc82b84fc52f97bf0eca99872bba79748e /multimedia/mmg | |
parent | 329e4a5f6394398dc257594b29722f84be3678e7 (diff) | |
download | pkgsrc-67b664faf1e87c196ed19ab2bb2ce1c4ef3c84a4.tar.gz |
Update to version 0.9.5.
Changes:
- mkvmerge
bug fix: WAV files which contained a 'PAD ' chunk before the
'data' chunk were not processed at all.
bug fix: Use 'setjmp' and 'longjmp' Instead of throwing a C++
exception during the chapter parsing stage. Otherwise
libexpat will abort with a non-descriptive error
message on Windows.
bug fix: SSA/ASS subs with the old codec ID 'S_SSA' and 'S_ASS'
were accepted, but their codec ID was kept. It is now
correctly changed to 'S_TEXT/SSA' and 'S_TEXT/ASS'.
bug fix: Try to guess whether tags read from OGM files (for
automatic language tag setting and for copying chapter
information) are already in UTF-8 or not. If not try
to convert them from the current system's charset.
bug fix: use the same UID for the EditionUID in the chapters
and in the tag targets when parsing a CUE sheet.
bug fix: Handle TTA files with ID3 tags correctly (=skip the ID3
tags).
bug fix: There was an illegal free() in the OGM reader.
bug fix: Block durations with 0s length (e.g. entries in a SSA
file) were not written.
bug fix: The FLAC packetizer gets the duration from the FLAC
packet itself.
bug fix: The word 'TAG' occuring in e.g. SRT subs caused the
ID3/MP3 frame detection to be stuck n an endless loop.
new feature: Abort muxing if the output file name is the same as
the name of one of the input files.
new feature: If there was no MIME type given for an attachment
then mkvmerge will try to guess it based on the file's
extension just like mmg.
new feature: Implemented sample-precision for timestamps and
durations on audio only files.
added: 'EditionUID' to valid elements below '<Targets>' in XML
tags. Fixed the creation of the 'Targets' with
--global-tags and --tags.
- mkvextract
bug fix: The CUE extraction wrote UTF-8 characters but no UTF-8
BOM (byte order marker) at the beginning.
bug fix: The subtitle track extraction used the wrong duration
in 0.9.4.
new feature: Limited support for extracting chapters as CUE sheets
that haven't been created by using a CUE sheet with
mkvmerge's "--chapters" option.
- mkvmerge, mkvinfo, mkvextract
new feature: added support for the new tag elements ('tag language'
and 'default/original language').
new feature: Added support for the new 'EditionFlagHidden',
'EditionFlagDefault' and 'EditionManaged' elements.
- mkvmerge, mkvextract, mmg
Changes to the chapter handling.
EditionUIDs are always created. mkvextract outputs
EditionUIDs and ChapterUIDs normally. mkvmerge tries
to keep EditionUIDs and ChapterUIDs but replaces them
if they aren't unique.
- mkvmerge/mkvextract
new feature: Use the new EditionUID entries when convert CUE sheets
to chapters and tracks. This is in preparation for
'multiple CDs to single Matroska file' conversions.
- mkvinfo, mmg
bug fix: Fixed compilation with Unicode enabled versions of wxWidgets.
- mmg
bug fix: The 'down' button on the 'input' tab was not working
correctly in all cases.
Diffstat (limited to 'multimedia/mmg')
-rw-r--r-- | multimedia/mmg/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mmg/distinfo b/multimedia/mmg/distinfo index a05045f900b..fc59182de1d 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2004/07/27 04:27:40 salo Exp $ +$NetBSD: distinfo,v 1.7 2004/08/23 23:33:06 salo Exp $ -SHA1 (mkvtoolnix-0.9.4.tar.bz2) = 8fcd1d27123a572ef58d228eb6212a6be08da1b2 -Size (mkvtoolnix-0.9.4.tar.bz2) = 499321 bytes +SHA1 (mkvtoolnix-0.9.5.tar.bz2) = 909b25d9eba7dc6dd68526c731a0fe300a08c1a2 +Size (mkvtoolnix-0.9.5.tar.bz2) = 508236 bytes SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |