[vlc-devel] libvlc-1.0.0 dated 2009-jul-07 crashes in swscalar

J Decker d3ck0r at gmail.com
Tue Jul 7 11:23:57 CEST 2009


after renaming all of the following

libswscale_plugin.dll.asdf
libi420_rgb_sse2_plugin.dll.asdf
libi420_rgb_mmx_plugin.dll.asdf
libi420_rgb_plugin.dll.asdf

the program no longer threw a null reference exception... but I had no
video, I did have sound.


each one

i420 sse2 (refernenecd a NULL in esi)

   mov dword ptr [esi],eax;  eax = 0x00101010, esi=0x00000000


then mmx (same)
then just the _plugin (same)





On Tue, Jul 7, 2009 at 12:29 AM, Anthony
Loiseau<thannoy at actech-innovation.com> wrote:
> There is many chances it is not related at all, but in case.
>
> I already got a crash inside a mmx code, but in libavcodec.
> I ugly replaced "FLOAT_TO_INT16_INTERLEAVE(sse2," content by the sse1
> content in libavcodec/x86/dsputil_mmx.c.
>
>
> I was cross-compiling VLC+FFmpeg from Fedora10 64bits dual-core to
> Windows i686.
>
>
> regards,
> Anthony
>
> On Mon, 2009-07-06 at 19:44 -0700, J Decker wrote:
>> using libvlc on windows, playing a video, I get a crash in an mmx
>> section of libswscale_plugin
>>
>> wish I could copy and paste the disassembly to point to it better...
>>
>> using the exact same program, and pointing at 0.9.6, the video plays
>> correctly.  since 0.9.9 I have complained about this libswscalar
>> problem.  I had checked the code directly before, and know that
>> setting disables in vlc.cfg for MMX=0 etc do not help.  ( I attempted
>> it anyhow, and it did not change the effect).
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> http://mailman.videolan.org/listinfo/vlc-devel
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



More information about the vlc-devel mailing list