summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2004-08-26Implement configure option --disable-openglFrantišek Dvořák
2004-08-06Improved quality of overlays.James Courtier-Dutton
2004-07-24Don't use MAP_FIXED to place registers after video RAM.Robin KAY
2004-07-22long paths to the vidix drivers would have overrun the path bufferMichael Roitzsch
2004-07-19restore initial xv port attributes on exitMiguel Freitas
2004-07-17embarrassing memory leak when shm is not availableMiguel Freitas
2004-07-05Mac OS X: Changed XineOpenGLView's resizeViewToVideoSizeOnLoad attribute toAndre Pang
2004-07-05Mac OS X:Andre Pang
2004-06-29Mac OS X XineVideoWindow: move setKeepsAspectRatio: and keepsAspectRatioAndre Pang
2004-06-27calling XInitThreads() is definitely the frontend's job, because it hasMichael Roitzsch
2004-06-26Mac OS X video_window.m: Change #include to #importAndre Pang
2004-06-26Mac OS X video_window.h: #import <Cocoa/Cocoa.h> so the header file canAndre Pang
2004-06-26patch from Stefan Kristiansson (slightly modified) to move Xv initializationMichael Roitzsch
2004-06-26mark the old deinterlace setting as deprecatedMichael Roitzsch
2004-06-25- trying to fix the kernel panics by wrapping some functions with a mutex.Daniel Mack
2004-06-25some cleanups, still hunting the evil kernel-killerDaniel Mack
2004-06-24this->buffers must be signed to hold a negative value on vram_alloc() failure...Robin KAY
2004-06-23src/video_out/macosx/video_window.m should export XineViewDidResizeNotificationAndre Pang
2004-06-22moved a check to *maybe* get rid of a kernel panic caused by drawRectDaniel Mack
2004-06-22Compiler warning fixesAndre Pang
2004-06-22Mac OS X XineOpenGLView:Andre Pang
2004-06-22Mac OS X XineOpenGLView:Andre Pang
2004-06-21Mac OS X XineVideoWindow:Andre Pang
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