0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/libswscale
diego 9c19753fcc FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20057 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 22:18:40 +00:00
..
cs_test.c Fix warnings: 2006-10-04 13:51:12 +00:00
Makefile FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS. 2006-10-04 22:18:40 +00:00
rgb2rgb_template.c Add official GPL header to make license explicit as discussed on ffmpeg-devel. 2006-09-06 10:24:19 +00:00
rgb2rgb.c Add official GPL header to make license explicit as discussed on ffmpeg-devel. 2006-09-06 10:24:19 +00:00
rgb2rgb.h Add proper GPL headers. 2006-09-09 21:10:26 +00:00
swscale_altivec_template.c Remove unused variables. 2006-10-01 14:17:45 +00:00
swscale_internal.h Remove the dependency of libswscale on img_format.h 2006-09-17 15:15:13 +00:00
swscale_template.c Fix unused variable warning when compiling with MMX disabled. 2006-10-03 17:11:43 +00:00
swscale-example.c Fix warnings: 2006-10-04 13:54:56 +00:00
swscale.c Add support for YUVJ formats 2006-09-27 11:41:36 +00:00
swscale.h Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 2006-09-04 09:38:24 +00:00
yuv2rgb_altivec.c Remove unused variables. 2006-10-01 14:17:45 +00:00
yuv2rgb_mlib.c Remove the dependency of libswscale on img_format.h 2006-09-17 15:15:13 +00:00
yuv2rgb_template.c Remove the dependency of libswscale on img_format.h 2006-09-17 15:15:13 +00:00
yuv2rgb.c make some global var static (fix a build failure with shared lib on x86_64) 2006-10-03 23:51:32 +00:00