summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-1/+1
* Remove unused PREFETCHW macroZuxy Meng2010-01-091-4/+0
* Indent.Ramiro Polla2009-09-071-9/+9
* Cosmetics:Ramiro Polla2009-08-161-145/+90
* Indent libswscale:Ramiro Polla2009-08-161-1368/+1368
* Remove disabled crufty code.Diego Biurrun2009-08-081-6/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-6/+6
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-181-2/+0
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-211-4/+7
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-211-4/+110
* RevertMichael Niedermayer2009-03-191-28/+18
* Unscaled converters forMichael Niedermayer2009-03-191-1/+244
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-14/+16
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-041-38/+23
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-11/+11
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-5/+5
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-61/+61
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-121-24/+24
* cosmetics: typo fixDiego Biurrun2008-10-231-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-118/+118
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-091-1/+1
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-051-5/+0
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-051-3/+2
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-041-5/+0
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-051-0/+11
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-041-16/+16
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-29/+29
* restore needed cast to correct type with constBaptiste Coudurier2008-06-011-2/+2
* add const, suppress warningsBaptiste Coudurier2008-06-011-10/+11
* remove useless castsBaptiste Coudurier2008-06-011-6/+6
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-241-83/+83
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-11/+11
* Remove some useless parentheses.Benoit Fouet2008-01-171-2/+2
* Cosmetics: whitespacesBenoit Fouet2008-01-171-4/+4
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-171-2/+2
* comment spelling/grammar fixesDiego Biurrun2007-11-221-36/+31
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* misc spelling fixesDiego Biurrun2007-06-131-2/+2
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-291-1/+1
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-281-2310/+2309
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun2007-04-281-43/+43
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-18/+18
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-181-1/+1
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+3
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+2
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+2
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-171-18/+17
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-161-41/+58
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-111-0/+32
OpenPOWER on IntegriCloud