summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAge
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
* Create 0.5 release branch.Diego Biurrun2009-03-02
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-12
* cosmetics: typo fixDiego Biurrun2008-10-23
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-09
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-05
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-04
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-24
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Remove some useless parentheses.Benoit Fouet2008-01-17
* Cosmetics: whitespacesBenoit Fouet2008-01-17
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
* comment spelling/grammar fixesDiego Biurrun2007-11-22
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-13
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-29
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun2007-04-28
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-18
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-18
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-18
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-18
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-17
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-16
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson2006-11-07
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-06
* -fPIC support for libswscaleJason Tackaberry2006-08-15
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-13
* Move postproc ---> libswscaleLuca Abeni2006-06-30