summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xshm.c
AgeCommit message (Expand)Author
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-22- we need to init X thread safe libraries, the front-end might not haveBastien Nocera
2003-02-03Fix default contrast and saturation settings for XShm driverEwald Snel
2003-02-03i guess i've finally made a breakthrought on completion event handling!Miguel Freitas
2003-02-02Fix brightness, saturation control for MMX yuv2rgb using the XShm driverEwald Snel
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-02-02Fix memory leak in XShm driverEwald Snel
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-20Check for changes in the global vo_scale's gui_pixel_aspect, and update theJuergen Keil
2002-12-07All gui_data_exchange containing X calls may xlocked/xunlocked. Don't forgetDaniel Caujolle-Bert
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-10-22First attempt at re-enabling the XShm pluginJuergen Keil
2002-10-13yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC withJuergen Keil
2002-10-04bounds check in frame_copy fixing segfaultsMichael Roitzsch
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-09-16A bit of info regarding wrong bpp depths.James Courtier-Dutton
2002-09-08XShm is backMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-28enforce scaling_disabledMiguel Freitas
2002-08-15patch - save old XErrorHandler by Mark ThomasMiguel Freitas
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
2002-08-10syncing my local tree:Miguel Freitas
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
2002-07-20Update entire video window, not just output area, on X11 Expose eventsEwald Snel
2002-07-16Fix unresolved symbols and replace duplicate code in video output pluginsEwald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-10handle freshly introduced pan&scan aspect like anamorphic aspectMichael Roitzsch
2002-06-200.9.11xine-0_9_11-release0.9.11Siggi Langauf
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-05-18remove debug messageMiguel Freitas
2002-05-06- remove deprecated zoom_mpeg1 (resizing policies are ui's job now)Miguel Freitas
2002-05-03Frame resizing patch from Miguel.Daniel Caujolle-Bert
2002-04-14avoid critical problems in yuv2rgb caused by very small frame output sizeEwald Snel
2002-03-26Small cleanup (code reuse).Matthias Hopf
2002-03-22small bugfix to detect frame size changes correctlyGuenter Bartsch
2002-03-21adding new parameters to frame_output_cbMiguel Freitas
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ...Guenter Bartsch
2002-02-24clean black bars on window/frame size changeGuenter Bartsch
2002-02-24makefile cleanup, pause frame fixed for xshm, beginning to work on xv outputGuenter Bartsch
2002-02-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter Bartsch
2002-02-18cleanup/added debug messages, small metronom fixGuenter Bartsch
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch