summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2004-03-23Fix Qt bug, which is not really a Qt bug, but an X11-being-asynchronous bugEwald Snel
2004-03-16ignore the hue setting on NVidia cards using the Xv video output as both the ...Bastien Nocera
2004-03-16video_out_pgx32 no longer needs to be linked against alphablend.o. Removed de...Robin KAY
2004-03-16Fix overlay display in video_out_pgx32. Minor cosmetic changes to both PGX32 ...Robin KAY
2004-03-07Fix the jittering problem.Thibaut Mattern
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
2004-02-28- Do not repaint the whole video output area in black when an expose event s ...Thibaut Mattern
2004-02-19Mandrake patches fromRocky Bernstein
2004-02-17PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.Robin KAY
2004-02-16Disable syncfb plugin on platforms which don't have the kernel endpoint. Twea...Robin KAY
2004-01-29fix unscaled osd for kaffeineMiguel Freitas
2004-01-13sync with vidix cvsJames Stembridge
2004-01-13remove pointless headerJames Stembridge
2004-01-07use frame copying/conversion functionsJames Stembridge
2004-01-04video_out_win32.h is no longer neededMichael Roitzsch
2004-01-03Move win32_visual_t into xine.h ==> frontends can be compiled out of xine tree.František Dvořák
2004-01-01Win32 port, mainly DirectX:František Dvořák
2003-12-31Compilation under CygWin.František Dvořák
2003-12-30get property generates too much noise with subtitles activeMiguel Freitas
2003-12-29obvious fix to make sdl work again.Miguel Freitas
2003-12-20Fixed bug; masking is not the same as saturating. Improved colour map handlin...Robin KAY
2003-12-18Small cleanup. Changed colour mapping code to allocate read-only cells rather...Robin KAY
2003-12-14API version bounceSiggi Langauf
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-13fix few memleaksDaniel Caujolle-Bert
2003-12-12support for new ATI chipsJames Stembridge
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-06perhaps that will fix the black box problem reported at xine-userMiguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26prevent 'last' empty variableDaniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26adding the usual headerMichael Roitzsch
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
2003-11-26error handlingMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-16sync with vidix cvsJames Stembridge
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-10fix yuy2 output on mga_vidJames Stembridge
2003-11-01Exchange (void *) function casts for a less evil kind of (void *) cast. Check...Robin KAY
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
2003-10-28fix yuy2 blending (use overlay/clipping colors).Miguel Freitas
2003-10-27Daniel's xvmc cleanups (tested)Miguel Freitas
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
2003-10-24fix network lockupDaniel Caujolle-Bert
2003-10-24Fix pitch calculations for U and V lines.Robin KAY
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY