| .. |
|
Makefile
|
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
17 years ago |
|
cs_test.c
|
Add some const specifiers to function name variables; fixes a bunch of
|
17 years ago |
|
internal_bfin.S
|
spelling/grammar/wording overhaul
|
17 years ago |
|
rgb2rgb.c
|
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
16 years ago |
|
rgb2rgb.h
|
Delete unnecessary 'extern' keywords.
|
17 years ago |
|
rgb2rgb_template.c
|
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
16 years ago |
|
swscale-example.c
|
Remove unnecessary emms Assembler instructions.
|
16 years ago |
|
swscale.c
|
Use sws_printVec2() instead of the deprecated sws_printVec().
|
16 years ago |
|
swscale.h
|
Rename the "src" parameter in the sws_scale() declaration to
|
16 years ago |
|
swscale_altivec_template.c
|
Make hScale_altivec_real() trim its output like other implementations do
|
16 years ago |
|
swscale_avoption.c
|
Add bitexact flag.
|
17 years ago |
|
swscale_bfin.c
|
Remove pointless malloc.h #include.
|
17 years ago |
|
swscale_internal.h
|
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
|
16 years ago |
|
swscale_template.c
|
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
|
16 years ago |
|
yuv2rgb.c
|
Prefix visible YUV2RGB functions with sws_
|
16 years ago |
|
yuv2rgb_altivec.c
|
Prefix visible YUV2RGB functions with sws_
|
16 years ago |
|
yuv2rgb_bfin.c
|
Avoid POSIX-reserved _t namespace.
|
17 years ago |
|
yuv2rgb_mlib.c
|
Prefix visible YUV2RGB functions with sws_
|
16 years ago |
|
yuv2rgb_template.c
|
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
|
16 years ago |
|
yuv2rgb_vis.c
|
Prefix visible YUV2RGB functions with sws_
|
16 years ago |