summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
AgeCommit message (Expand)Author
2007-03-29Reorder to fill hole.Diego 'Flameeyes' Pettenò
2007-03-25Create at least a 1×1 shared image when the first frame is skipped (and thus...Diego 'Flameeyes' Pettenò
2007-02-15Properly repaint the whole surface during expose events. Patch by Christoph P...Diego 'Flameeyes' Pettenò
2006-12-25 * Fix disposing of image buffers in video_out_xv when SHM get disabled byDiego 'Flameeyes' Pettenò
2006-10-28Christoph Pfister's patch to support XINE_VISUAL_TYPE_X11_2 with XVMiguel Freitas
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-05-02Fix a null dereference which occurs if enabling deinterlacing whenDarren Salt
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-07-30*BUGFIX*František Dvořák
2005-07-29Use our own header for integer defsJames Stembridge
2005-03-06Fixed onefield_xv deinterlace method.Thibaut Mattern
2004-12-20- Don't try to second guess the front-end when it tells us we have an exposeBastien Nocera
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-08XSync after restoring xv settingsMiguel Freitas
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-07-19restore initial xv port attributes on exitMiguel Freitas
2004-07-17embarrassing memory leak when shm is not availableMiguel Freitas
2004-06-27calling XInitThreads() is definitely the frontend's job, because it hasMichael Roitzsch
2004-06-26patch from Stefan Kristiansson (slightly modified) to move Xv initializationMichael Roitzsch
2004-06-26mark the old deinterlace setting as deprecatedMichael Roitzsch
2004-05-09some more colorkey fixes and cleanupsMiguel Freitas
2004-05-06implement proper x11osd resize support. that should fix problems with rc4Miguel Freitas
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-10colorkey unscaled overlay support by Yann VernierMiguel Freitas
2004-04-09on FreeBSD alpha, sys/types.h is needed before machine/param.hMichael Roitzsch
2004-04-07+\nPhilipp Hahn
2004-03-23Fix thread safety of XINE_GUI_SEND_DRAWABLE_CHANGEDEwald Snel
2004-03-16ignore the hue setting on NVidia cards using the Xv video output as both the ...Bastien Nocera
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-28- Do not repaint the whole video output area in black when an expose event s ...Thibaut Mattern
2003-12-30get property generates too much noise with subtitles activeMiguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-13fix few memleaksDaniel Caujolle-Bert
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-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
2003-10-24fix network lockupDaniel Caujolle-Bert
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
2003-10-18Re-add COMPLETION gui_data_exchange() support, removed by //error//.Daniel Caujolle-Bert
2003-10-18cleanups, xlock fixesDaniel Caujolle-Bert