summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-12/+12
* More indentation changes leftover from r29522:Ramiro Polla2009-08-161-661/+661
* Cosmetics:Ramiro Polla2009-08-161-191/+119
* Indent libswscale:Ramiro Polla2009-08-161-114/+114
* Indent.Ramiro Polla2009-08-151-4/+4
* Vertical yuv -> yuv16 scaler.Ramiro Polla2009-08-141-0/+20
* Remove duplicate define (it is the same in the lum code).Ramiro Polla2009-08-131-21/+0
* Rename "funny" code to "mmx2 filter" code.Ramiro Polla2009-08-131-24/+24
* Remove disabled crufty code.Diego Biurrun2009-08-081-10/+0
* Indent.Ramiro Polla2009-07-281-45/+45
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-281-52/+15
* Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themRamiro Polla2009-07-271-47/+47
* Factorize x86 fast_bilinear assembly.Ramiro Polla2009-07-271-24/+12
* Fix assembly comments for x86 fast_bilinear so they match the C code.Ramiro Polla2009-07-271-16/+16
* 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
OpenPOWER on IntegriCloud