[issue519] Segmentation Fault and Valgrind reports invalid read of size 4 at indeo3_decode_frame() (indeo3.c:219)

2008-07-11 Thread Benoit Fouet
Benoit Fouet [EMAIL PROTECTED] added the comment: add superseder -- superseder: +Segmentation Fault and Valgrind reports invalid read of size 4 at indeo3_decode_frame() (indeo3.c:219) __ FFmpeg issue tracker [EMAIL PROTECTED]

[issue522] easily fixed bug in ffmpeg.c

2008-07-11 Thread Benoit Fouet
Benoit Fouet [EMAIL PROTECTED] added the comment: duplicate -- substatus: new - duplicate superseder: +easily fixed bug in ffmpeg.c __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue522

[issue521] easily fixed bug in ffmpeg.c

2008-07-11 Thread Diego Biurrun
Diego Biurrun [EMAIL PROTECTED] added the comment: On Fri, Jul 11, 2008 at 03:40:25AM +, ProgrammingKid wrote: I found a bug in the file ffmpeg.c that prevents ffmpeg from successfully compiling under Mac OS 10.3.9. To fix this problem, all that needs to be done is move the #include

[issue523] Ploblems with : in filenames

2008-07-11 Thread Volodya
New submission from Volodya [EMAIL PROTECTED]: Files with the ':' symbol are apparently not there: ffmpeg -i PBS\:\ NOW\ -\ 419\ Prisons\ for\ Profit\ \(eng\).mp3.XviD.avi FFmpeg version SVN-r13968, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl

[issue521] easily fixed bug in ffmpeg.c

2008-07-11 Thread ProgrammingKid
ProgrammingKid [EMAIL PROTECTED] added the comment: On Jul 11, 2008, at 4:19 AM, Mans Rullgard wrote: Mans Rullgard [EMAIL PROTECTED] added the comment: Diego Biurrun [EMAIL PROTECTED] writes: Diego Biurrun [EMAIL PROTECTED] added the comment: On Fri, Jul 11, 2008 at 03:40:25AM +,

[issue521] easily fixed bug in ffmpeg.c

2008-07-11 Thread ProgrammingKid
ProgrammingKid [EMAIL PROTECTED] added the comment: On Jul 11, 2008, at 4:09 AM, Diego Biurrun wrote: Diego Biurrun [EMAIL PROTECTED] added the comment: On Fri, Jul 11, 2008 at 03:40:25AM +, ProgrammingKid wrote: I found a bug in the file ffmpeg.c that prevents ffmpeg from

[issue256] SVQ3 does not decode correctly

2008-07-11 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: Please provide a screenshot of how it should look. mplayer -vc qtsvq3 does not play this file here at all. -- substatus: open - needs_more_info __ FFmpeg issue tracker [EMAIL

[issue522] easily fixed bug in ffmpeg.c

2008-07-11 Thread tripp
tripp [EMAIL PROTECTED] added the comment: . -- status: new - closed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue522 __

[issue524] flac decoding : missing samples

2008-07-11 Thread MatMaul
New submission from MatMaul [EMAIL PROTECTED]: I am having troubles when I try to decode flac files, and this happens with all my flac files (encoded with flac 1.2.1, does the same if I use the ffmpeg flac encoder and then try to decode) I am using this command to decode a file and I obtain this

[issue521] easily fixed bug in ffmpeg.c

2008-07-11 Thread Mans Rullgard
Mans Rullgard [EMAIL PROTECTED] added the comment: ProgrammingKid [EMAIL PROTECTED] writes: ProgrammingKid [EMAIL PROTECTED] added the comment: On Jul 11, 2008, at 4:19 AM, Mans Rullgard wrote: Mans Rullgard [EMAIL PROTECTED] added the comment: Diego Biurrun [EMAIL PROTECTED] writes:

[issue264] WMV audio stutter

2008-07-11 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: fixed in r14171. -- status: open - closed substatus: open - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue264

[issue273] h264 decoding issues

2008-07-11 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: So the reference decoder doesnt play it. Which decoder does play it? -- substatus: open - needs_more_info __ FFmpeg issue tracker [EMAIL PROTECTED]

[issue527] Valgrind reports conditional jump or move depends on uninitialised value(s) in aac_sync() (aac_parser.c:39)

2008-07-11 Thread Nga Chung
New submission from Nga Chung [EMAIL PROTECTED]: I am trying to transcode from an aac to a wma format. Valgrind reports conditional jump or move depends on uninitialised value(s) in aac_sync() (aac_parser.c:39). I confirmed that this bug is reproducible in the latest subversion of FFmpeg,