| Commit message (Expand) | Author | Age |
* | Remove libswscale directory in MPlayer sources | Uoti Urpala | 2009-07-26 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | ramiro | 2009-07-09 |
* | The AltiVec code in libswscale no longer is under GPL. | diego | 2009-07-05 |
* | Use enum PixelFormat in sws_format_name() prototype | mru | 2009-07-01 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | diego | 2009-06-25 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | diego | 2009-06-25 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | diego | 2009-06-25 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | vitor | 2009-06-17 |
* | Kill warnings of possibly unused variables by using av_unused. | ramiro | 2009-06-11 |
* | Fix compilation: #undef standard library functions that are | diego | 2009-06-11 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | diego | 2009-06-11 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | stefano | 2009-06-06 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | ramiro | 2009-06-04 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | ramiro | 2009-06-04 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | ramiro | 2009-06-04 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | kostya | 2009-06-02 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | kostya | 2009-06-02 |
* | Move colorspace conversion functions implemented in pure C from template | kostya | 2009-05-25 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | kostya | 2009-05-19 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | kostya | 2009-05-19 |
* | Add const qualifier to param argument of sws_getContext() and | diego | 2009-05-10 |
* | Move preprocessor condition before variable declaration, fixes the warning: | diego | 2009-05-10 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | diego | 2009-05-09 |
* | Fix sliced yuv410 -> yuv420 conversion | vitor | 2009-05-07 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | michael | 2009-05-05 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | sdrik | 2009-05-02 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | sdrik | 2009-04-27 |
* | Make reset_ptr() void. | cehoyos | 2009-04-23 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | michael | 2009-04-21 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | michael | 2009-04-21 |
* | Add macro to check for 16bit per sample. | michael | 2009-04-21 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | michael | 2009-04-21 |
* | Use generic BE check instead of checking for gray16LE. | michael | 2009-04-20 |
* | add isBE() | michael | 2009-04-20 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | michael | 2009-04-18 |
* | Rename swscale_avoption.c to options.c. | stefano | 2009-04-18 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | stefano | 2009-04-18 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | stefano | 2009-04-18 |
* | whitespace cosmetics: Break some overly long lines. | diego | 2009-04-14 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | sdrik | 2009-04-14 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | diego | 2009-04-12 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | diego | 2009-04-12 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | swscale: Remove X86 commented out code. | ramiro | 2009-04-05 |
* | swscale: Use function pointers for swScale functions. | ramiro | 2009-04-04 |
* | swscale: {}-related cosmetics. | ramiro | 2009-04-04 |
* | swscale: Add const to some swScale functions' parameters. | ramiro | 2009-04-04 |
* | swscale: Remove mmx2 params from h[yc]scale(). | ramiro | 2009-04-02 |
* | swscale: Split h[yc]scale_fast() into their own functions. | ramiro | 2009-04-02 |