| Commit message (Expand) | Author | Age | Files | Lines |
* | typo | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | use YUV440P in swscale | Andreas Öman | 2007-07-18 | 1 | -0/+10 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | integrating ff_bfin_get_unscaled_swscale into the system | Marc Hoffman | 2007-06-22 | 1 | -0/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-13 | 1 | -6/+6 |
* | rename attribute_unused to av_unused as it is declared in common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -1/+1 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -3/+0 |
* | ffmpeg -sws_flags command line option to set swscaler flags | Ivo van Poorten | 2007-05-23 | 1 | -1/+34 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | Marc Hoffman | 2007-05-13 | 1 | -1/+3 |
* | cosmetics; one test per line for all isXXX(x) macros | Ivo van Poorten | 2007-05-11 | 1 | -16/+48 |
* | cosmetics: indentation after previous patch | Benoit Fouet | 2007-05-02 | 1 | -13/+13 |
* | test if color conv fonction exists prior to using it | Benoit Fouet | 2007-05-02 | 1 | -0/+3 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-29 | 1 | -2179/+2178 |
* | cosmetics: Remove trailing whitespace. | Diego Biurrun | 2007-04-26 | 1 | -51/+51 |
* | improve horizontal chroma resolution with pal | Michael Niedermayer | 2007-04-15 | 1 | -1/+4 |
* | convert palette to yuv instead of converting each pixel after pal->rgb | Michael Niedermayer | 2007-04-15 | 1 | -5/+22 |
* | typo | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 | Carl Eugen Hoyos | 2007-04-03 | 1 | -0/+7 |
* | fix full range (jpeg yuv) chroma | Michael Niedermayer | 2007-03-18 | 1 | -1/+6 |
* | Add PIX_FMT_PAL8 to isPacked(). | Karl H. Beckers | 2007-03-08 | 1 | -1/+2 |
* | a small step toward 4 plane support | Michael Niedermayer | 2007-03-02 | 1 | -6/+6 |
* | copy src to prevent the user supplied argumet from being changed | Michael Niedermayer | 2007-03-02 | 1 | -1/+2 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -9/+9 |
* | BGR/RGB4 byte formats as input | Michael Niedermayer | 2007-02-17 | 1 | -1/+2 |
* | pal8 input | Michael Niedermayer | 2007-02-16 | 1 | -2/+3 |
* | Pass a context to av_log(), when possible | Luca Abeni | 2007-01-23 | 1 | -54/+61 |
* | Add "support for both orderings of the slices (top->down / bottom->up)" | Luca Abeni | 2007-01-12 | 1 | -10/+4 |
* | replace some av_malloc();memset(...,0,...) sequences with av_mallocz() | Luca Abeni | 2007-01-06 | 1 | -6/+3 |
* | change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() | Luca Abeni | 2006-12-26 | 1 | -9/+9 |
* | Mark some variables as possibly unused to avoid warnings | Luca Abeni | 2006-12-26 | 1 | -1/+1 |
* | Add some explicit casts to avoid "assignment from incompatible pointer type" | Luca Abeni | 2006-12-26 | 1 | -12/+12 |
* | Remove useless include (not needed now that libswscale uses libavutil) | Luca Abeni | 2006-12-22 | 1 | -5/+0 |
* | Allow to compile swscale's non-SIMD code under the LGPL license. | Luca Abeni | 2006-12-20 | 1 | -10/+12 |
* | Clarify that some of the non-SIMD code is now LGPLed. | Luca Abeni | 2006-11-19 | 1 | -2/+2 |
* | Remove stray newline. | Diego Biurrun | 2006-11-16 | 1 | -12/+12 |
* | Add support for conversions from the rgb565 and rgb555 formats | Luca Abeni | 2006-11-02 | 1 | -1/+1 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -12/+12 |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 1 | -0/+88 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -10/+10 |
* | Change license headers to say 'FFmpeg' instead of 'this program'. | Diego Biurrun | 2006-10-07 | 1 | -19/+21 |
* | Add support for YUVJ formats | Luca Abeni | 2006-09-27 | 1 | -1/+22 |
* | Remove the dependency of libswscale on img_format.h | Luca Abeni | 2006-09-17 | 1 | -195/+158 |
* | Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32) | Luca Abeni | 2006-09-17 | 1 | -1/+1 |
* | Add sws_getCachedContext(), which checks if context is valid or reallocs a ne... | Víctor Paesa | 2006-09-04 | 1 | -0/+34 |
* | make the C code of the swscaler which i wrote LGPL | Michael Niedermayer | 2006-08-30 | 1 | -0/+3 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile | Uoti Urpala | 2006-08-12 | 1 | -4/+4 |
* | Another PIX_FMT_ ---> IMGFMT_ conversion | Luca Abeni | 2006-08-05 | 1 | -0/+1 |
* | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. | Diego Biurrun | 2006-08-05 | 1 | -5/+5 |
* | Add support for ffmpeg's pixel format names in libswscale | Luca Abeni | 2006-07-31 | 1 | -0/+22 |