index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_out
/
video_out_directx.c
Age
Commit message (
Expand
)
Author
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2009-01-12
Fix build of directx VO plugin.
František Dvořák
2008-11-19
Support XINE_GUI_SEND_DRAWABLE_CHANGED in DirectX video driver
Matthias Ringwald
2008-11-17
Fix video out for directx that support YV12 or YUV2
Matthias Ringwald
2008-10-30
Create secondary buffer with correct pixelformat
Matthias Ringwald
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-04-06
Remove executable status from all files which shouldn't have it.
Darren Salt
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make 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-25
move alphablend to core
Miguel Freitas
2005-09-24
- rename all clip_top, clip_left, clip_color... to hili_xxxx. that
Miguel 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-01
Fix DirectX video output driver compilation on win32
Andre Pang
2004-11-24
patch to further improve overlay blending and to elimiate static variables
Michael Roitzsch
2004-09-22
- added cropping capability (thanks James Stembridge)
Miguel Freitas
2004-09-02
Warnings on WIN32.
František Dvořák
2004-05-02
device_name is not really used anywhere?
Michael Roitzsch
2004-01-03
Move win32_visual_t into xine.h ==> frontends can be compiled out of xine tree.
František Dvořák
2004-01-01
Win32 port, mainly DirectX:
František Dvořák
2003-12-14
API version bounce
Siggi Langauf
2003-12-13
Update win32 MSVC build:
František Dvořák
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-31
First check the pointers on NULL values, then memset;
Michael Roitzsch
2003-10-23
cleanup in video_out.h
Michael Roitzsch
2003-10-22
Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...
Robin KAY
2003-10-06
- add XvMC support
Miguel Freitas
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-05-31
update video out api to allow better frame management (explicit locking)
Miguel Freitas
2003-05-14
These are part of the old video out API and should not be needed any longer
Michael Roitzsch
2003-04-22
Additional changes for win32/msvc port; This is my first real commit so pleas...
Tim Champagne
2003-04-22
Adding a couple of files missing files for the Win32/msvc port (audio and vid...
Tim Champagne