summaryrefslogtreecommitdiff
path: root/src/video_out/yuv2rgb.c
AgeCommit message (Expand)Author
2004-04-11Committed a modified version of Ian MacIntosh's patch.Robin KAY
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-19Mandrake patches fromRocky Bernstein
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-04-23Few more small changes for win32/msvc portTim Champagne
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-02Don't use globals for MMX yuv2rgb conversion variables (not thread-safe)Ewald Snel
2003-02-02Fix brightness, saturation control for MMX yuv2rgb using the XShm driverEwald Snel
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-02-02Fix memory leak in XShm driverEwald Snel
2003-01-25Fix bug introduced by previous commitEwald Snel
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-08-14Fix yuv2rgb pitches problem with yuy2 format (msvc codec)Ewald Snel
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-02-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
2002-02-16beginning of video_out_driver changesGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
2001-10-21more memcpy stuffMiguel Freitas
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil
2001-09-27new scale_line functions for SVCD (PAL & NTSC)Juergen Keil
2001-09-27Add a few scale_line variants for PAL VCDJuergen Keil
2001-09-25one of the optimized scale_line functions was not used at 1024x768 resolution,Juergen Keil
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil
2001-09-21Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2Juergen Keil
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
2001-09-11video_out_xshm crashes for scale factor 16/23, due to rounding error.Juergen Keil
2001-09-06Unscaled YUY2 crashes, because step_dx/step_dy is invalid (both contain 0).Juergen Keil
2001-08-23Handle different byte order between X11 client <-> X11 server in yuv2rgb.Juergen Keil
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented...Guenter Bartsch
2001-08-07latest ffmpeg updates - mmx works\! :-)Guenter Bartsch
2001-07-30bugfix provided by Dennis BjorklundGuenter Bartsch
2001-07-17just noticed a few ozt-of-date copyright messagesGuenter Bartsch
2001-07-17yuy2 -> rgb conversion routines in C (no mlib/mmx yet)Guenter Bartsch
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
2001-07-11fixed 15 bit support (mmx)Guenter Bartsch
2001-07-04* mediaLib accelerated yuv2rgb conversion routines (for sparc solaris)uid56437
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
2001-06-10further cleanupsGuenter Bartsch
2001-06-10XShm driver (partially) working)Guenter Bartsch