[issue797] ffserver round audioBitRate to int value, but amr_nb audio codec users only fractional bit_rates

2009-01-24 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: I do not think this would work anyway, as live 3gp streams are RTP streams, and AMR in RTP is currently not supported in libavformat FFmpeg issue tracker ffmpeg_iss...@live.polito.it

[issue582] Decoding a pcm_u8 audio stream results in garbled hissing sound.

2009-01-24 Thread Dave
Dave d.nic...@gmail.com added the comment: thanks Vitor, but the latest build doesn't include this patch? please excuse my ignorance (yes, I'm new here), but how does one get it included? once done, we could close this issue... FFmpeg issue

[issue582] Decoding a pcm_u8 audio stream results in garbled hissing sound.

2009-01-24 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Just read the follow-up (Next message) to know what is needed to get the patch included into svn. FFmpeg issue tracker ffmpeg_iss...@live.polito.it

[issue798] ogg files from FOSDEM 2007 2008 crashing FFmpeg (internal vorbis/theora)

2009-01-24 Thread skottish
New submission from skottish skottish97...@gmail.com: The following files are crashing FFmpeg and FFplay: http://fosdem.unixheads.org/2007/FOSDEM2007-Status-of-Software-Patents-in-Europe.ogg http://ftp.heanet.ie/mirrors/fosdem-video/2008/maintracks/FOSDEM2008-swpat.ogg FFmpeg information:

[issue672] ffmpeg fails to detect/decode certain flac files

2009-01-24 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Assigning to myself. But would you please upload a sample? I can't fix a problem if I can't reproduce it. -- assignedto: - jbr nosy: +jbr FFmpeg issue tracker

[issue564] Could not find codec parameters (Audio: ac3, 0 channels, s16) for HDTV mpg

2009-01-24 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: liba52 is no longer used in FFmpeg, but this sample presents a similar issue issue when the native decoder is used. The audio in this sample seems to start with a truncated AC3 frame. So it is correct for FFmpeg to report a frame sync

[issue445] lame 3.98 -aq floats

2009-01-24 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: This issue is not valid. FFmpeg passes a float value for VBR quality to libmp3lame. It is not exact since avctx.global_quality is an integer, but it's not too bad. For example, -aq 3.7 passes a value of 3.694915. -- status: open

[issue798] ogg files from FOSDEM 2007 2008 crashing FFmpeg (internal vorbis/theora)

2009-01-24 Thread compn
compn te...@twmi.rr.com added the comment: could you paste the gdb output? a recent (but not latest) mplayer version does not seem to have the same problems... -- status: new - open substatus: new - needs_more_info FFmpeg issue

[issue798] ogg files from FOSDEM 2007 2008 crashing FFmpeg (internal theora)

2009-01-24 Thread Mike Melanson
Mike Melanson m...@multimedia.cx added the comment: Using SVN-r16768 on Mac OS X / x86_64, I decoding the 2007 file without incident from start to finish using: ffmpeg -i FOSDEM2008-swpat.ogg -f framecrc - /dev/null Though I did see this warning at the beginning: [theora @ 0x101004400]7 bits

[issue799] Monkey's Audio (APE) decoder crashes on incomplete frame; x86_32/gcc 3.4.6

2009-01-24 Thread Mike Melanson
New submission from Mike Melanson m...@multimedia.cx: This problem only occurs when FFmpeg is compiled for x86_32 on Linux using gcc 3.4.6 (still supported as of this bug report). Using SVN-r16768 and the sample luckynight-partial.ape (which ends with an incomplete frame) from: