You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Diego Biurrun
1615fb91a1
Declare struct SwsContext before using it, fixes the checkheaders warning:
...
libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list
libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want
Originally committed as revision 28353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
..
Makefile
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
16 years ago
cs_test.c
Add some const specifiers to function name variables; fixes a bunch of
16 years ago
internal_bfin.S
spelling/grammar/wording overhaul
17 years ago
rgb2rgb.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
rgb2rgb.h
Delete unnecessary 'extern' keywords.
16 years ago
rgb2rgb_template.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
swscale-example.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
swscale.c
Disable C code when compiling AltiVec code, fixes the warning:
16 years ago
swscale.h
Add bitexact flag.
17 years ago
swscale_altivec_template.c
spelling/grammar/wording overhaul
17 years ago
swscale_avoption.c
Add bitexact flag.
17 years ago
swscale_bfin.c
Remove pointless malloc.h #include.
16 years ago
swscale_internal.h
Declare struct SwsContext before using it, fixes the checkheaders warning:
16 years ago
swscale_template.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
yuv2rgb.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
yuv2rgb_altivec.c
Remove pointless malloc.h #include.
16 years ago
yuv2rgb_bfin.c
Avoid POSIX-reserved _t namespace.
16 years ago
yuv2rgb_mlib.c
spelling/grammar/wording overhaul
17 years ago
yuv2rgb_template.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
16 years ago
yuv2rgb_vis.c
Convert asm keyword into __asm__.
16 years ago