Age | Commit message (Expand) | Author |
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 |
2001-09-16 | Update docs. Fixed some warnings. configure.in is ready for 0.9.1. | Daniel Caujolle-Bert |
2001-09-16 | software deinterlacer filter (BOB) | Miguel Freitas |
2001-09-11 | video_out_xshm crashes for scale factor 16/23, due to rounding error. | Juergen Keil |
2001-09-10 | - aspect ratio switching with autorepeat crashes video_out_xshm; | Juergen Keil |
2001-09-10 | Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@... | Guenter Bartsch |
2001-09-10 | Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm's | Juergen Keil |
2001-09-10 | fix for frame buffers that were never ->displayed() | Miguel Freitas |
2001-09-09 | - adapt to window size changes in the xshm video_out driver; rescale the | Juergen Keil |
2001-09-06 | Trying to port the xine-lib sources to a non-gcc compiler | Juergen Keil |