[issue968] Qcelp distorted audio

2009-04-07 Thread Baptiste Coudurier
Baptiste Coudurier added the comment: Fixed in r18374. -- status: open -> closed substatus: reproduced -> fixed FFmpeg issue tracker __

[issue960] Valgrind reports a mem leak in EA-TQI decoder

2009-04-07 Thread Michael Niedermayer
Michael Niedermayer added the comment: On Tue, Apr 07, 2009 at 04:37:15PM +, Vitor wrote: > The problem is that the demuxer do not call av_free_packet() in case of EOF. > Patch attached. the patch looks very wrong, there are a few cases error, partial packet and EOF in case of errors pkt is

[issue968] Qcelp distorted audio

2009-04-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Works fine both with mplayer -ac ffqclp and mplayer -ac qclp Maybe a demuxer issue? -- status: new -> open substatus: new -> reproduced FFmpeg issue tracker

[issue966] FFmpeg can not grab video4linux2 (on my cam)

2009-04-07 Thread Luca Abeni
Luca Abeni added the comment: Hi, this looks like a driver's bug, as I cannot reproduce the problem with my webcam. Which kind of webcam are you using? Which kernel version and driver? -- assignedto: -> lucabe72 nosy: +lucabe72 FFm

[issue968] Qcelp distorted audio

2009-04-07 Thread Josh
Josh added the comment: Converted file File 'output3g2.mp4' not attached - you can download it from https://roundup.ffmpeg.org/roundup/ffmpegfile232. FFmpeg issue tracker

[issue968] Qcelp distorted audio

2009-04-07 Thread Josh
New submission from Josh : Trying to convert a 3g2 file that contains qcelp audio. The converted file has distorted audio that is much longer than the original clip. Here is the command I am using to convert: ffmpeg -i 0407090925b.3g2 -acodec libfaac -ar 48000 -ac 1 -vcodec libx264 -vpre hq -cr

[issue960] Valgrind reports a mem leak in EA-TQI decoder

2009-04-07 Thread Vitor
Vitor added the comment: The problem is that the demuxer do not call av_free_packet() in case of EOF. Patch attached. -- status: new -> open substatus: new -> analyzed FFmpeg issue tracker

[issue959] Valgrind error in fraps v1: Invalid read

2009-04-07 Thread Vitor
Vitor added the comment: I looks like the problem is that the decoder assumes that linesize[0] is the same for all frames. The attached patch should fix it. -- status: new -> open substatus: new -> analyzed FFmpeg issue tracker

[issue967] mov,mp4,m4a,3gp,3g2,mj2 transcoding error

2009-04-07 Thread Michael N. Pritula
New submission from Michael N. Pritula : I'm trying to transcode attached file by command: ffmpeg -i v2461 -s 320x240 -f avi -vcodec huffyuv -y v2461.avi And video in output file isn't correct. It contains only few frames positioned distantly. Source file plays in players good. Here is output of

[issue584] memory leak related to av_find_stream_info and MPEG TS demuxer

2009-04-07 Thread Vladimir Eremeev
Vladimir Eremeev added the comment: This bug is absent in r18349 -- status: open -> closed substatus: open -> invalid FFmpeg issue tracker

[issue966] FFmpeg can not grab video4linux2 (on my cam)

2009-04-07 Thread Michael N. Pritula
New submission from Michael N. Pritula : I run FFmpeg with command: ffmpeg -f video4linux2 -s 640x480 -r 16 -i /dev/video0 -y 0.flv and in revision 11872 it worked perfectly, but now it don't grab anything: FFmpeg version SVN-r18021, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration

[issue961] MPEG2 decoding artifacts (invalid MVs)

2009-04-07 Thread Michael N. Pritula
Michael N. Pritula added the comment: Thanks a lot! FFmpeg issue tracker

[issue962] 1920*1080i H264 CABAC AVI file make ffplay crash

2009-04-07 Thread Francesco Cosoleto
Francesco Cosoleto added the comment: Duplicated of issue 944. Crash during H.264 decoding process. -- status: open -> closed substatus: needs_more_info -> duplicate superseder: +1920*1080i H264 CABAC MP4 file make ffplay crash type: -> bug