summaryrefslogtreecommitdiff
path: root/audio/madplay/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-06-12inline linear2mulaw() and mulaw2linear().grant1-0/+22
with SunPro, inline functions can't call static functions unless they are also inline. fixes build on Solaris.
2004-03-01Changes 0.15.2b:adam1-4/+4
- New Replay Gain support (-G, --replay-gain). - Tags can now be shown without decoding any audio (-T, --show-tags-only). - New support for reading and displaying encoder tag information written by e.g. lame(1).
2003-07-10madplay resurrected since mad package has been split up to libmad, libid3tag ↵adam1-0/+38
and madplay
2001-04-19Move madplay to mad.wiz1-13/+0
2001-04-13Update package to 0.13.0 (beta).simonb1-86/+0
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-25Hand-fudge patch-ab so that an RCS Id doesn't get in the way.simonb1-4/+2
2001-03-25Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32simonb1-0/+88
PIC code. Fixes PR pkg/12312 from Ignatios Souvatzis.
2001-02-13Update to mad 0.12.5b.simonb1-12/+0
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-07Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,wiz1-24/+0
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2000-12-04Fix the libtool fix committed previously: add '-version 0:0' for sharedrh1-0/+13
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-11-23Give madvise() to mmappooka1-0/+24
2000-11-23Update to 0.12.2b. Changes: Performance improvements, bug fixes;wiz3-39/+4
internationalization (en, es, fr, hr, no), shared library, and some other minor changes.
2000-10-15Initial import of madplay - an integer MPEG audio decoder.simonb3-0/+47