]> git.sesse.net Git - ffmpeg/history - libswscale/rgb2rgb_template.c
Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible point...
[ffmpeg] / libswscale / rgb2rgb_template.c
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Reimar DöffingerSome forgotten eax -> REG_a changes.
2008-10-23 Diego Biurruncosmetics: typo fix
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-09 Diego PettenòMark variation-specific interleaveBytes static.
2008-10-05 Luca Barbatogcc-apple specific fallback not necessary anymore ...
2008-10-05 Diego BiurrunUse HAVE_FAST_64BIT instead of nonstandard __WORDSIZE...
2008-10-04 Diego BiurrunRemove MPlayer-specific MP_WORDSIZE hack.
2008-09-05 Baptiste Coudurierenable yuv422p to uyvy converter
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-06-01 Baptiste Coudurierrestore needed cast to correct type with const
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurierremove useless casts
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 3
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-17 Benoit FouetRemove some useless parentheses.
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2007-11-22 Diego Biurruncomment spelling/grammar fixes
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-13 Diego Biurrunmisc spelling fixes
2007-04-29 Diego Biurruncosmetics: Fix stray wrongly indented line.
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-28 Diego Biurruncosmetics: Replace manual tab indentation by \n\t as...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-18 Ivo van Poortenpreserve alpha channel when converting rgb32 to bgr32...
2007-04-18 Ivo van Poortenskip MMX code in rgb24tobgr24 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to16 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to15 if the size of the input...
2007-04-17 Ivo van Poortenslightly faster rgb32tobgr32; avoid one add and one cmp
2007-04-16 Ivo van PoortenNew implementation of rgb32tobgr32
2007-04-11 Ivo van PoortenRemove code duplication in sws_rgb2rgb_init.
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-07 Nigel PearsonFix MacIntel build: "/nop" is illegal on Apple's older...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-06 Diego BiurrunAdd official GPL header to make license explicit as...
2006-08-15 Jason Tackaberry-fPIC support for libswscale
2006-08-13 Diego BiurrunReplace asmalign.h hack by ASMALIGN cpp macros from...
2006-06-30 Luca AbeniMove postproc ---> libswscale