summaryrefslogtreecommitdiff
path: root/audio/madplay
AgeCommit message (Collapse)AuthorFilesLines
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.wiz2-2/+2
2001-02-13Update to mad 0.12.5b.simonb4-18/+5
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:simonb2-4/+4
* 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,wiz4-30/+5
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-04Fix the libtool fix committed previously: add '-version 0:0' for sharedrh3-3/+17
library building (as suggested by Charles) and remove '-release ...' so that version and revision numbers get properly appended under both a.out and ELF.
2000-12-04PLIST fix after libtool updaterh1-2/+2
2000-11-23Give madvise() to mmappooka2-1/+26
2000-11-23Update to 0.12.2b. Changes: Performance improvements, bug fixes;wiz7-50/+30
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.simonb9-0/+87