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