summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the Win...Tim Champagne
2003-05-04Fix annoying XVideo lockup (probably another bug in the X11 library)Ewald Snel
2003-05-02make sure colour keying is turned off for frame buffer outputJames Stembridge
2003-05-02only need to set this onceJames Stembridge
2003-05-02remove option for disabling colour keying as there's no good reason for wanti...James Stembridge
2003-05-02add support for rgb intensity controlsJames Stembridge
2003-05-02Set colour key control registers in same way that gatos and windows drivers doJames Stembridge
2003-05-02remove unused variableJames Stembridge
2003-05-0124 and 32 bpp settings are the same so collapse into single caseJames Stembridge
2003-05-01fix unwanted fall through in selectJames Stembridge
2003-05-01According to gatos (and as suspected) r100 colour keying is no differentJames Stembridge
2003-05-01workaround for some mobility chips reporting zero ram size (from mplayer)James Stembridge
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