summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2003-09-22fix segfault when configuration fails because the resolution is too highJames Stembridge
2003-09-21Add support for chroma keyed overlay graphics to video_out_pgx64 and fix vari...Robin KAY
2003-09-16Fix some compiler warnings.James Courtier-Dutton
2003-09-14Add multi-buffering support to video_out_pgx64 (massive performance increase ...Robin KAY
2003-09-13fix colors of YUY2 overlay blendingMiguel Freitas
2003-09-13update from Darren HartMiguel Freitas
2003-08-29small missing lockMiguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-08-13update api/ratio stuffMiguel Freitas
2003-08-12Disable building video_out_pgx64 if X11 isn't available.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-09bleh to "//"Bastien Nocera
2003-08-09- temptatively fix the directfb video output plugin, maybe it works, maybe it...Bastien Nocera
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-08-04vo for libstkMiguel Freitas
2003-08-04patch from matthiasMiguel Freitas
2003-07-20fix G400 chroma bugJames Stembridge
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
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-26- quiet xv pluginBastien Nocera
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-14These are part of the old video out API and should not be needed any longerMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-14force redraw when drawable changesMiguel Freitas
2003-05-12Cleaned up console outputRobin KAY
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the Win...Tim Champagne
2003-05-04Fix annoying XVideo lockup (probably another bug in the X11 library)Ewald Snel
2003-05-02make sure colour keying is turned off for frame buffer outputJames Stembridge
2003-05-02only need to set this onceJames Stembridge
2003-05-02remove option for disabling colour keying as there's no good reason for wanti...James Stembridge
2003-05-02add support for rgb intensity controlsJames Stembridge
2003-05-02Set colour key control registers in same way that gatos and windows drivers doJames Stembridge
2003-05-02remove unused variableJames Stembridge
2003-05-0124 and 32 bpp settings are the same so collapse into single caseJames Stembridge
2003-05-01fix unwanted fall through in selectJames Stembridge
2003-05-01According to gatos (and as suspected) r100 colour keying is no differentJames Stembridge
2003-05-01workaround for some mobility chips reporting zero ram size (from mplayer)James Stembridge
2003-04-30fix crash when resolution changes with certain deinterlace methods enabledMiguel Freitas
2003-04-24- just don't deinterlace when the method is not supported, rather than silent...Bastien Nocera
2003-04-23fix yv12->yuy2 conversionJames Stembridge
2003-04-23calculate hardware pitches depending on output rather than input image formatJames Stembridge
2003-04-23Few more small changes for win32/msvc portTim Champagne
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-22Adding a couple of files missing files for the Win32/msvc port (audio and vid...Tim Champagne
2003-04-16die completion events, die die dieMiguel Freitas
2003-04-12simpler handling of handling output window changesJames Stembridge