summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
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
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-02-02Function replacedEwald Snel
2003-02-02Fix memory leak in XShm driverEwald Snel
2003-01-31Log/error messages updatedJames Stembridge
2003-01-31Revert parts of previous changes to frame copy functions such that only the n...James Stembridge
2003-01-31Convert yv12 to yuy2 for vidix drivers that only support yuy2James Stembridge
2003-01-31Interleave u and v planes for display of yv12 on G200James Stembridge
2003-01-31Clean up yuy2 copy functionJames Stembridge
2003-01-31Damn - fix compile warningJames Stembridge
2003-01-31Remove unneeded printf'sJames Stembridge
2003-01-31Change few remaining printf's to match xine styleJames Stembridge
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-31Don't load mga_crtc2_vid with G200James Stembridge
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
2003-01-29adjust priorities to what we agreed on jun/2002.Miguel Freitas
2003-01-29get rid of anyoing bug report when a user change his video card, and xv prope...Daniel Caujolle-Bert
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
2003-01-25Fix bug introduced by previous commitEwald Snel
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
2003-01-19trying to fix color errors and endianness problems in yuy2Miguel Freitas
2003-01-19Update to cyberblade_vid driver. Fixes cache issues with EPIA-800 and improve...James Stembridge
2003-01-16Fix copying of chroma planes to video memory when video width is not a multip...James Stembridge
2003-01-16Update cyberblade_vid to latest version. Fixes suspected MMIO and cache relat...James Stembridge
2003-01-16Add support for changing aspect ratioJames Stembridge