aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Reindent after last commitCédric Schieli2009-03-201-66/+66
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-201-19/+22
* YUVA420P is now supported as output formatCédric Schieli2009-03-202-8/+13
* Add alpha channel scalingCédric Schieli2009-03-203-88/+411
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-202-10/+115
* Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli2009-03-201-4/+1
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-191-2/+2
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-191-0/+10
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-191-5/+5
* RevertMichael Niedermayer2009-03-191-28/+18
* Fix 10l typo.Michael Niedermayer2009-03-191-4/+4
* Unscaled converters forMichael Niedermayer2009-03-194-1/+324
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-181-1/+5
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-185-36/+39
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-188-25/+25
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-171-8/+11
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-171-2/+8
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-172-2/+2
* whitespace cosmetics: Consistently format function calls without spaceDiego Biurrun2009-03-172-65/+67
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli2009-03-161-12/+12
* Split YUV2RGB operands declaration into a separate macroCédric Schieli2009-03-161-1/+6
* Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macroCédric Schieli2009-03-141-7/+7
* Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macroCédric Schieli2009-03-111-11/+11
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Cédric Schieli2009-03-111-1/+1
* Mask all unused bits for packed pixel format instead of green and alpha mask ...Kostya Shishkov2009-03-091-1/+1
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-071-6/+8
* YUVA420P is a planar YUV formatCédric Schieli2009-03-071-0/+1
* Fix bug introduced by me in r28756Cédric Schieli2009-03-051-2/+2
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-041-38/+23
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-031-2/+2
* Fix typo in comments.Dominik Mierzejewski2009-03-011-2/+2
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-011-2/+4
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-011-5/+5
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-011-1/+1
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-286-37/+40
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-271-0/+7
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-271-3/+4
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-271-40/+42
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-242-1/+1
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-241-8/+8
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-241-780/+0
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-224-5/+685
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-211-158/+73
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-211-4/+23
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-211-8/+27
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-211-24/+23
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23