[issue941] h264 crash/valgrind warning in put_h264_qpel8_h_lowpass_l2_ssse3

2009-04-12 Thread Michael Niedermayer
Michael Niedermayer added the comment: On Sun, Apr 12, 2009 at 11:50:09PM +, Alexander Strange wrote: > This problem only affects MVs starting in the first 5 allocated bytes of > the picture, so the fastest fix is to allocate some space before the > picture. I used 16 to avoid misaligning

[issue941] h264 crash/valgrind warning in put_h264_qpel8_h_lowpass_l2_ssse3

2009-04-12 Thread Alexander Strange
Alexander Strange added the comment: This problem only affects MVs starting in the first 5 allocated bytes of the picture, so the fastest fix is to allocate some space before the picture. I used 16 to avoid misaligning the start, since some client/sse2 code expects that even with STRIDE_ALIGN

[issue982] Update init_vlc to the new API

2009-04-12 Thread Diego Biurrun
Diego Biurrun added the comment: On Sun, Apr 12, 2009 at 08:20:30PM +, Benjamin Larsson wrote: > > Benjamin Larsson added the comment: > > Diego Biurrun wrote: > > New submission from Diego Biurrun : > > > > init_vlc() needs to be changed in the following files: > > What needs to be cha

[issue905] H.264 fails to decode properly (wrong colors, blocks, other artifacts) and segfaults

2009-04-12 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Fixed by Michael in r18474. The sample now produces an incredible amount of "Consumed only ..." output, but decodes fine. -- status: open -> closed substatus: reproduced -> fixed FFmpeg issue track

[issue944] 1920*1080i H264 CABAC MP4 file make ffplay crash

2009-04-12 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Fixed by Michael in r18474. FFmpeg issue tracker

[issue944] 1920*1080i H264 CABAC MP4 file make ffplay crash

2009-04-12 Thread Michael Niedermayer
Michael Niedermayer added the comment: Fixed in r18474 -- status: open -> closed substatus: reproduced -> fixed FFmpeg issue tracker __

[issue975] Poor mp2 sound quality and high peak levels

2009-04-12 Thread Lasse Reinhold
Lasse Reinhold added the comment: patchfile attached. FFmpeg issue tracker mpegaudio.overrun.fix.patch Description: Binary data

[issue982] Update init_vlc to the new API

2009-04-12 Thread Benjamin Larsson
Benjamin Larsson added the comment: Diego Biurrun wrote: > New submission from Diego Biurrun : > > init_vlc() needs to be changed in the following files: > What needs to be changed, they look fine to me? MvH Benjamin Larsson FFmpeg issue

[issue983] Update init_vlc to the new API

2009-04-12 Thread Diego Biurrun
New submission from Diego Biurrun : init_vlc() needs to be changed in the following files: indeo2.c mpc7.c mpc8.c rv34.c rv40.c vc1.c wnv1.c -- assignedto: kostya messages: 4957 nosy: kostya priority: normal status: open substatus: open title: Update init_vlc to the new API type: bug _

[issue982] Update init_vlc to the new API

2009-04-12 Thread Diego Biurrun
New submission from Diego Biurrun : init_vlc() needs to be changed in the following files: atrac3.c dca.c qdm2.c -- assignedto: banan messages: 4956 nosy: banan priority: normal status: open substatus: open title: Update init_vlc to the new API type: bug ___

[issue977] wrong sample rate for speex in flv

2009-04-12 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Fixed by Michael in r18460. -- status: new -> closed substatus: new -> fixed FFmpeg issue tracker _

[issue886] 0.5 branch fails to build on NetBSD

2009-04-12 Thread Diego Biurrun
Diego Biurrun added the comment: On Sun, Apr 12, 2009 at 04:48:03PM +, Mans Rullgard wrote: > > Mans Rullgard added the comment: > > Diego Biurrun writes: > > > Why does NetBSD not react to _BSD_SOURCE? This still sounds broken to me... > > _BSD_SOURCE is a glibc thing. This is weird

[issue886] 0.5 branch fails to build on NetBSD

2009-04-12 Thread Mans Rullgard
Mans Rullgard added the comment: Diego Biurrun writes: > Why does NetBSD not react to _BSD_SOURCE? This still sounds broken to me... _BSD_SOURCE is a glibc thing. FFmpeg issue tracker

[issue886] 0.5 branch fails to build on NetBSD

2009-04-12 Thread Diego Biurrun
Diego Biurrun added the comment: Why does NetBSD not react to _BSD_SOURCE? This still sounds broken to me... FFmpeg issue tracker

[issue975] Poor mp2 sound quality and high peak levels

2009-04-12 Thread Michael Niedermayer
Michael Niedermayer added the comment: On Sun, Apr 12, 2009 at 10:05:16AM +, Lasse Reinhold wrote: > Sorry for the older version, here's the output from the latest svn and > attatched > is a modified mpegaudioenc.c file rtfm svn, diff and patch ... [...] _

[issue975] Poor mp2 sound quality and high peak levels

2009-04-12 Thread Lasse Reinhold
Lasse Reinhold added the comment: Sorry for the older version, here's the output from the latest svn and attatched is a modified mpegaudioenc.c file $ ./ffmpeg -i ../paa.wav -ab 384k -ar 48000 -sample_fmt s16 -f mp2 paa.mp2 FFmpeg version SVN-r18466, Copyright (c) 2000-2009 Fabrice Bellard,

[issue944] 1920*1080i H264 CABAC MP4 file make ffplay crash

2009-04-12 Thread Francesco Cosoleto
Francesco Cosoleto added the comment: Using revs. 18419-18460 and -an the crash is possible without a backward seek request, just the playing is interrupted past 4 seconds. In some cases I can reproduce also a glibc "double free or corruption" error.

[issue886] 0.5 branch fails to build on NetBSD

2009-04-12 Thread Mans Rullgard
Mans Rullgard added the comment: Peter Ross writes: > Peter Ross added the comment: > > 1. your 'od' substitute does not work when using a cross compiler. > > 2. the netbsd man page suggests that 'hexdump' is suggested > alternative for 'od'. it might be appropriate for ./configure to use > '