ffmpeg/libswscale
Vittorio Giovara 6b3ff6f91a swscale: provide a default scaler if none is set
Lanczos for general case, sinc for upscaling, Gaussian for
downscaling. According to current literature these scalers
should be the best quality-wise algorithms for each case.

Inspired from a patch by wm4 <nfxjfg@googlemail.com>

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-10-05 18:38:55 +02:00
..
bfin swscale: cosmetics: Drop silly camelCase from swScale function pointer name 2013-08-29 10:23:54 +02:00
ppc ppc: don't return a value from a function declared void 2013-08-30 00:41:10 +03:00
sparc Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
x86 swscale: x86: Hide arch-specific initialization details 2013-08-28 23:59:24 +02:00
Makefile Create version.h headers for libraries that lack them 2012-07-04 15:10:06 +02:00
colorspace-test.c testprogs: Remove unused includes 2012-08-29 00:23:51 +03:00
input.c swscale: do not forget to swap data in formats with different endianness 2012-10-31 17:53:57 +01:00
libswscale.v swscale: Do not make ff_ symbols globally visible. 2012-10-10 02:08:01 +02:00
options.c Give less generic names to global library option arrays 2013-08-02 19:19:02 +02:00
output.c swscale: Move extern declarations for tables to swscale_internal.h 2013-08-15 14:38:03 +02:00
rgb2rgb.c swscale: x86: Hide arch-specific initialization details 2013-08-28 23:59:24 +02:00
rgb2rgb.h Drop pointless directory name prefixes from #includes in the current dir 2013-09-10 12:38:41 +02:00
rgb2rgb_template.c swscale: Add av_cold attributes to init functions missing them 2013-05-04 22:48:05 +02:00
swscale-test.c sws: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:38 +02:00
swscale.c swscale: cosmetics: Drop silly camelCase from swScale function pointer name 2013-08-29 10:23:54 +02:00
swscale.h swscale: add support for endianness only conversion 2013-05-06 18:55:58 +02:00
swscale_internal.h swscale: cosmetics: Drop silly camelCase from swScale function pointer name 2013-08-29 10:23:54 +02:00
swscale_unscaled.c swscale: cosmetics: Drop silly camelCase from swScale function pointer name 2013-08-29 10:23:54 +02:00
utils.c swscale: provide a default scaler if none is set 2013-10-05 18:38:55 +02:00
version.h swscale: add support for endianness only conversion 2013-05-06 18:55:58 +02:00
yuv2rgb.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00