summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2004-10-19XineOpenGLView for Mac OS X:Andre Pang
2004-10-14decrease xxmc priorityMiguel Freitas
2004-10-13Mac OS X video_out driver:Andre Pang
2004-10-12xxmc: minor cosmetic changes and duplicated ratio bugfix.Thomas Hellström
2004-10-12xxmc driver updates:Thomas Hellström
2004-10-09two more plugins for the centralized scaling optionMichael Roitzsch
2004-10-08* moved image scaling config entry from XShm to vo_scale helperMichael Roitzsch
2004-10-04Fixed a segmentation fault seen in kaffeine when dereferencing a NULLThomas Hellström
2004-10-03Bugfix for IDCT and MOCOMP XvMC where the block pointer was notThomas Hellström
2004-09-28xxmc patch by Thomas Hellstrom (with some changes)Miguel Freitas
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-09-22xshm "chicken egg" problemMiguel Freitas
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-09-06Updates:František Dvořák
2004-09-05Not system headers.František Dvořák
2004-09-04Fix some 'make distcheck' problems.František Dvořák
2004-09-02Warnings on WIN32.František Dvořák
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