summaryrefslogtreecommitdiff
path: root/src/video_out/yuv2rgb.h
AgeCommit message (Collapse)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2004-04-11Committed a modified version of Ian MacIntosh's patch.Robin KAY
CVS patchset: 6390 CVS date: 2004/04/11 12:25:35
2003-02-02Don't use globals for MMX yuv2rgb conversion variables (not thread-safe)Ewald Snel
CVS patchset: 4092 CVS date: 2003/02/02 17:27:45
2003-02-02Fix brightness, saturation control for MMX yuv2rgb using the XShm driverEwald Snel
TODO: don't use globals, fix contrast, fix non-MMX yuv2rgb CVS patchset: 4089 CVS date: 2003/02/02 13:38:24
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
CVS patchset: 4088 CVS date: 2003/02/02 12:44:03
2003-02-02Function replacedEwald Snel
CVS patchset: 4086 CVS date: 2003/02/02 11:33:36
2003-02-02Fix memory leak in XShm driverEwald Snel
CVS patchset: 4085 CVS date: 2003/02/02 11:21:34
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
This also allows for true bilinear filtering, which looks much better than the current 'horizontal filtering only' (TODO) CVS patchset: 4001 CVS date: 2003/01/24 17:04:37
2002-02-27Fixed datatype.Daniel Caujolle-Bert
CVS patchset: 1532 CVS date: 2002/02/27 20:23:41
2002-02-16beginning of video_out_driver changesGuenter Bartsch
- driver will ask gui for output size on every frame - shm driver has a seperate yuv2rgb converter instance for every frame - all drivers disabled except xshm, until they're fixed I'm planning to introduce a queue of video_out_events in video_out.c, so events are delivered by video_out_loop which means that all driver functions are called from the same thread (no locking necessary, should help the opengl driver) CVS patchset: 1499 CVS date: 2002/02/16 22:43:24
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
CVS patchset: 906 CVS date: 2001/10/29 02:15:22
2001-10-09overlay clut colorspace conversionMiguel Freitas
CVS patchset: 783 CVS date: 2001/10/09 22:20:11
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil
driver. Add a few more optimized scale_line variants for 1024x768 and 1280x1024 full screen modes. CVS patchset: 683 CVS date: 2001/09/23 15:14:01
2001-09-21Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2Juergen Keil
CVS patchset: 679 CVS date: 2001/09/21 14:34:58
2001-08-23Handle different byte order between X11 client <-> X11 server in yuv2rgb.Juergen Keil
CVS patchset: 467 CVS date: 2001/08/23 11:27:35
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not ↵Guenter Bartsch
implemented yet), smaller memory footprint, deprecated mpg123 plugin CVS patchset: 449 CVS date: 2001/08/18 23:30:51
2001-07-17yuy2 -> rgb conversion routines in C (no mlib/mmx yet)Guenter Bartsch
CVS patchset: 299 CVS date: 2001/07/17 19:37:21
2001-07-09document a few known problems with the solaris version of xineJuergen Keil
add a prototype for the mlib accelerated yub2rgb subroutine CVS patchset: 262 CVS date: 2001/07/09 18:46:07
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-10XShm driver (partially) working)Guenter Bartsch
CVS patchset: 147 CVS date: 2001/06/10 01:26:45
2001-04-24Reunification of xine-lib and xine-output. Some code cleanups.Daniel Caujolle-Bert
CVS patchset: 21 CVS date: 2001/04/24 20:53:00