summaryrefslogtreecommitdiff
path: root/src/video_out/yuv2rgb_mmx.c
AgeCommit message (Collapse)Author
2003-03-12Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16James Stembridge
CVS patchset: 4398 CVS date: 2003/03/12 19:58:09
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-02Add contrast support to MMX yuv2rgb conversion, fix 'cbu' clippingEwald Snel
CVS patchset: 4090 CVS date: 2003/02/02 14:09:21
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-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-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
CVS patchset: 1523 CVS date: 2002/02/26 22:53:58
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-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
CVS patchset: 906 CVS date: 2001/10/29 02:15:22
2001-10-21more memcpy stuffMiguel Freitas
CVS patchset: 846 CVS date: 2001/10/21 00:18:22
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-09-11video_out_xshm crashes for scale factor 16/23, due to rounding error.Juergen Keil
yuv2rgb routines changed to loop over destination height, instead of source height. CVS patchset: 619 CVS date: 2001/09/11 17:12:39
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-07-18blind try to implement yuv2bgr32_mmxGuenter Bartsch
CVS patchset: 307 CVS date: 2001/07/18 14:48:07
2001-07-14The same bug (see previous commit from guenter) is present in 24 bit yuv2rgbJuergen Keil
CVS patchset: 280 CVS date: 2001/07/14 18:01:47
2001-07-11fixed 15 bit support (mmx)Guenter Bartsch
CVS patchset: 271 CVS date: 2001/07/11 21:03:42
2001-07-04* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)uid56437
* fix a few compiler warnings in video_out_syncfb.c * yuv2rgb overwrites memory when vertical scale factor is exactly 2.0 (step_dy == 16384) CVS patchset: 244 CVS date: 2001/07/04 14:01:50
2001-07-02Must re-initialize FPU registers after MMX use. Without such a re-Juergen Keil
initialization, the next piece of code that attempts to do FP calculations crashes with SIGFPE (fpu register stack overflow?) CVS patchset: 241 CVS date: 2001/07/02 11:44:39
2001-06-25Unscaled MMX accelerated yuv2rgb was broken, used wrong value for {yuv}_strideJuergen Keil
CVS patchset: 233 CVS date: 2001/06/25 15:50:14
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-14implemented 15 and 24 bpp modes for mmx yuv2rgbGuenter Bartsch
CVS patchset: 182 CVS date: 2001/06/14 20:50:06
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