summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_pgx64.c
AgeCommit message (Expand)Author
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
2003-08-11Cleaned up code. Removed support for XINE_VISUAL_TYPE_FB. Added support for d...Robin KAY
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-15Properly deinterlace YUY2 frames.Robin KAY
2003-06-15Remove linear blend deinterlacer from video_out_pgx64. Add C implementation o...Robin KAY
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-12Cleaned up console outputRobin KAY
2003-04-09now uses generic framebuffer device name and checks real_typeRobin KAY
2003-04-03rearrange code handling framebuffer registersRobin KAY
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-20fix off by one errorRobin KAY
2002-12-18Add support for exclusive overlaysRobin KAY