summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2003-04-30fix crash when resolution changes with certain deinterlace methods enabledMiguel Freitas
2003-04-24- just don't deinterlace when the method is not supported, rather than silent...Bastien Nocera
2003-04-23fix yv12->yuy2 conversionJames Stembridge
2003-04-23calculate hardware pitches depending on output rather than input image formatJames Stembridge
2003-04-23Few more small changes for win32/msvc portTim Champagne
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-22Adding a couple of files missing files for the Win32/msvc port (audio and vid...Tim Champagne
2003-04-16die completion events, die die dieMiguel Freitas
2003-04-12simpler handling of handling output window changesJames Stembridge
2003-04-12fix video ram stride calculation for yuy2James Stembridge
2003-04-09now uses generic framebuffer device name and checks real_typeRobin KAY
2003-04-03rearrange code handling framebuffer registersRobin KAY
2003-03-31libdl don't exist on all systemDaniel Caujolle-Bert
2003-03-19clear all memory on frame size change to avoid artefacts from previousStefan Holst
2003-03-19fb_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 problemsBastien Nocera
2003-03-16fix segfault when no vidix driver is foundJames Stembridge
2003-03-14libvidix uses libdlJames Stembridge
2003-03-14simpler solution to not loading mga_crtc2_vid with g200 and don't print messa...James Stembridge
2003-03-14Only probe driver files with a .so extensionJames Stembridge
2003-03-14include dha code in xineplug_vo_out_vidix.so rather than each and every vidix...James Stembridge
2003-03-14mute vidix driver console output. vidix itself still outputs messages to the ...James Stembridge
2003-03-14Split config callbacksJames Stembridge
2003-03-12Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16James Stembridge
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-03-05Add option to fix alignment problem with some (buggy) XVideo driversEwald Snel
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
2003-03-01Must include "xineutils.h" to pic up the definition of the new XINE_ASSERTJuergen Keil
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-23Fix error in chroma plane interleavingJames Stembridge
2003-02-22- we need to init X thread safe libraries, the front-end might not haveBastien Nocera
2003-02-21Configure option and error checking for frame buffer deviceJames Stembridge
2003-02-21- don't abort when we're not on an mmx capable machine, simply fallbackBastien Nocera
2003-02-21Allow vidix vo driver to be compiled without X/framebuffer supportJames Stembridge
2003-02-21Build vidix vo driver if we have X11 or linux framebuffer supportJames Stembridge
2003-02-20Add vidixfb driver for using vidix on linux frame bufferJames Stembridge
2003-02-19Force reconfiguration of vidix when changing colour key settings as some driv...James Stembridge
2003-02-19Fix missing mediaLib include pathRobin KAY
2003-02-19Fix video processing segmentation fault at exitEwald Snel
2003-02-17this should be wrong hereMichael Roitzsch
2003-02-14fix u/v orderingGuenter Bartsch
2003-02-13FreeBSD compile fixesHeiko Schaefer
2003-02-05enix requires frames to be allocated in one memory chunk, fix commentGuenter Bartsch
2003-02-05- fix segfault with some OpenDivX streams (thanks Miguel for spotting myBastien Nocera
2003-02-03Fix default contrast and saturation settings for XShm driverEwald Snel
2003-02-03i guess i've finally made a breakthrought on completion event handling!Miguel Freitas
2003-02-02Code cleanupJames Stembridge
2003-02-02Don't use globals for MMX yuv2rgb conversion variables (not thread-safe)Ewald Snel
2003-02-02Add contrast support to MMX yuv2rgb conversion, fix 'cbu' clippingEwald Snel
2003-02-02Fix brightness, saturation control for MMX yuv2rgb using the XShm driverEwald Snel