summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-10madplay resurrected, since mad package has been split up to libmad, ↵adam1-0/+34
libid3tag and madplay
2001-04-19Move madplay to mad.wiz1-24/+0
2001-04-13Include the experimental tty controls patches.simonb1-1/+4
2001-04-13Update package to 0.13.0 (beta).simonb1-2/+2
Major changes include: - The last complete audio frame should now be properly decoded even when it is not followed by other data - Ancillary data is now properly extracted from Layer III streams. - Rewrote the Layer III joint stereo decoding routine to correct a major MPEG-2 problem and a minor MPEG-1 problem decoding intensity stereo. Other changes in the CHANGES file in the distribution.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-25Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32simonb1-4/+1
PIC code. Fixes PR pkg/12312 from Ignatios Souvatzis.
2001-03-13Add workaround for libtool problem on ARM32.is1-1/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-13Update to mad 0.12.5b.simonb1-2/+2
Changes from 0.12.4b: * Modified Layer III requantization to occur during Huffman decoding for significant performance gains. * Optimized short block IMDCT by eliminating redundant calculations. * Made several other Layer III performance improvements; added ASO_INTERLEAVE1, ASO_INTERLEAVE2, and ASO_ZEROCHECK architecture-specific options for best performance on various architectures. * Optimized synthesis DCT to store result values as soon as they are calculated.
2001-02-09Update to mad-0.12.4b. Changes from 0.12.3b are:simonb1-2/+2
* 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.
2001-02-07Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,wiz1-2/+2
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2000-11-23Update to 0.12.2b. Changes: Performance improvements, bug fixes;wiz1-4/+10
internationalization (en, es, fr, hr, no), shared library, and some other minor changes.
2000-11-14Actually, the specially supported CPUs are recognized automatically...wiz1-11/+1
Remove the checks again.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-10-22Enable assembler optimizations for arm32 (works on a shark).sommerfeld1-1/+3
2000-10-21Enable assembler optimizations on i386 and sparc (where I could verifywiz1-1/+9
compilation). XXX: someone on ARM or MIPS processors could try activating those options...
2000-10-15Make the pkg name "madplay-0.11.4b".simonb1-1/+2
2000-10-15Initial import of madplay - an integer MPEG audio decoder.simonb1-0/+13