Path to this page:
./
audio/libmad,
High-quality MPEG audio decoder
Branch: pkgsrc-2019Q2,
Version: 0.15.1bnb2,
Package name: libmad-0.15.1bnb2,
Maintainer: simonbMAD (libmad) is a high-quality MPEG audio decoder. It currently
supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies,
as well as the so-called MPEG 2.5 format. 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) nor does it
currently support AAC.
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)
Because MAD provides full 24-bit PCM output, applications using
MAD are able to produce high quality audio. Even when the output
device supports only 16-bit PCM, applications can use the extra
resolution to increase the audible dynamic range through the use
of dithering or noise shaping.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: cac19cd00e1a907f3150cc040ccc077783496d76
RMD160: 0f3415ee10b188681e282ca69dec74c46ca73b0f
Filesize: 490.604 KB
Version history: (Expand)
- (2019-07-13) Updated to version: libmad-0.15.1bnb2
- (2019-07-04) Package added to pkgsrc.se, version libmad-0.15.1bnb1 (created)
CVS history: (Expand)
2019-07-13 13:09:46 by Benny Siegert | Files touched by this commit (6) |
Log message:
Pullup ticket #5995 - requested by nia
audio/libmad: security fix
Revisions pulled up:
- audio/libmad/Makefile 1.22
- audio/libmad/distinfo 1.5
- audio/libmad/patches/patch-bit.c 1.1
- audio/libmad/patches/patch-frame.c 1.1
- audio/libmad/patches/patch-layer12.c 1.1
- audio/libmad/patches/patch-layer3.c 1.1
---
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 10 20:01:57 UTC 2019
Modified Files:
pkgsrc/audio/libmad: Makefile distinfo
Added Files:
pkgsrc/audio/libmad/patches: patch-bit.c patch-frame.c patch-layer12.c
patch-layer3.c
Log message:
libmad: Add patches for CVE-2017-8372, CVE-2017-8373, CVE-2017-8374.
>From Kurt Roeckx / Debian.
Tested with cmus and moc.
|