[libav-devel] VideoDSP X86 asms

2014-01-30 Thread Janne Grunau
Hi,

videodsp uses SSE2 instructions in SSE code which results in crashes on
machines not support SSE2 but SSE like AMD's Athlon and theoretically
Pentium3. Patch 1 fixes the issue at hand (squashed from two patches).
Patch 2+3 are small changes which brings us up to date wrt to videodsp.asm.

Janne
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] VideoDSP X86 asms

2014-01-30 Thread Luca Barbato
On 30/01/14 15:43, Janne Grunau wrote:
 Hi,
 
 videodsp uses SSE2 instructions in SSE code which results in crashes on
 machines not support SSE2 but SSE like AMD's Athlon and theoretically
 Pentium3. Patch 1 fixes the issue at hand (squashed from two patches).
 Patch 2+3 are small changes which brings us up to date wrt to videodsp.asm.
 

Probably ok (gave a read but I'm not an expert at all).

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel