1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 00:35:05 +02:00
ffmpeg/libavutil/x86
Sean McGovern 5938e02185 cpu detection: avoid a signed overflow
1<<31 overflows because 1 is signed, so force it to unsigned.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-09-03 08:31:50 -07:00
..
bswap.h bswap: use native types for av_bwap16(). 2011-04-22 20:05:48 -04:00
cpu.c cpu detection: avoid a signed overflow 2011-09-03 08:31:50 -07:00
intmath.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
intreadwrite.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
timer.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86inc.asm Move x86inc.asm to libavutil/. 2011-08-12 11:43:02 -07:00
x86util.asm Move clipd macros to x86util.asm. 2011-08-17 20:56:06 -07:00