index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-utils
/
color.c
Age
Commit message (
Expand
)
Author
2014-06-06
Copyright year update by hg log.
Torsten Jager
2014-05-30
rgb2yuy2 update.
Torsten Jager
2014-03-11
Fix a short zero-init.
Darren Salt
2013-09-13
Copyright year update by hg log info
Torsten Jager
2013-01-21
rgb2yuy2: added 16/15/8 bit formats
Torsten Jager
2012-12-05
color.c: direct rgb->yuy2 converter
Torsten Jager
2012-10-07
yuv444_to_yuy2_mmx: follow target UV pitch
Torsten Jager
2012-05-28
Added yv12_to_yuy2_sse2()
Petri Hintukainen
2012-05-23
Added missing #include "config.h" to make ATTR_ALIGN work
Petri Hintukainen
2012-04-11
Marked data const and fixed type
Petri Hintukainen
2012-04-11
Added MMXEXT version of yv12_to_yuy2()
Roland Scheidegger
2012-04-11
Removed incorrect .align directives from asm code
Petri Hintukainen
2012-04-11
MMX version of yv12_to_yuy2()
Roland Scheidegger
2012-04-10
yv12_to_yuy2: use the same macros for both odd and even lines
Roland Scheidegger
2012-02-15
Merge from 1.1.
Darren Salt
2012-02-15
Improved RGB→YUV conversion v2 (use MPEG range instead of full range)
Darren Salt
2012-02-14
Backed out RGB→YUV patch – API change.
Darren Salt
2012-02-14
Merge from 1.1
Petri Hintukainen
2012-02-14
Improved RGB->YUV conversion (use mpeg range instead of full range)
Torsten Jager
2011-12-31
Merge from 1.1.
Darren Salt
2011-12-22
Use proper chroma upsampling for yv12 to yuy2 conversion
Roland Scheidegger
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-15
Prepare for xine_mmx.h.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2008-07-17
Merge from 1.1.
Darren Salt
2008-07-04
Use calloc to allocate the memory area for the YUV planes.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update 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 failing
Bastien Nocera
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-02-14
Make input-only pointers point to const data.
Darren Salt
2005-07-03
warning fix
Miguel Freitas
2005-05-07
*BUGFIX*
František Dvořák
2005-01-23
**BUGFIX**
James Stembridge
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-09-16
Removed headers that were serving no adding anything necessary to the build.
Stephen Torri
2003-08-25
AMD64 support patch by Adrian Schroeter
Michael Roitzsch
2003-07-27
- removed xine-engine/locale.c as it is unused, fix static functions in the
Bastien Nocera
2003-07-12
add yv12_to_yuy2_mmxext
Miguel Freitas
2003-07-12
add yuy2_to_yv12 conversion
Miguel Freitas
2003-06-22
implement simple interpolation for 4:2:0 -> 4:2:2 upsampling
Miguel Freitas
2003-06-03
progressive_frame flag may be used to select how to convert yv12->yuy2
Miguel Freitas
2003-06-02
that should fix compilation problems with some gcc / cflags combination
Miguel Freitas
2003-05-31
provide yv12 to yuy2 conversion
Miguel Freitas
2003-02-02
added YUV411P -> YV12 converter
Mike Melanson
2003-01-01
revert to old (and apparently much more reliable) transfer method
Mike Melanson
2002-12-22
fix MMX color converter when width is divisible by 6
Mike Melanson
2002-12-04
modified YUV9 -> YV12 converter
Mike Melanson
2002-12-01
added generalized YUV9 -> YV12 conversion function
Mike Melanson
[next]