summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
...
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-111-8/+8
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-2/+2
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-021-0/+14
* Move colorspace conversion functions implemented in pure C from templateKostya Shishkov2009-05-251-137/+23
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-021-1/+1
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-211-0/+79
* Do not use abgrToA for both luma and alpha channel in hyscale.Cédric Schieli2009-04-141-10/+9
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-041-203/+120
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-041-58/+60
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-291-1/+1
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-201-4/+3
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-201-1/+1
* Reindent after last commitCédric Schieli2009-03-201-66/+66
* YUVA420P is now supported as output formatCédric Schieli2009-03-201-0/+3
* Add alpha channel scalingCédric Schieli2009-03-201-38/+218
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-15/+15
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-181-4/+4
* 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
* Mask all unused bits for packed pixel format instead of green and alpha mask ...Kostya Shishkov2009-03-091-1/+1
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-031-2/+2
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-13/+14
* 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
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-141-2/+3
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-3/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-43/+43
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun2008-11-171-2/+3
* Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos2008-10-251-269/+0
* cosmetics: typo fixDiego Biurrun2008-10-231-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-42/+42
* Invert logic for the single-pass in swScale() functions.Diego Pettenò2008-10-091-3/+3
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-081-2/+1
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-041-34/+34
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-041-8/+10
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-181-51/+51
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-181-4/+19
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-181-6/+6
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores2008-09-131-6/+6
* Fix indention.Michael Niedermayer2008-09-131-313/+313
* Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer2008-09-131-6/+15
* Make horizontal mmx scaling code match C code.Michael Niedermayer2008-09-131-16/+15
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer2008-09-121-1/+1
* Fix another 1000l bug in the mono input code.Michael Niedermayer2008-09-121-2/+2
* 10000l PIX_FMT_MONOWHITE check was really a || 1.Michael Niedermayer2008-09-121-1/+1
OpenPOWER on IntegriCloud