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