MPEG Audio Decoder: Difference between revisions

Content deleted Content added
Added a note warning users that the main codebase is old and vulnerabilities have gone unpatched
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
(One intermediate revision by one other user not shown)
Line 23:
It consists of libmad, a software library, and madplay, a command-line program for MP3 playback. libmad is notable for using only [[fixed-point arithmetic]]<ref name="freecode mad" /><ref name="mp3-tech mpeg source codes">{{cite web | url=http://www.mp3-tech.org/programmer/decoding.html | title=MPEG source codes | publisher=mp3-tech.org | accessdate=November 3, 2011 | quote=MAD is an mpeg-1 decoder using only integer computation.}}</ref><ref name="manpages.ubuntu.com madplay">{{cite web | url=http://manpages.ubuntu.com/manpages/oneiric/man1/madplay.1.html | title=madplay | publisher=Ubuntu Manpage Repository | accessdate=November 3, 2011 | quote=Among the special features of MAD are 24-bit PCM resolution and 100% fixed-point (integer) computation. | url-status=dead | archiveurl=https://web.archive.org/web/20120404160612/http://manpages.ubuntu.com/manpages/oneiric/man1/madplay.1.html | archivedate=April 4, 2012 }}</ref> while madplay is notable for its [[ReplayGain]] support.
 
Development ended decades ago, and vulnerabilities identified since then have gone unpatched.<ref>{{Cite web |title=CVE - CVE-2017-8373 |url=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8373 |access-date=2024-02-13 |website=cve.mitre.org}}</ref><ref>{{Cite web |title=CVE - CVE-2017-8374 |url=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8374 |access-date=2024-02-13 |website=cve.mitre.org}}</ref><ref>{{Cite web |title=CVE - CVE-2017-11552 |url=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11552 |access-date=2024-02-13 |website=cve.mitre.org}}</ref>.
 
==References==
Line 30:
==External links==
*[http://www.underbit.com/products/mad/ MAD's home page]
*[httphttps://sourceforge.net/projects/mad/ MAD's SourceForge page]
*[http://www.chiariglione.org/mpeg/ Official MPEG web site] {{Webarchive|url=https://web.archive.org/web/20081109215716/http://www.chiariglione.org/mpeg/ |date=2008-11-09 }}