Age | Commit message (Expand) | Author |
2001-11-05 | how embarrassing... :) | Matthias Dahl |
2001-11-05 | disabling anything but the 3 plane YUV420 support; adding to KNOWN BUGs | Matthias Dahl |
2001-11-04 | Adapting compile warning fix from Chris Rankin <rankincj@yahoo.com>. | Matthias Dahl |
2001-11-04 | *** empty log message *** | Matthias Dahl |
2001-11-04 | added zoom patch by Thibaut Mattern <tmattern@noos.fr> | Siggi Langauf |
2001-11-04 | Fixing compiler warnings. | Matthias Dahl |
2001-11-03 | Made syncfb config option "default_repeat", a .xinerc configurable option. | Matthias Dahl |
2001-11-03 | minimizing config ioctl calls. | Matthias Dahl |
2001-11-03 | ok, last deinterlacing bug squished! :) Now you can push "i" as often as you | Matthias Dahl |
2001-11-03 | updates to the deinterlacing support - one bug still left to fix. (Joachim, | Matthias Dahl |
2001-11-03 | deinterlacing improvements | Joachim Koenig |
2001-11-03 | Added deinterlace to SyncFB | Rich J Wareham |
2001-11-03 | Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. And | Matthias Dahl |
2001-11-03 | Replacing the old syncfb plugin with a totally reworked version. Also fixed | Matthias Dahl |
2001-10-29 | XShm gamma adjusting (brightness) | Miguel Freitas |
2001-10-27 | - new dirty and cheap deinterlace method: we give half of the lines to xv | Miguel Freitas |
2001-10-24 | turn bilinear scaling into xinerc option | Miguel Freitas |
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |
2001-10-21 | more memcpy stuff | Miguel Freitas |
2001-10-20 | optimized memcpy (mmx,sse,etc...) | Miguel Freitas |
2001-10-20 | remove soft deinterlace property (not used anymore) | Miguel Freitas |
2001-10-15 | The gui->video translation code in xv seems to work, enable it. | Juergen Keil |
2001-10-14 | Update xine.h doxygen comments. Use constants for aspect ratio in | Daniel Caujolle-Bert |
2001-10-14 | turn deinterlace method into a .xinerc option | Guenter Bartsch |
2001-10-11 | - nicer message for deinterlace not supported | Miguel Freitas |
2001-10-11 | should fix errors with gcc3 optimizations | Miguel Freitas |
2001-10-10 | GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver. | Juergen Keil |
2001-10-09 | overlay clut colorspace conversion | Miguel Freitas |
2001-10-09 | Implement rle-image shrinking for blend_rgb*() | Juergen Keil |
2001-10-09 | blend_rgb* with rle-image scaling. Used by the XShm video_out driver. | Juergen Keil |
2001-10-05 | solaris mlib yub2rgb crashed for 4:3 NTSC DVD format | Juergen Keil |
2001-10-03 | Eliminate void* pointer arithmetic, and fixed some char* / unsigned char* | Juergen Keil |
2001-10-03 | check if attribute is gettable | Miguel Freitas |
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-27 | enable bilinear scaling on Permedia 2/3 cards. | Miguel Freitas |
2001-09-26 | - Trying to fix video window size for mpeg streams with | Juergen Keil |
2001-09-25 | one of the optimized scale_line functions was not used at 1024x768 resolution, | Juergen Keil |
2001-09-24 | Support GrayScale visuals in XShm (works like PseudoColor for now) | 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-20 | - new deinterlacing method "onefield" (just interpolate) | Miguel Freitas |
2001-09-19 | croma deinterlace -> uses more cpu but looks better | Miguel Freitas |
2001-09-19 | fix typo (#else) | Miguel Freitas |
2001-09-19 | small deinterlace cleanup | Miguel Freitas |
2001-09-19 | possible fix for gcc3 error | Miguel Freitas |
2001-09-19 | New greedy deinterlace method | Miguel Freitas |
2001-09-19 | deinterlace update, not finished yet (weave looks broken). | Miguel Freitas |