]> git.sesse.net Git - ffmpeg/history - libswscale/rgb2rgb.c
cosmetics: {} placement.
[ffmpeg] / libswscale / rgb2rgb.c
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