summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2004-06-21Mac OS X XineVideoWindow:Andre Pang
2004-06-20housekeepingMichael Roitzsch
2004-06-19Mac OS X's XineVideoWindow:Andre Pang
2004-06-19Mac OS X video output driver:Andre Pang
2004-06-19Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to confi...Robin KAY
2004-06-19now we need to link against the macosx library, don't we?Michael Roitzsch
2004-06-19remove some unused variablesMichael Roitzsch
2004-06-19Removed superfluous AM_CFLAGS in src/video_out/macosx/Makefile.amAndre Pang
2004-06-19Run Mac OS X video driver's setVideoSize method in the main (UI) thread, ratherAndre Pang
2004-06-19Build code in src/video_out/macosx directory againAndre Pang
2004-06-18Fix BadWindow error in video_out_pgx64 when the VIDEO_OVERLAY_WINDOW property...Robin KAY
2004-06-18* applied patch from Andre Pang to use GLView directlyDaniel Mack
2004-06-18video_out_macosx.mDaniel Mack
2004-06-12- Makefile.am: removed unneeded build options and added options fromDaniel Mack
2004-06-10- Lots of cleanups and coding style issuesDaniel Mack
2004-06-08housekeepingMichael Roitzsch
2004-06-08a better approach to the module unload preventionMichael Roitzsch
2004-06-08next try to get the Objective-C OSX code supported by the automagicMichael Roitzsch
2004-06-08this is a system-wide header, so <...> seems the better choiceMichael Roitzsch
2004-06-08applied patch from ozone, which he's tested on linux and osx.Conrad Parker
2004-06-06Remove the references to OBJC in the configure.ac and video_out Makefile.amJames Courtier-Dutton
2004-06-06A fix so that non macosx systems build correctly.James Courtier-Dutton
2004-06-06From: Daniel MackJames Courtier-Dutton
2004-06-05Oops. Keep xine-lib compiling until the configure.ac is changed.James Courtier-Dutton
2004-06-05From: Daniel MackJames Courtier-Dutton
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-09fix zoom supportMiguel Freitas
2004-05-09fix colorkey bug switching to fullscreenMiguel Freitas
2004-05-09some more colorkey fixes and cleanupsMiguel Freitas
2004-05-06implement proper x11osd resize support. that should fix problems with rc4Miguel Freitas
2004-05-02too stupid to edit a file...Michael Roitzsch
2004-05-02these settings are not security critical => lower experience levelMichael Roitzsch
2004-05-02device_name is not really used anywhere?Michael Roitzsch
2004-04-30Enable opengl compiling.James Courtier-Dutton
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-04-13fix mmx_unpack_24rgb bug reported by Vicente de Miguel SoriaMiguel Freitas
2004-04-11Committed a modified version of Ian MacIntosh's patch.Robin KAY
2004-04-10colorkey unscaled overlay support by Yann VernierMiguel Freitas
2004-04-10somebody complained about a segfault here. it shouldn't hurt.Miguel Freitas
2004-04-09on FreeBSD alpha, sys/types.h is needed before machine/param.hMichael Roitzsch
2004-04-07+\nPhilipp Hahn
2004-03-23Fix thread safety of XINE_GUI_SEND_DRAWABLE_CHANGEDEwald Snel