summaryrefslogtreecommitdiff
path: root/src/xine-utils/color.c
AgeCommit message (Expand)Author
2014-06-06Copyright year update by hg log.Torsten Jager
2014-05-30rgb2yuy2 update.Torsten Jager
2014-03-11Fix a short zero-init.Darren Salt
2013-09-13Copyright year update by hg log infoTorsten Jager
2013-01-21rgb2yuy2: added 16/15/8 bit formatsTorsten Jager
2012-12-05color.c: direct rgb->yuy2 converterTorsten Jager
2012-10-07yuv444_to_yuy2_mmx: follow target UV pitchTorsten Jager
2012-05-28Added yv12_to_yuy2_sse2()Petri Hintukainen
2012-05-23Added missing #include "config.h" to make ATTR_ALIGN workPetri Hintukainen
2012-04-11Marked data const and fixed typePetri Hintukainen
2012-04-11Added MMXEXT version of yv12_to_yuy2()Roland Scheidegger
2012-04-11Removed incorrect .align directives from asm codePetri Hintukainen
2012-04-11MMX version of yv12_to_yuy2()Roland Scheidegger
2012-04-10yv12_to_yuy2: use the same macros for both odd and even linesRoland Scheidegger
2012-02-15Merge from 1.1.Darren Salt
2012-02-15Improved RGB→YUV conversion v2 (use MPEG range instead of full range)Darren Salt
2012-02-14Backed out RGB→YUV patch – API change.Darren Salt
2012-02-14Merge from 1.1Petri Hintukainen
2012-02-14Improved RGB->YUV conversion (use mpeg range instead of full range)Torsten Jager
2011-12-31Merge from 1.1.Darren Salt
2011-12-22Use proper chroma upsampling for yv12 to yuy2 conversionRoland Scheidegger
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-15Prepare for xine_mmx.h.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-04Use calloc to allocate the memory area for the YUV planes.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-07-17- avoid crashes when init_yuv_planes has one of its allocations failingBastien Nocera
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-02-14Make input-only pointers point to const data.Darren Salt
2005-07-03warning fixMiguel Freitas
2005-05-07*BUGFIX*František Dvořák
2005-01-23**BUGFIX**James Stembridge
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-09-16Removed headers that were serving no adding anything necessary to the build.Stephen Torri
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-07-12add yv12_to_yuy2_mmxextMiguel Freitas
2003-07-12add yuy2_to_yv12 conversionMiguel Freitas
2003-06-22implement simple interpolation for 4:2:0 -> 4:2:2 upsamplingMiguel Freitas
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-06-02that should fix compilation problems with some gcc / cflags combinationMiguel Freitas
2003-05-31provide yv12 to yuy2 conversionMiguel Freitas
2003-02-02added YUV411P -> YV12 converterMike Melanson
2003-01-01revert to old (and apparently much more reliable) transfer methodMike Melanson
2002-12-22fix MMX color converter when width is divisible by 6Mike Melanson
2002-12-04modified YUV9 -> YV12 converterMike Melanson
2002-12-01added generalized YUV9 -> YV12 conversion functionMike Melanson