diff options
author | salo <salo@pkgsrc.org> | 2004-07-27 04:27:40 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-27 04:27:40 +0000 |
commit | 8947dbb2d687c91aadb76018aeb64e6c38cc2fa9 (patch) | |
tree | f953f423c3db844614fe4cb0a44073c42f053063 /multimedia/mmg/distinfo | |
parent | 63496419badd005f265fcc75a2477cfad9ee1007 (diff) | |
download | pkgsrc-8947dbb2d687c91aadb76018aeb64e6c38cc2fa9.tar.gz |
Updated to version 0.9.4.
Changes:
- patch-ab no longer needed
0.9.4:
======
- mkvextract: new feature: Added support for extracting TTA tracks
to TTA files.
new feature: Implemented the extraction of chapter
information and tags as a CUE sheet which is
the reverse operation to using a CUE sheet
with mkvmerge's '--chapters' parameter.
- mkvmerge: bug fix: SRT file recognition failed if the file
contained spaces at the end of the first line.
bug fix: Broken VobSub .idx files which contain
timestamps going backwards no longer crash
mkvmerge. A warning will be printed for such
inconsistencies.
bug fix: The Matroska reader contained a nice little
illegal memory access (introduced in 0.9.3 with
the fixes to the 'default track' handling).
bug fix: The SSA reader was segfaulting if a line
contained an empty text field.
bug fix: The CUE sheet parser interpreted a timestamp
as HH:MM:SS (hours, minutes, seconds). The
correct spec is HH:MM:FF (hours, minutes,
frames with 1 frame = 1/75 second).
new feature: The pregap from a CUE sheet is converted
into two sub-chapters (one for "INDEX 00", one
for "INDEX 01"). These sub-chapters have their
'hidden' flag set.
- mkvinfo: bug fix: Fixed compilation for MATROSKA_VERSION = 2.
bug fix: Fixed compilation with gcc 3.2.
- mmg: new feature: Added support for the two flags 'hidden' and
'enabled' in the chapter editor.
Diffstat (limited to 'multimedia/mmg/distinfo')
-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 8ca8e100996..a05045f900b 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2004/07/21 00:04:30 salo Exp $ +$NetBSD: distinfo,v 1.6 2004/07/27 04:27:40 salo Exp $ -SHA1 (mkvtoolnix-0.9.3.tar.bz2) = e8bec87e212ee4e691077ba53507e0e11238bf18 -Size (mkvtoolnix-0.9.3.tar.bz2) = 494512 bytes +SHA1 (mkvtoolnix-0.9.4.tar.bz2) = 8fcd1d27123a572ef58d228eb6212a6be08da1b2 +Size (mkvtoolnix-0.9.4.tar.bz2) = 499321 bytes SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |