Commit Graph

10 Commits

Author SHA1 Message Date
fgsch
c88e2520c6 byebye NEED_VERSION. 2002-12-29 19:29:56 +00:00
espie
3c08c3c943 Kill a few SUBDIR. 2002-05-13 18:50:36 +00:00
pvalchev
330bff822e no --enable-accuracy on powerpc as it causes trouble
pointed out by drahn@, ok espie@
2002-04-11 20:01:44 +00:00
pvalchev
981f2e137f Remove unneeded gmake dependency, thanks naddy 2001-11-20 14:55:29 +00:00
pvalchev
5b5188325c Update to mad-0.14.2b
- Added esd flavor, adding esound support to madplay
- Added -b (--bit-depth) option and -i (--ignore-crc) option to madplay
- Added a new mad_stream_errorstr() API function to libmad for retrieving
a string description of the current error condition.
- Changed the audio_wave module to initially write ~0 length rather than
0, for better compatibility when output is piped to another program.
2001-11-20 07:16:30 +00:00
pvalchev
fbcdfa47a4 Update to mad-0.14.1b
Highlights:
* Added a new ID3 tag manipulation library (libid3tag).
* Fixed a possible segmentation fault due to mmap() abuse.
* Added a 64-bit FPM negation operation to improve performance of subband
  synthesis on some platforms.
* Added rounding to Layer III requantization for slightly better accuracy.
* Modified the PCM dithering routine for better dithered output.
* Added TTY controls and new --tty-control and --no-tty-control options to
  `madplay'. TTY control keys: `P' pause, `S' stop, `Q' quit, `F' forward,
  `B' backward.
2001-10-27 00:11:40 +00:00
pvalchev
79f3bef5e3 use in-tree libtool patches 2001-10-08 04:57:25 +00:00
pvalchev
5a16a866cc use gettext module 2001-09-23 06:33:56 +00:00
pvalchev
5e89d67d1d clean; jsyn 2001-07-25 06:07:07 +00:00
pvalchev
f58e705e2f Import of mad-0.13.0b
MAD is a high-quality MPEG audio decoder. It currently supports
MPEG-1 as well as the MPEG-2 extension to Lower Sampling
Frequencies. All three audio layers (Layer I, Layer II, and Layer
III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it
should be backward compatible with such streams) or AAC, nor does
it support the so-called MPEG 2.5 format.

MAD has the following special features:

  - 24-bit PCM output - 100% fixed-point (integer) computation -
  completely new implementation based on the ISO/IEC standards -
  distributed under the terms of the GNU General Public License
  (GPL)

The software is distributed as a library (libmad) and
command-line front-end (madplay).

WWW: http://mad.sourceforge.net/
2001-07-18 21:35:17 +00:00