summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xshm.c
AgeCommit message (Expand)Author
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
2002-02-17each frame has an id for debugging purposes now; xshm driver can at least dis...Guenter Bartsch
2002-02-16beginning of video_out_driver changesGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-15Fix XShm menu and spu colours.James Courtier-Dutton
2002-01-10Forgot to update xine.h.tmpl.in with the new video_out api.James Courtier-Dutton
2002-01-09video_driver api changed.James Courtier-Dutton
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-11- nicer message for deinterlace not supportedMiguel Freitas
2001-10-10GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver.Juergen Keil
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-10-09blend_rgb* with rle-image scaling. Used by the XShm video_out driver.Juergen Keil
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
2001-09-25one of the optimized scale_line functions was not used at 1024x768 resolution,Juergen Keil
2001-09-24Support GrayScale visuals in XShm (works like PseudoColor for now)Juergen Keil
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil