diff options
author | salo <salo@pkgsrc.org> | 2004-06-27 15:27:28 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-06-27 15:27:28 +0000 |
commit | c3eb0dda74260b71823eda93eaa2fa57fef980a3 (patch) | |
tree | a4281fe76dd21c2dd74d9acc766c0a1dd05a2515 /multimedia | |
parent | 9aeed12d5531baf9253557e274fb775e47a426ca (diff) | |
download | pkgsrc-c3eb0dda74260b71823eda93eaa2fa57fef980a3.tar.gz |
Updated to version 0.9.1.
Changes:
- mkvmerge: Dropped supoprt for 'aviclasses' (one of the two
libraries for accessing AVI files). This mostly
affects the Windows users as I've used aviclasses
and not avilib on Windows so far. The 0.9.0-pre-builds
so far haven't shown any problems, though, so I hope
this doesn't break anything.
new feature: mmg will set the 'display dimensions' automatically
for AVI files whose video track is MPEG4 and has the
pixel aspect ratio stored in the bitstream.
bug fix: The improved MP3 garbage detection was broken resulting
in an error message from mkvmerge in some weird
bug fix: Matroska tracks can use lacing (several frames inside
one Matroska block with only one timecode for the whole
block). mkvmerge did not recreate the timecodes for the
frames 1..n in the lacing correctly.
feature removed: Dropped support for 'time slices'. They were not
used, didn't offer the player any additional value and
caused massive increase in overhead.
bug fix: The OGM fix in 0.9.0 broke handling for non-broken OGM
files a bit.
new feature: Added support for the audio/video synchronization
method used by NanDub (garbage at the beginning of audio
tracks inside an AVI) for AC3 and MPEG audio tracks. In
other words: If an AVI is read and an audio track contains
garbage right at the beginning then the corresponding
audio delay is calculated and used instead of simply
discarding the garbage.
new feature: Enabled reading MPEG4 video from MP4 files (nope,
they're not stored in Matroska's native mode yet).
- mmg
bug fix: The job manager did not handle the conversion of non-ASCII
characters correctly.
new feature: The action 'delete job' in the job manager will also
delete the file in the 'jobs' subdirectory.
new feature: Added an option to make mmg stay always on top (only
on Windows).
new feature: Added a dialog for adding arbitrary command line options
which includes a list of advanced options to chose from.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 | ||||
-rw-r--r-- | multimedia/mmg/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist index 9de47310a1e..8000cd23f78 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-0.9.0 +DISTNAME= mkvtoolnix-0.9.1 CATEGORIES= multimedia MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index b92c268e85f..9db6dc6e72c 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/06/05 11:11:32 salo Exp $ +$NetBSD: distinfo,v 1.5 2004/06/27 15:27:28 salo Exp $ -SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a -Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes +SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f +Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes SHA1 (patch-aa) = a7ffe453a5d6c1881b2c62e8e2a5c1f59d82c6c1 diff --git a/multimedia/mmg/distinfo b/multimedia/mmg/distinfo index 9f4d6879c6b..2e135e8ca00 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2004/06/05 11:11:32 salo Exp $ +$NetBSD: distinfo,v 1.3 2004/06/27 15:27:28 salo Exp $ -SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a -Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes +SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f +Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |