1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-15 05:45:14 +02:00
ffmpeg/libswscale
Diego Biurrun 5a5a0f1613 swscale: Remove unused variables in x86 code.
libswscale/x86/swscale_template.c:2072: warning: unused variable ‘canMMX2BeUsed’
libswscale/x86/swscale_template.c:2145: warning: unused variable ‘canMMX2BeUsed’
libswscale/x86/swscale_template.c:2209: warning: unused variable ‘chrVPixBuf’
libswscale/x86/swscale_template.c:2237: warning: unused variable ‘chrVSrcPtr’
2011-05-27 21:25:57 +02:00
..
bfin swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00
mlib Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ppc swscale: fix compile on ppc. 2011-05-26 11:32:32 -04:00
sparc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86 swscale: Remove unused variables in x86 code. 2011-05-27 21:25:57 +02:00
colorspace-test.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
Makefile swscale: move away x86 specific code from rgb2rgb 2011-04-14 22:16:47 +02:00
options.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00
rgb2rgb_template.c swscale: Eliminate rgb24toyv12_c() duplication. 2011-05-26 00:56:06 +02:00
rgb2rgb.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00
rgb2rgb.h swscale: Remove orphaned, commented-out function declaration. 2011-05-26 00:56:07 +02:00
swscale_internal.h swscale: fix compile on ppc. 2011-05-26 11:32:32 -04:00
swscale_template.c swscale: use av_clip_uint8() in yuv2yuv1_c(). 2011-05-26 09:31:27 -04:00
swscale-test.c swscale: Remove commented-out printf cruft. 2011-05-26 03:45:58 +02:00
swscale.c swscale: split chroma buffers into separate U/V planes. 2011-05-26 09:31:27 -04:00
swscale.h swscale: revive SWS_CPU_CAPS until next major bump. 2011-05-26 06:50:12 +02:00
utils.c swscale: delay allocation of formatConvBuffer(). 2011-05-27 13:22:27 -04:00
yuv2rgb.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00