Commit graph

14 commits

Author SHA1 Message Date
hubertf
72daea85c2 Make this building on Mac OS X - rename wait() to madplay_wait()
Bump version to madplay-0.15.2bnb3
OK'd by agc@
2007-10-09 20:13:40 +00:00
grant
7ee7f4c84e inline linear2mulaw() and mulaw2linear().
with SunPro, inline functions can't call static functions unless they
are also inline.

fixes build on Solaris.
2004-06-12 01:37:39 +00:00
adam
793eb1ed23 Changes 0.15.2b:
- 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).
2004-03-01 15:56:58 +00:00
adam
4de24724e7 madplay resurrected since mad package has been split up to libmad, libid3tag and madplay 2003-07-10 08:46:55 +00:00
wiz
d04d01bf10 Move madplay to mad. 2001-04-19 10:28:21 +00:00
simonb
a3e29b1f6e Update package to 0.13.0 (beta).
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-04-13 06:20:22 +00:00
simonb
979d9c50da Hand-fudge patch-ab so that an RCS Id doesn't get in the way. 2001-03-25 12:51:24 +00:00
simonb
647dac0b9d Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32
PIC code.  Fixes PR pkg/12312 from Ignatios Souvatzis.
2001-03-25 11:34:57 +00:00
simonb
3b9d260716 Update to mad 0.12.5b.
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-13 06:10:11 +00:00
wiz
4b4cbfdf1e Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,
more statistical output on program exit, better mono/stereo support,
support for amplification/attenuation, and some other stuff.
2001-02-07 13:58:21 +00:00
rh
a3a48d23cd Fix the libtool fix committed previously: add '-version 0:0' for shared
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-04 22:04:47 +00:00
pooka
3de5c7482d Give madvise() to mmap 2000-11-23 19:37:13 +00:00
wiz
14ea6e5e38 Update to 0.12.2b. Changes: Performance improvements, bug fixes;
internationalization (en, es, fr, hr, no), shared library, and some
other minor changes.
2000-11-23 00:34:22 +00:00
simonb
3d91c68fb2 Initial import of madplay - an integer MPEG audio decoder. 2000-10-15 10:24:55 +00:00