| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove disabled debug code. | Diego Biurrun | 2009-08-10 | 1 | -9/+0 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | Ramiro Polla | 2009-08-09 | 1 | -2/+2 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | Kostya Shishkov | 2009-08-09 | 1 | -66/+66 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 3 | -42/+0 |
* | Fix regression when converting to nv12/nv21. | Guennadi Liakhovetski | 2009-08-01 | 1 | -1/+3 |
* | MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -19/+16 |
* | MMX2 scaler: factorize initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -30/+10 |
* | MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -3/+4 |
* | Indent. | Ramiro Polla | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | Ramiro Polla | 2009-07-28 | 1 | -52/+15 |
* | Remove useless code. | Ramiro Polla | 2009-07-28 | 1 | -3/+1 |
* | Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them | Ramiro Polla | 2009-07-27 | 2 | -85/+79 |
* | Factorize x86 fast_bilinear assembly. | Ramiro Polla | 2009-07-27 | 1 | -24/+12 |
* | Fix assembly comments for x86 fast_bilinear so they match the C code. | Ramiro Polla | 2009-07-27 | 1 | -16/+16 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 4 | -16/+15 |
* | Remove unnecessary #include <unistd.h> | Måns Rullgård | 2009-07-23 | 1 | -1/+0 |
* | Remove unused variables. | Ramiro Polla | 2009-07-21 | 2 | -4/+0 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | Ramiro Polla | 2009-07-09 | 2 | -7/+10 |
* | The AltiVec code in libswscale no longer is under GPL. | Diego Biurrun | 2009-07-05 | 1 | -1/+1 |
* | Use enum PixelFormat in sws_format_name() prototype | Måns Rullgård | 2009-07-01 | 1 | -1/+1 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | Diego Biurrun | 2009-06-25 | 1 | -5/+5 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | Diego Biurrun | 2009-06-25 | 1 | -1/+1 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | Diego Biurrun | 2009-06-25 | 1 | -2/+1 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | Vitor Sessak | 2009-06-17 | 1 | -0/+2 |
* | Kill warnings of possibly unused variables by using av_unused. | Ramiro Polla | 2009-06-11 | 1 | -8/+8 |
* | Fix compilation: #undef standard library functions that are | Diego Biurrun | 2009-06-11 | 1 | -0/+6 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | Diego Biurrun | 2009-06-11 | 1 | -0/+1 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | Stefano Sabatini | 2009-06-06 | 1 | -16/+15 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | Ramiro Polla | 2009-06-04 | 2 | -6/+6 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 1 | -2/+2 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | Pavel Pavlov | 2009-06-04 | 2 | -39/+39 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | Kostya Shishkov | 2009-06-02 | 1 | -0/+4 |
* | YUV into RGB48 BE/LE conversion support | Kostya Shishkov | 2009-06-02 | 2 | -0/+57 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | Kostya Shishkov | 2009-06-02 | 3 | -1/+61 |
* | Move colorspace conversion functions implemented in pure C from template | Kostya Shishkov | 2009-05-25 | 2 | -137/+138 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | Kostya Shishkov | 2009-05-19 | 1 | -0/+2 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | Kostya Shishkov | 2009-05-19 | 2 | -0/+7 |
* | Add const qualifier to param argument of sws_getContext() and | Diego Biurrun | 2009-05-10 | 2 | -4/+5 |
* | Move preprocessor condition before variable declaration, fixes the warning: | Diego Biurrun | 2009-05-10 | 1 | -1/+1 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | Diego Biurrun | 2009-05-09 | 3 | -7/+11 |
* | Fix sliced yuv410 -> yuv420 conversion | Vitor Sessak | 2009-05-07 | 1 | -4/+8 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | Michael Niedermayer | 2009-05-05 | 1 | -1/+6 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | Cédric Schieli | 2009-05-02 | 1 | -1/+1 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | Cédric Schieli | 2009-04-27 | 1 | -9/+0 |
* | Make reset_ptr() void. | Carl Eugen Hoyos | 2009-04-23 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | Michael Niedermayer | 2009-04-21 | 3 | -2/+129 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | Michael Niedermayer | 2009-04-21 | 1 | -90/+37 |
* | Add macro to check for 16bit per sample. | Michael Niedermayer | 2009-04-21 | 1 | -0/+4 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | Michael Niedermayer | 2009-04-21 | 1 | -5/+28 |
* | Use generic BE check instead of checking for gray16LE. | Michael Niedermayer | 2009-04-20 | 1 | -1/+1 |