summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_directx.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2011-03-20Merge from 1.1.Darren Salt
2010-11-10Option for disabling HW acceleration in directx.František Dvořák
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-12Merge from 1.1.Darren Salt
2009-01-12Fix build of directx VO plugin.František Dvořák
2009-01-04Merge from 1.1.Darren Salt
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-19Support XINE_GUI_SEND_DRAWABLE_CHANGED in DirectX video driverMatthias Ringwald
2008-11-17Fix video out for directx that support YV12 or YUV2Matthias Ringwald
2008-10-30Create secondary buffer with correct pixelformatMatthias Ringwald
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video output plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all video output plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-06Remove executable status from all files which shouldn't have it.Darren Salt
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
2005-12-12*BUGFIX*František Dvořák
2005-11-21*BUGFIX*František Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-09-19*BUGFIX*František Dvořák
2005-08-29*BUGFIX*František Dvořák
2005-08-25*BUGFIX*František Dvořák
2004-12-01Fix DirectX video output driver compilation on win32Andre Pang
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-09-02Warnings on WIN32.František Dvořák
2004-05-02device_name is not really used anywhere?Michael 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-14API version bounceSiggi Langauf
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
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-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-06- add XvMC supportMiguel Freitas