| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add isBE() | Michael Niedermayer | 2009-04-20 | 1 | -0/+1 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | Michael Niedermayer | 2009-04-18 | 1 | -2/+0 |
* | Rename swscale_avoption.c to options.c. | Stefano Sabatini | 2009-04-18 | 2 | -1/+1 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | Stefano Sabatini | 2009-04-18 | 1 | -1/+1 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | Stefano Sabatini | 2009-04-18 | 2 | -9/+9 |
* | whitespace cosmetics: Break some overly long lines. | Diego Biurrun | 2009-04-14 | 1 | -10/+18 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | Cédric Schieli | 2009-04-14 | 2 | -10/+11 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | Diego Biurrun | 2009-04-12 | 1 | -12/+15 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | Ramiro Polla | 2009-04-08 | 1 | -10/+10 |
* | swscale: Remove X86 commented out code. | Ramiro Polla | 2009-04-05 | 1 | -11/+1 |
* | swscale: Use function pointers for swScale functions. | Ramiro Polla | 2009-04-04 | 3 | -205/+186 |
* | swscale: {}-related cosmetics. | Ramiro Polla | 2009-04-04 | 1 | -7/+10 |
* | swscale: Add const to some swScale functions' parameters. | Ramiro Polla | 2009-04-04 | 2 | -70/+72 |
* | swscale: Remove mmx2 params from h[yc]scale(). | Ramiro Polla | 2009-04-02 | 1 | -29/+36 |