Age | Commit message (Expand) | Author |
2003-04-24 | - just don't deinterlace when the method is not supported, rather than silent... | Bastien Nocera |
2003-04-23 | fix yv12->yuy2 conversion | James Stembridge |
2003-04-23 | calculate hardware pitches depending on output rather than input image format | James Stembridge |
2003-04-23 | Few more small changes for win32/msvc port | Tim Champagne |
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so pleas... | Tim Champagne |
2003-04-22 | Adding a couple of files missing files for the Win32/msvc port (audio and vid... | Tim Champagne |
2003-04-16 | die completion events, die die die | Miguel Freitas |
2003-04-12 | simpler handling of handling output window changes | James Stembridge |
2003-04-12 | fix video ram stride calculation for yuy2 | James Stembridge |
2003-04-09 | now uses generic framebuffer device name and checks real_type | Robin KAY |
2003-04-03 | rearrange code handling framebuffer registers | Robin KAY |
2003-03-31 | libdl don't exist on all system | Daniel Caujolle-Bert |
2003-03-19 | clear all memory on frame size change to avoid artefacts from previous | Stefan Holst |
2003-03-19 | fb_visual_t for fb video driver, enable frame_output_cb in that driver. | Stefan Holst |
2003-03-18 | - add many more locks for the Xv driver when needed, should fix some problems | Bastien Nocera |
2003-03-16 | fix segfault when no vidix driver is found | James Stembridge |
2003-03-14 | libvidix uses libdl | James Stembridge |
2003-03-14 | simpler solution to not loading mga_crtc2_vid with g200 and don't print messa... | James Stembridge |
2003-03-14 | Only probe driver files with a .so extension | James Stembridge |
2003-03-14 | include dha code in xineplug_vo_out_vidix.so rather than each and every vidix... | James Stembridge |
2003-03-14 | mute vidix driver console output. vidix itself still outputs messages to the ... | James Stembridge |
2003-03-14 | Split config callbacks | James Stembridge |
2003-03-12 | Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16 | James Stembridge |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
2003-03-05 | Add option to fix alignment problem with some (buggy) XVideo drivers | Ewald Snel |
2003-03-04 | fix compiler warnings at least in xine's native code | Michael Roitzsch |
2003-03-01 | Must include "xineutils.h" to pic up the definition of the new XINE_ASSERT | Juergen Keil |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-23 | Fix error in chroma plane interleaving | James Stembridge |
2003-02-22 | - we need to init X thread safe libraries, the front-end might not have | Bastien Nocera |
2003-02-21 | Configure option and error checking for frame buffer device | James Stembridge |
2003-02-21 | - don't abort when we're not on an mmx capable machine, simply fallback | Bastien Nocera |
2003-02-21 | Allow vidix vo driver to be compiled without X/framebuffer support | James Stembridge |
2003-02-21 | Build vidix vo driver if we have X11 or linux framebuffer support | James Stembridge |
2003-02-20 | Add vidixfb driver for using vidix on linux frame buffer | James Stembridge |
2003-02-19 | Force reconfiguration of vidix when changing colour key settings as some driv... | James Stembridge |
2003-02-19 | Fix missing mediaLib include path | Robin KAY |
2003-02-19 | Fix video processing segmentation fault at exit | Ewald Snel |
2003-02-17 | this should be wrong here | Michael Roitzsch |
2003-02-14 | fix u/v ordering | Guenter Bartsch |
2003-02-13 | FreeBSD compile fixes | Heiko Schaefer |
2003-02-05 | enix requires frames to be allocated in one memory chunk, fix comment | Guenter Bartsch |
2003-02-05 | - fix segfault with some OpenDivX streams (thanks Miguel for spotting my | Bastien Nocera |
2003-02-03 | Fix default contrast and saturation settings for XShm driver | Ewald Snel |
2003-02-03 | i guess i've finally made a breakthrought on completion event handling! | Miguel Freitas |
2003-02-02 | Code cleanup | James Stembridge |
2003-02-02 | Don't use globals for MMX yuv2rgb conversion variables (not thread-safe) | Ewald Snel |
2003-02-02 | Add contrast support to MMX yuv2rgb conversion, fix 'cbu' clipping | 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 |