summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
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
2003-01-15Move configuration of vidix into vidix_display_frame. Prevents attempted conf...James Stembridge
2003-01-15Correct major number of created /dev/dhahelperJames Stembridge
2003-01-15Import driver from mplayer for Trident CyberBlade/i1 chipset found on some VI...James Stembridge
2003-01-14ops, missing filesMiguel Freitas
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
2003-01-11and the story continueDaniel Caujolle-Bert
2003-01-11add pitches, fix coding style, alloc planary yuv in one memory chunk so en .....Guenter Bartsch
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas