22 Commits (82360e670d2d1e6092257272d569efcdcb94cb2c)

Author SHA1 Message Date
Stefano Sabatini 0eaf523548 Change headers' guardnames consistently with r15120. 16 years ago
Stefano Sabatini b3e03fa7b0 Implement swscale_version(). 16 years ago
Baptiste Coudurier 8055ede6c7 change sws_format_name to return const char*, supress many warnings 17 years ago
Måns Rullgård e08e6bb6f2 less preprocessor magic in version number macros 17 years ago
Måns Rullgård 885176993a #include "libavutil/avutil.h" in swscale.h 17 years ago
Måns Rullgård ccf95ef1de Clean up lib* version definitions 17 years ago
Måns Rullgård 1d03e71805 remove duplicate AV_STRINGIFY() definition 17 years ago
Diego Biurrun 39c70be189 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Diego Biurrun 9f17e13bfc Remove extern C declarations for C++. 18 years ago
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Luca Abeni d28ef27031 deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 18 years ago
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Víctor Paesa 22e4695905 Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 18 years ago
Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 66d1cdb672 passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags 20 years ago
Romain Dolbeau a2faa40192 AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer e21206a820 moving getFilter stuff back (vf_scale.c -> swscale.c) 22 years ago
Michael Niedermayer 516b1f82ac removing sws - global verbose var dependancy 22 years ago
Michael Niedermayer fccb9b2b80 10000l (YUV vs. YVU swscale fix/cleanup) 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer 0481412aba brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it) 22 years ago
Michael Niedermayer 6542b44e2a cleanup 22 years ago
Michael Niedermayer 77a4965980 cleanup 22 years ago
Michael Niedermayer a86c461c6b more scaling algos 23 years ago
Michael Niedermayer 81a571a8b3 -sws 6 (luma bicubic & chroma bilinear) 23 years ago
Michael Niedermayer cf7d1c1a73 use unified yuv2rgb init 23 years ago
Michael Niedermayer 985c513355 10l 23 years ago
Michael Niedermayer 5859233b70 100l (non mmx versions didnt compile) 23 years ago
Michael Niedermayer c7a810cc25 selftest support 23 years ago
Michael Niedermayer b7dc6f6628 overread in the mmx2 horizontal scaler fixed 23 years ago
Michael Niedermayer 370799068d swScale internally uses yuv2rgb now if possible 23 years ago
Michael Niedermayer 1e621b18b2 YUY2, BGR24, BGR32 input support (no mmx yet) 23 years ago
Michael Niedermayer 6c7506de1c YV12 like formats support (I420/IYUV) 23 years ago
Michael Niedermayer d8863d37e2 area averageing scaling support (-sws 5) (is identical to bilinear for upscale) 23 years ago
Michael Niedermayer ff7ba85694 nearest neighbor / sdl emulation ;) scaling (-sws 4) 23 years ago
Michael Niedermayer 5521b193d6 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 23 years ago
Michael Niedermayer fe8054c0ff copyright(swscaler) = GPL 23 years ago
Michael Niedermayer 5cebb24be0 a few filters (should be removed/merged when arpis videofilter stuff is finished) 23 years ago
Michael Niedermayer c7f822d95e general convolution filtering of the source picture 23 years ago
Michael Niedermayer 28bf81c90d removed global vars so that multiple swscalers can be used 23 years ago