]> git.sesse.net Git - ffmpeg/history - libswscale/rgb2rgb.c
lavfi/gradfun: fix rounding in MMX code.
[ffmpeg] / libswscale / rgb2rgb.c
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics (part I)
2012-02-21 Diego Biurrunswscale: variable declaration and placement cosmetics
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-13 Paul B Maholrgb2rgb: rgb12to15()
2012-01-11 Paul B Maholrgb2rgb: rgb12tobgr12()
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-04-19 Anton Khirnovsws: remove disabled cruft.
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-04-13 Luca Barbatoswscale: Factorize FAST_BGR2YV12 definition.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-14 Ramiro Pollargb2rgb: don't misuse HAVE_* defines
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-08 Ramiro Pollargb2rgb: build SSE2 codepath
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-06-01 Reinhard Tartlerremove palette8torgb15 and palette8tobgr15
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-02-03 Stefano SabatiniImplement shuffle_bytes_abcd() functions and use them...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2009-09-07 Ramiro PollaIndent.
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-03-19 Michael NiedermayerUnscaled converters for
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-02 Diego BiurrunRemove commented-out duplicate declarations.
2008-12-02 Diego BiurrunRemove unused declarations.
2008-10-23 Vitor SessakFix broken palette8to*.
2008-09-05 Baptiste Coudurierenable yuv422p to uyvy converter
2008-09-04 Michael NiedermayerFix 4 of the unscaled rgb15/16 converters, each of...
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-06-01 Baptiste Coudurierremove useless casts
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-17 Benoit FouetCosmetics: whitespaces
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-18 Ivo van Poortenfix red_15mask and green_15mask. the previous values...
2007-04-11 Ivo van Poortencosmetics after last commit; remove superfluous braces
2007-04-11 Ivo van PoortenRemove code duplication in sws_rgb2rgb_init.
2007-01-13 Diego Biurruncosmetics: typo pallete --> palette
2006-12-20 Luca AbeniAllow to compile swscale's non-SIMD code under the...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
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-11 Diego BiurrunFix compilation with MMX disabled, the mmx_null and...
2006-08-05 Diego BiurrunDo not assemble MMX, MMX2 or 3DNOW code unconditionally...
2006-07-28 Diego BiurrunComment some #endif lines.
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale