Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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