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