Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.hut.fi>
List: pkgsrc-changes
Date: 02/09/2001 15:12:24
Module Name:	pkgsrc
Committed By:	simonb
Date:		Fri Feb  9 13:12:24 UTC 2001

Modified Files:
	pkgsrc/audio/madplay: Makefile
	pkgsrc/audio/madplay/files: md5

Log Message:
Update to mad-0.12.4b.  Changes from 0.12.3b are:

  * New PowerPC fixed-point assembly courtesy of David Blythe.

  * Reorganized fixed-point assembly routines for easier maintenance and
    better performance.

  * Improved performance of subband synthesis through better indexing and
    fewer local variables.

  * Added alias reduction for the lower two subbands of mixed short blocks,
    per a report of ambiguity with ISO/IEC 11172-3 and for uniformity with
    most other implementations. Also improved alias reduction performance
    using multiply/accumulate.

  * Added --enable-strict-iso option to `configure' to override best
    accepted practices such as the alias reduction for mixed short blocks.

  * Improved performance of Layer III IMDCT by using longer
    multiply/accumulate runs where possible.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/madplay/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/madplay/files/md5

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