55 Commits (e183b6d17cc5730f41f44ccca5c9857e19385f5f)

Author SHA1 Message Date
Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
Marc Hoffman 1ebbfe159f integrating ff_bfin_get_unscaled_swscale into the system 18 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Carl Eugen Hoyos 2db27aadcb rename attribute_unused to av_unused as it is declared in common.h 18 years ago
Diego Biurrun 4d7b302c0d Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Ivo van Poorten d61845e8ae ffmpeg -sws_flags command line option to set swscaler flags 18 years ago
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
Benoit Fouet c4ca31d0a8 cosmetics: indentation after previous patch 18 years ago
Benoit Fouet 068b0f4f29 test if color conv fonction exists prior to using it 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
Michael Niedermayer fa65e2f63a improve horizontal chroma resolution with pal 18 years ago
Michael Niedermayer 21c08a3f1c convert palette to yuv instead of converting each pixel after pal->rgb 18 years ago
Diego Biurrun 911406f2c4 typo 18 years ago
Carl Eugen Hoyos 94bd08b069 Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 18 years ago
Michael Niedermayer edf97a75f9 fix full range (jpeg yuv) chroma 18 years ago
Karl H. Beckers 6cbac7ed3a Add PIX_FMT_PAL8 to isPacked(). 18 years ago
Michael Niedermayer dd9bdeb9f3 a small step toward 4 plane support 18 years ago
Michael Niedermayer 0c84001325 copy src to prevent the user supplied argumet from being changed 18 years ago
Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 18064f5cf3 BGR/RGB4 byte formats as input 18 years ago
Michael Niedermayer e28630fc70 pal8 input 18 years ago
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
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