summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2003-08-09bleh to "//"Bastien Nocera
2003-08-09- temptatively fix the directfb video output plugin, maybe it works, maybe it...Bastien Nocera
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-08-04vo for libstkMiguel Freitas
2003-08-04patch from matthiasMiguel Freitas
2003-07-20fix G400 chroma bugJames Stembridge
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-06-15Properly deinterlace YUY2 frames.Robin KAY
2003-06-15Remove linear blend deinterlacer from video_out_pgx64. Add C implementation o...Robin KAY
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-26- quiet xv pluginBastien Nocera
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-14These are part of the old video out API and should not be needed any longerMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-14force redraw when drawable changesMiguel Freitas
2003-05-12Cleaned up console outputRobin KAY
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