[MPlayer-dev-eng] [PATCH] Fix mplayer crash due to faad errors

Chandan Pitta chandan.pitta at gmail.com
Tue Sep 12 19:31:13 CEST 2006


I attached a file (3 second clip). Start playing it with mplayer and
then as soon as it starts playing press "up" arrow once to try to seek
1 min, and then mplayer will crash.

Here is the command I used to encode
mencoder "$ifilename" -endpos 3 -ovc x264 -x264encopts\
threads=1:keyint=250:qcomp=1:subq=7:4x4mv:me=3:\
frameref=5:bframes=3:b_pyramid:weight_b:deblock:cabac:crf=50
-oac faac -faacopts br=96:quality=40\
-o "$ofilename"

I think this issue may be related to the following
http://forum.doom9.org/showthread.php?p=724673#post724673
http://lists.mplayerhq.hu/pipermail/mplayer-users/2005-December/057431.html

Chandan


On 9/12/06, Diego Biurrun <diego at biurrun.de> wrote:
> On Tue, Sep 12, 2006 at 09:58:53AM -0700, Chandan Pitta wrote:
> > In libmpcodecs/ad_faad.c, a memmove is performed with a length of -1
> > in some cases which causes the mplayer to crash with certain .aac
> > (m4a) files. This patch checks to make sure that a memmove is
> > performed only if the length of data to be moved is a positive value.
>
> Please send/upload a sample file.
>
> Diego
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.mp4
Type: video/mp4
Size: 195554 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060912/2aebb12a/attachment.mp4>


More information about the MPlayer-dev-eng mailing list