31 Commits (84c72fb129b7a567fdf935ec38d73f48f739f95e)

Author SHA1 Message Date
Luca Abeni 703b56fb5d Add "support for both orderings of the slices (top->down / bottom->up)" 18 years ago
Luca Abeni 0dea6433fd replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 18 years ago
Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 18 years ago
Luca Abeni 19a6be3463 Remove useless include (not needed now that libswscale uses libavutil) 18 years ago
Luca Abeni 9bde778e73 Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Diego Biurrun 4cedbe5c8a Remove stray newline. 18 years ago
Luca Abeni a43fb6b37e Add support for conversions from the rgb565 and rgb555 formats 18 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
Diego Biurrun 05749630e8 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Luca Abeni 44cdb42386 Add support for YUVJ formats 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Luca Abeni 5784b620d2 Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32) 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
Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 18 years ago
Uoti Urpala 17c613ef34 Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile 18 years ago
Luca Abeni c792037176 Another PIX_FMT_ ---> IMGFMT_ conversion 18 years ago
Diego Biurrun dbdae6ec54 Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 18 years ago
Luca Abeni 80d0ded2f7 Add support for ffmpeg's pixel format names in libswscale 18 years ago
Diego Biurrun 6979600818 Comment some #endif lines. 18 years ago
Luca Abeni 6f209cb549 Replace MIN() and MAX() with FFMIN() and FFMAX() 18 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 18 years ago
Alan Curry d8cfa5534a Fix typo introduced in the memalign->av_malloc conversion (there is no 18 years ago
Reimar Döffinger 8dfe90941a Missing part of the malloc -> av_malloc patch: memalign must be replaced as well! 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 19 years ago
Alan Curry 247d2c9699 ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>) 19 years ago
Alan Curry d33d485e83 Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just 19 years ago
Stefan Huehner 9b2283cc33 Patch by Stefan Huehner / stefan % huehner ! org \ 19 years ago
Alan Curry 5edb653bca AltiVec operations need to have memory aligned on 16-byte boundaries. 19 years ago
Michael Niedermayer 2e728364d3 change sws sharpen filter a little 19 years ago
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun b2d374c958 Unify include paths, -I.. is in CFLAGS. 19 years ago
D Richard Felker III 73cbfb1c59 100l -- mismatched type after changing sizes to type long! 19 years ago
Diego Biurrun b40e353aa4 Reduce unnecessary swscaler verbosity. 19 years ago
Nicolas Plourde 6634d0ef1d Should fix altivec detection for g3 system. 20 years ago
Jindřich Makovička 12e1166234 check for negative strides before memcpy 20 years ago
Jindřich Makovička e63ac25d05 support for both orderings of the slices (top->down / bottom->up) 20 years ago
Reimar Döffinger 0ce5275d78 100l, forgot to change an ifdef on last commit 20 years ago
Reimar Döffinger 113ef149fd fix for MAP_ANON vs. MAP_ANONYMOUS fix... 20 years ago
Ville Syrjälä 6118e52ea6 Improved NV12/NV21 support. 20 years ago
Bohdan Horst 171d7d788a FreeBSD fix 20 years ago
Reimar Döffinger 790409c949 Compile fix on non-x86 20 years ago
Aurelien Jacobs 38d5c282cd makes funnyCode pages executable (for CPU with NX bit) 20 years ago
Aurelien Jacobs 6d606c4f5b fix few x86_64 registers handling 20 years ago