summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-21
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-21
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-21
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...Reimar Döffinger2009-03-21
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-20
* Initialize pointer arrays which may be freed before being initialized.Benoit Fouet2009-03-20
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-20
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-20
* Reindent after last commitCédric Schieli2009-03-20
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-20
* YUVA420P is now supported as output formatCédric Schieli2009-03-20
* Add alpha channel scalingCédric Schieli2009-03-20
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-20
* Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli2009-03-20
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-19
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-19
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-19
* RevertMichael Niedermayer2009-03-19
* Fix 10l typo.Michael Niedermayer2009-03-19
* Unscaled converters forMichael Niedermayer2009-03-19
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-18
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-18
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-18
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-17
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-17
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-17
* whitespace cosmetics: Consistently format function calls without spaceDiego Biurrun2009-03-17
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli2009-03-16
* Split YUV2RGB operands declaration into a separate macroCédric Schieli2009-03-16
* Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macroCédric Schieli2009-03-14
* Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macroCédric Schieli2009-03-11
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Cédric Schieli2009-03-11
* Mask all unused bits for packed pixel format instead of green and alpha mask ...Kostya Shishkov2009-03-09
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-07
* YUVA420P is a planar YUV formatCédric Schieli2009-03-07
* Fix bug introduced by me in r28756Cédric Schieli2009-03-05
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-04
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-03
* Fix typo in comments.Dominik Mierzejewski2009-03-01
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-27
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-27
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24