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
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
2002-11-04
eliminate possible register usage conflict between inline ASM and
Mike Melanson
2002-09-13
simplify MMX shift instruction
Mike Melanson
2002-09-12
revised the MMX color converter to get rid of unsightly green dot in
Mike Melanson
2002-08-28
revised palette conversion subsystem to make a little more sense
Mike Melanson
2002-07-20
added FINISH_LINE() color utility macro and fixed right-edge green stripe
Mike Melanson
2002-07-15
Add 'pitch' support to video decoders (pitch != width)
Ewald Snel
2002-07-15
added some pixel unpacking macros
Mike Melanson
2002-07-14
added architecture-specific compile conditionals
Mike Melanson
2002-07-14
new color conversion facilities
Mike Melanson