]> git.sesse.net Git - ffmpeg/history - libswscale/rgb2rgb_template.c
FATE: fix (AD)PCM test dependencies broken in e519990
[ffmpeg] / libswscale / rgb2rgb_template.c
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics (part I)
2012-02-21 Diego Biurrunswscale: variable declaration and placement cosmetics
2011-05-29 Diego Biurrunswscale: Remove disabled code.
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-25 Michael Niedermayerswscale: Eliminate rgb24toyv12_c() duplication.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2010-09-14 Ramiro Pollargb2rgb: don't misuse HAVE_* defines
2010-09-13 Ramiro Pollaswscale: indentation and emtpy line cosmetics
2010-09-13 Ramiro Pollaswscale: avoid reading prior to the source buffer in...
2010-09-12 Ramiro Pollargb2rgb: replace shuffle_bytes_2103() by optimized...
2010-09-11 Ramiro Pollargb2rgb: remove unused yvu9toyv12 function
2010-03-31 Reimar DöffingerReplace some "m" constraints by MANGLE to avoid issues...
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-09 Zuxy MengRemove unused PREFETCHW macro
2009-09-07 Ramiro PollaIndent.
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-08-08 Diego BiurrunRemove disabled crufty code.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-18 Michael NiedermayerRemove 2 useless += at the end of rgb16to15(), found...
2009-03-21 Michael Niedermayer10l (C code was buggy and untested)
2009-03-21 Michael NiedermayerAverage chroma of 2 lines in packed 422 -> planar 420.
2009-03-19 Michael NiedermayerRevert
2009-03-19 Michael NiedermayerUnscaled converters for
2009-03-18 Reimar DöffingerFix libswscale compilation on non-x86, hopefully withou...
2009-03-18 Ramiro PollaDo not assume long is same width as x86 register.
2009-03-04 Cédric SchieliRewrite of rgb15to32 and rgb16to32 using fewer asm...
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
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