[issue884] libspeex decoder errors on any file

2009-06-26 Thread Carl Eugen Hoyos

Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment:

Only issues with current svn are valid.

--
status: new - closed
substatus: needs_more_info - invalid


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884



[issue884] libspeex decoder errors on any file

2009-06-25 Thread Daniel Verkamp

Daniel Verkamp dan...@drv.nu added the comment:

Re-tested with latest ffmpeg sources, and I no longer get the errors (previous
test was with 0.5 release).

I also get the same md5sum as you for the decoded audio, and it sounds okay.

So I think this is fixed...

--
nosy: +DrV


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884



[issue884] libspeex decoder errors on any file

2009-06-19 Thread Daniel Verkamp

Daniel Verkamp dan...@drv.nu added the comment:

(Sorry, missed responses, as I assumed they'd be emailed...)

I am using the Gentoo-provided libspeex on x86-64 (speex-1.2_rc1).


With the same sample as before:

$ ffmpeg -i noah-2sec-1600.spx /tmp/dec.wav
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
--mandir=/usr/share/man --enable-static --enable-shared
--cc=x86_64-pc-linux-gnu-gcc --disable-debug --disable-network
--enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264
--enable-libxvid --disable-demuxer=v4l --disable-demuxer=v4l2
--disable-demuxer=oss --disable-muxer=oss --enable-x11grab --enable-libdirac
--enable-libschroedinger --enable-libspeex --enable-libamr-nb --enable-libamr-wb
--enable-nonfree --disable-altivec --cpu=k8 --disable-vhook --enable-gpl
--enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-swscale
--disable-stripping --enable-hardcoded-tables
  libavutil 49.15. 0 / 49.15. 0
  libavcodec52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter0. 4. 0 /  0. 4. 0
  libswscale 0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on May 10 2009 11:35:14, gcc: 4.3.3
Input #0, ogg, from 'noah-2sec-1600.spx':
  Duration: N/A, start: 0.00, bitrate: N/A
Stream #0.0: Audio: libspeex, 16000 Hz, stereo, s16
Output #0, wav, to '/tmp/dec.wav':
Stream #0.0: Audio: pcm_s16le, 16000 Hz, stereo, s16, 512 kb/s
Stream mapping:
  Stream #0.0 - #0.0
Press [q] to stop encoding
notification: Invalid mode encountered. The stream is corrupted.
[libspeex @ 0x74caf0]Error decoding Speex frame.
Error while decoding stream #0.0
notification: Invalid mode encountered. The stream is corrupted.
Error while decoding stream #0.0
size= 129kB time=2.06 bitrate= 512.2kbits/s
video:0kB audio:129kB global headers:0kB muxing overhead 0.033374%


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884



[issue884] libspeex decoder errors on any file

2009-06-19 Thread Justin Ruggles

Justin Ruggles justin.rugg...@gmail.com added the comment:

I'm sorry, but I'm still unable to reproduce. Maybe someone else can. 
Check the md5sum of the decoded wav file to see if it matches mine.

./ffmpeg -i ~/Desktop/noah-2sec-1600.spx noah.wav
FFmpeg version SVN-r19182, Copyright (c) 2000-2009 Fabrice Bellard, et 
al.
  configuration: --enable-gpl --enable-libvorbis --enable-libx264 --
enable-pthreads --enable-libspeex
  libavutil 50. 3. 0 / 50. 3. 0
  libavcodec52.31. 2 / 52.31. 2
  libavformat   52.34. 0 / 52.34. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale 0. 7. 1 /  0. 7. 1
  built on Jun 19 2009 19:46:51, gcc: 4.3.3
Input #0, ogg, from '/home/justin/Desktop/noah-2sec-1600.spx':
  Duration: 00:00:02.04, start: 0.00, bitrate: 30 kb/s
Stream #0.0: Audio: libspeex, 16000 Hz, 2 channels, s16
Output #0, wav, to 'noah.wav':
Stream #0.0: Audio: pcm_s16le, 16000 Hz, 2 channels, s16, 512 kb/s
Stream mapping:
  Stream #0.0 - #0.0
Press [q] to stop encoding
size= 129kB time=2.06 bitrate= 512.2kbits/s
video:0kB audio:129kB global headers:0kB muxing overhead 0.033374%

md5sum noah.wav 02d8633ef701b88bb87de02a0bc3fbdf

speexdec -v
speexdec (Speex decoder) version 1.2rc1 (compiled Nov  6 2008)
Copyright (C) 2002-2006 Jean-Marc Valin


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884



[issue884] libspeex decoder errors on any file

2009-04-11 Thread Justin Ruggles

Justin Ruggles justin.rugg...@gmail.com added the comment:

I don't get any errors with the sample you provided.  I am using
libspeex1.2beta4 from Ubuntu.  The output does sound a little odd, but it sounds
the same when I use speexdec.

So regarding the error messages... which version of libspeex do you have
installed? which revision of ffmpeg are you using? and please provide the full
ffmpeg commandline and output.

--
substatus: new - needs_more_info


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884



[issue884] libspeex decoder errors on any file

2009-04-11 Thread Justin Ruggles

Justin Ruggles justin.rugg...@gmail.com added the comment:

(adding myself to nosy list)


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/roundup/ffmpeg/issue884