[MPlayer-cvslog] r33439 - trunk/etc/codecs.conf
Ivan Kalvachev
ikalvachev at gmail.com
Sun May 8 12:45:03 CEST 2011
On 5/8/11, reimar <subversion at mplayerhq.hu> wrote:
> Author: reimar
> Date: Sun May 8 10:51:44 2011
> New Revision: 33439
>
> Log:
> Mark mp3lib decoder as buggy, it does not produce proper output
> when compiled with gcc 4.6
>
> Modified:
> trunk/etc/codecs.conf
>
> Modified: trunk/etc/codecs.conf
> ==============================================================================
> --- trunk/etc/codecs.conf Sun May 8 10:42:27 2011 (r33438)
> +++ trunk/etc/codecs.conf Sun May 8 10:51:44 2011 (r33439)
> @@ -4415,8 +4415,8 @@ audiocodec mp3
> ; floating point and there are even broken mkv files where the audio
> ; needs to be parsed, making this codec work more reliably
> info "mp3lib MPEG layer-2, layer-3"
> - status working
> - comment "Optimized to MMX/SSE/3Dnow!"
> + status buggy
> + comment "Barely maintained, miscompiles with newer gcc versions"
> format 0x50 ; layer-1 && layer-2
> format 0x55 ; layer-3
> format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
I'm quite surprised to see that the fix haven't been committed yet.
http://article.gmane.org/gmane.comp.video.mplayer.devel/59552
More information about the MPlayer-cvslog
mailing list