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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-11Kill warnings of possibly unused variables by using av_unused.Ramiro Polla
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-06-02Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov
2009-05-25Move colorspace conversion functions implemented in pure C from templateKostya Shishkov
2009-05-02Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli
2009-04-21Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer
2009-04-14Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli
2009-04-05swscale: Use function pointers for swScale functions.Ramiro Polla
2009-04-05swscale: Add const to some swScale functions' parameters.Ramiro Polla
2009-04-02swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla
2009-04-02swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla
2009-04-02swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla
2009-03-29Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun
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-20YUVA420P is now supported as output formatCédric Schieli
2009-03-20Add alpha channel scalingCédric Schieli
2009-03-20Remove useless casting in asm "m" operand.Matthieu Castet
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-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-09Mask all unused bits for packed pixel format instead of green and alpha mask ...Kostya Shishkov
2009-03-03remove the rest of x86 asm from LGPL buildJindřich Makovička
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-02-21move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli
2009-02-21splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli
2009-02-21make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli
2009-02-14Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-17Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun
2008-10-26Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos
2008-10-23cosmetics: typo fixDiego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-09Invert logic for the single-pass in swScale() functions.Diego Pettenò
2008-10-08Do not set src[1] to the palette, it is now in the contextVitor Sessak
2008-10-04Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos
2008-10-04Remove g6Dither from libswscale.Carl Eugen Hoyos
2008-09-18Uniform *ToY and *ToUV function signaturesLuca Barbato
2008-09-18Split mono2Y in monowhite and monoblackLuca Barbato
2008-09-18Factorize unit32_t* casts for palette pointerLuca Barbato
2008-09-13Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores
2008-09-13Fix indention.Michael Niedermayer
2008-09-13Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer
2008-09-13Make horizontal mmx scaling code match C code.Michael Niedermayer
2008-09-13Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer
2008-09-12Fix another 1000l bug in the mono input code.Michael Niedermayer
2008-09-1210000l PIX_FMT_MONOWHITE check was really a || 1.Michael Niedermayer