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_pgx64.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
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ò
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-09-05
Unified behavior of yuv2rgb brightness/contrast/saturation.
Matthias Hopf
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-22
- added cropping capability (thanks James Stembridge)
Miguel Freitas
2004-06-24
this->buffers must be signed to hold a negative value on vram_alloc() failure...
Robin KAY
2004-06-19
Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to confi...
Robin KAY
2004-06-18
Fix BadWindow error in video_out_pgx64 when the VIDEO_OVERLAY_WINDOW property...
Robin KAY
2004-06-01
Add support for XVR-100 (Radeon-based) framebuffers to video_out_pgx64.
Robin KAY
2004-05-25
Use DGA to obtain the device path/file descriptor to the framebuffer rather t...
Robin KAY
2004-05-23
Fix detection of a partially obscured window.
Robin KAY
2004-05-02
too stupid to edit a file...
Michael Roitzsch
2004-05-02
these settings are not security critical => lower experience level
Michael Roitzsch
2004-04-29
Lock display during DGA operations so the drawable can't change.
Robin KAY
2004-04-28
Prevent flickering when updating overlay registers.
Robin KAY
2004-04-28
Fix config help strings. video_out_pgx32 and video_out_pgx64 are not exploita...
Robin KAY
2004-04-27
Must not enable exclusive overlay when using chroma keying.
Robin KAY
2004-04-26
help strings added for all remaining config entries (so I hope)
Michael Roitzsch
2004-04-25
Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses th...
Robin KAY
2004-04-16
video_out_pgx32 now properly clips video output. video_out_pgx64 now disables...
Robin KAY
2004-03-16
Fix overlay display in video_out_pgx32. Minor cosmetic changes to both PGX32 ...
Robin KAY
2004-03-03
use the _x_abort() macro instead of abort, since it prints some debug info
Michael Roitzsch
2004-02-17
PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.
Robin KAY
2004-02-16
Disable syncfb plugin on platforms which don't have the kernel endpoint. Twea...
Robin KAY
2003-12-20
Fixed bug; masking is not the same as saturating. Improved colour map handlin...
Robin KAY
2003-12-18
Small cleanup. Changed colour mapping code to allocate read-only cells rather...
Robin KAY
2003-12-14
API version bounce
Siggi Langauf
2003-12-13
fix few memleaks
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-11-01
Exchange (void *) function casts for a less evil kind of (void *) cast. Check...
Robin KAY
2003-10-24
Fix pitch calculations for U and V lines.
Robin KAY
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-19
Refactor code. Rewrite chroma keying implementation.
Robin KAY
2003-10-06
- add XvMC support
Miguel Freitas
2003-10-05
The height of the U and V buffers needs to rounded up for odd frame heights. ...
Robin KAY
2003-10-04
memalign(3C) changed to malloc(3C) as it caused core dumps. This may be indic...
Robin KAY
2003-10-03
Fix multi-buffering when frame height is not a multiple of 16. Fix some off b...
Robin KAY
2003-09-21
Add support for chroma keyed overlay graphics to video_out_pgx64 and fix vari...
Robin KAY
2003-09-14
Add multi-buffering support to video_out_pgx64 (massive performance increase ...
Robin KAY
2003-08-12
Mistakenly disabled some code I shouldn't have in the previous revision. Now ...
Robin KAY
[next]