Subject: CVS commit: pkgsrc/graphics/ogmtools
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 12/02/2003 23:25:25
Module Name:	pkgsrc
Committed By:	cube
Date:		Tue Dec  2 23:25:25 UTC 2003

Modified Files:
	pkgsrc/graphics/ogmtools: Makefile PLIST distinfo

Log Message:
Update to version 1.2.  Most notably, fixes malformed OGM header that made
files created with ogmmerge > 1.1 unplayable on Windows and broken on big
endian platforms.

Other changes:
1.2
	o Implemented reading older OGM files with the broken streamr
	  headers produced by ogmmerge < 1.1. Re-merging should be enough
	  to fix the headers.
	o Improved MP3 and AC3 detection.
1.1
	o ogmdemux skips empty packets in the text subtitle streams.
	o Updated the avilib to the latest version from mkvtoolnix.  It
	  should be able to handle OpenDML AVIs.
	o Added a --summary option to ogminfo which will display the size,
	  bitrate, number of packets/frames and total length in seconds for
	  each track.
	o Added an option, --omit-empty-packets, that will suppress the
	  creation of empty subtitle packets.
	o When splitting files the second and all following files have a new
	  chapter entry starting at 00:00:00 which is marked with
	  "(continued)".
	o Improved OS/X and BSD/OS compatibility.
	o Fixed the OGM stream headers again - they wouldn't play back on
	  Windows, and they would be broken on big endian systems.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/ogmtools/Makefile \
    pkgsrc/graphics/ogmtools/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/ogmtools/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.