summaryrefslogtreecommitdiff
path: root/src/xine-utils/color.c
AgeCommit message (Expand)Author
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
2002-11-04eliminate possible register usage conflict between inline ASM andMike Melanson
2002-09-13simplify MMX shift instructionMike Melanson
2002-09-12revised the MMX color converter to get rid of unsightly green dot inMike Melanson
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
2002-07-20added FINISH_LINE() color utility macro and fixed right-edge green stripeMike Melanson
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15added some pixel unpacking macrosMike Melanson
2002-07-14added architecture-specific compile conditionalsMike Melanson
2002-07-14new color conversion facilitiesMike Melanson