| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing $(EXESUF) to example/test program dependency declaration. | Diego Biurrun | 2009-03-31 | 1 | -3/+3 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | Reimar Döffinger | 2009-03-30 | 1 | -1/+1 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | Move swscale AltiVec template code to ppc subdirectory. | Diego Biurrun | 2009-03-29 | 2 | -1/+1 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | Diego Biurrun | 2009-03-29 | 1 | -8/+8 |
* | Move bfin specific code to its subdir. | Ramiro Polla | 2009-03-27 | 4 | -4/+7 |
* | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | Diego Biurrun | 2009-03-26 | 2 | -2/+2 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 9 | -65/+113 |
* | swscale-example is an API example, not a test program. | Diego Biurrun | 2009-03-25 | 1 | -1/+2 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | Cédric Schieli | 2009-03-24 | 1 | -2/+8 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | Cédric Schieli | 2009-03-24 | 1 | -0/+6 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | Cédric Schieli | 2009-03-24 | 2 | -10/+4 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -1/+1 |
* | Remove unnecessary CLEANFILES declaration. Test programs do not require it. | Diego Biurrun | 2009-03-22 | 1 | -2/+0 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | Michael Niedermayer | 2009-03-21 | 1 | -5/+4 |
* | 10l (C code was buggy and untested) | Michael Niedermayer | 2009-03-21 | 1 | -4/+7 |
* | Average chroma of 2 lines in packed 422 -> planar 420. | Michael Niedermayer | 2009-03-21 | 1 | -4/+110 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | Cédric Schieli | 2009-03-21 | 2 | -2/+12 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | Reimar Döffinger | 2009-03-21 | 1 | -1/+3 |
* | Avoid crash on planarCopy to a destination without alpha. | Reimar Döffinger | 2009-03-20 | 1 | -1/+2 |
* | Initialize pointer arrays which may be freed before being initialized. | Benoit Fouet | 2009-03-20 | 1 | -3/+3 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | Reimar Döffinger | 2009-03-20 | 1 | -4/+3 |
* | Fix swscale compilation with Altivec enabled. | Reimar Döffinger | 2009-03-20 | 1 | -1/+1 |
* | Reindent after last commit | Cédric Schieli | 2009-03-20 | 1 | -66/+66 |
* | Also test the alpha channel in swscale-example | Cédric Schieli | 2009-03-20 | 1 | -19/+22 |
* | YUVA420P is now supported as output format | Cédric Schieli | 2009-03-20 | 2 | -8/+13 |
* | Add alpha channel scaling | Cédric Schieli | 2009-03-20 | 3 | -88/+411 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | Cédric Schieli | 2009-03-20 | 2 | -10/+115 |
* | Use a simpler and more general check for the gray case in the planarCopy func... | Cédric Schieli | 2009-03-20 | 1 | -4/+1 |
* | Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: | Diego Biurrun | 2009-03-19 | 1 | -2/+2 |
* | Remove useless casting in asm "m" operand. | Matthieu Castet | 2009-03-19 | 1 | -2/+2 |
* | Allocate executable memory with VirtualAlloc() in Windows. | Ramiro Polla | 2009-03-19 | 1 | -0/+10 |
* | Drop unnecessary cast and cosmetically align. | Ramiro Polla | 2009-03-19 | 1 | -5/+5 |
* | Revert | Michael Niedermayer | 2009-03-19 | 1 | -28/+18 |
* | Fix 10l typo. | Michael Niedermayer | 2009-03-19 | 1 | -4/+4 |
* | Unscaled converters for | Michael Niedermayer | 2009-03-19 | 4 | -1/+324 |
* | Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. | Reimar Döffinger | 2009-03-18 | 1 | -18/+28 |
* | swscale-example: use LFG instead of random() | Ramiro Polla | 2009-03-18 | 1 | -1/+5 |
* | Do not assume long is same width as x86 register. | Ramiro Polla | 2009-03-18 | 5 | -36/+39 |
* | Consistently use ff_ prefixes for internal symbols. | Diego Biurrun | 2009-03-18 | 8 | -25/+25 |
* | Add a fillPlane function to fill a plane with one constant value | Cédric Schieli | 2009-03-17 | 1 | -8/+11 |
* | Don't write outside of the picture buffer in planarCopy in the gray case | Cédric Schieli | 2009-03-17 | 1 | -2/+8 |
* | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | Diego Biurrun | 2009-03-17 | 2 | -2/+2 |
* | whitespace cosmetics: Consistently format function calls without space | Diego Biurrun | 2009-03-17 | 2 | -65/+67 |
* | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | Cédric Schieli | 2009-03-16 | 1 | -12/+12 |
* | Split YUV2RGB operands declaration into a separate macro | Cédric Schieli | 2009-03-16 | 1 | -1/+6 |
* | Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro | Cédric Schieli | 2009-03-14 | 1 | -7/+7 |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | Cédric Schieli | 2009-03-11 | 1 | -11/+11 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | Cédric Schieli | 2009-03-11 | 1 | -1/+1 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | Kostya Shishkov | 2009-03-09 | 1 | -1/+1 |