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_xvmc.c
Age
Commit message (
Expand
)
Author
2007-03-25
Fix messages for video out modules. Patch by Reinhard Nissl.
Diego 'Flameeyes' Pettenò
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-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-05-03
**BUGFIX**
Thomas Hellström
2005-04-26
**BUGFIX**
Thomas Hellström
2005-02-22
XvMC update largely courtesy of Kendall Bennet, Scitechsoft:
Thomas Hellström
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-11-24
patch to further improve overlay blending and to elimiate static variables
Michael Roitzsch
2004-09-28
xxmc patch by Thomas Hellstrom (with some changes)
Miguel Freitas
2004-09-22
- added cropping capability (thanks James Stembridge)
Miguel Freitas
2004-06-26
mark the old deinterlace setting as deprecated
Michael Roitzsch
2004-04-26
help strings added for all remaining config entries (so I hope)
Michael Roitzsch
2004-03-03
use the _x_abort() macro instead of abort, since it prints some debug info
Michael Roitzsch
2003-12-14
API version bounce
Siggi Langauf
2003-12-13
fix few memleaks
Daniel Caujolle-Bert
2003-12-06
reading through Daniel's huge patch was quite tiresome, but it was not worthl...
Michael Roitzsch
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-26
* new unscaled overlay feature (using XShape extension)
Miguel Freitas
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-27
Daniel's xvmc cleanups (tested)
Miguel Freitas
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