index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_out
/
yuv2rgb_mmx.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2004-11-23
Added new message type XINE_GUI_SEND_WILL_DESTROY_DRAWABLE.
Matthias Hopf
2004-04-13
fix mmx_unpack_24rgb bug reported by Vicente de Miguel Soria
Miguel Freitas
2003-09-16
Fix some compiler warnings.
James Courtier-Dutton
2003-08-25
AMD64 support patch by Adrian Schroeter
Michael Roitzsch
2003-03-12
Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16
James Stembridge
2003-02-02
Don't use globals for MMX yuv2rgb conversion variables (not thread-safe)
Ewald Snel
2003-02-02
Add contrast support to MMX yuv2rgb conversion, fix 'cbu' clipping
Ewald Snel
2003-02-02
Fix brightness, saturation control for MMX yuv2rgb using the XShm driver
Ewald Snel
2003-01-24
Fix yuv2rgb scaling, any destination size supported now
Ewald Snel
2002-02-26
yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>
Guenter Bartsch
2002-02-16
beginning of video_out_driver changes
Guenter Bartsch
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-10-29
XShm gamma adjusting (brightness)
Miguel Freitas
2001-10-21
more memcpy stuff
Miguel Freitas
2001-09-21
Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2
Juergen Keil
2001-09-11
video_out_xshm crashes for scale factor 16/23, due to rounding error.
Juergen Keil
2001-08-23
Handle different byte order between X11 client <-> X11 server in yuv2rgb.
Juergen Keil
2001-07-18
blind try to implement yuv2bgr32_mmx
Guenter Bartsch
2001-07-14
The same bug (see previous commit from guenter) is present in 24 bit yuv2rgb
Juergen Keil
2001-07-11
fixed 15 bit support (mmx)
Guenter Bartsch
2001-07-04
* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)
uid56437
2001-07-02
Must re-initialize FPU registers after MMX use. Without such a re-
Juergen Keil
2001-06-25
Unscaled MMX accelerated yuv2rgb was broken, used wrong value for {yuv}_stride
Juergen Keil
2001-06-21
solaris and stability patches provided by Juergen Keil
Guenter Bartsch
2001-06-14
implemented 15 and 24 bpp modes for mmx yuv2rgb
Guenter Bartsch
2001-06-10
XShm driver (partially) working)
Guenter Bartsch
2001-04-24
Reunification of xine-lib and xine-output. Some code cleanups.
Daniel Caujolle-Bert