14 Commits (0809b51e528067ad94ff0ca31e91b02526197774)

Author SHA1 Message Date
  Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 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 19 years ago
  Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 19 years ago
  Luca Abeni 73435f006b Move postproc ---> libswscale 19 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
  Michael Niedermayer c1b0bfb477 vertical cubic/linear scaling 23 years ago
  Michael Niedermayer 077ea8a7f4 horizontal up/downscale linear & cubic 23 years ago
  Michael Niedermayer d1fac6cf52 swscaler cleanup 23 years ago
  Michael Niedermayer 3885847036 yv12 to yv12 scaler 23 years ago
  Arpi 3db822b03f header for swscale.c 23 years ago