summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2002-03-25framebuffer driver resurrectedMiguel Freitas
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2002-03-22small bugfix to detect frame size changes correctlyGuenter Bartsch
2002-03-21cosmetic changes and removed unnecessary check for expose event countGuenter Bartsch
2002-03-21adding new parameters to frame_output_cbMiguel Freitas
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-18video_out_syncfb.c now compiles... doesn't work yet thoughRich J Wareham
2002-03-17Simple fix to (I think) make FB work againRich J Wareham
2002-03-10copy last 2 lines on linear blendMiguel Freitas
2002-03-08Reenable AAlib output.Daniel Caujolle-Bert
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-03-01another zoom patch from Thibaut MATTERNGuenter Bartsch
2002-02-28aspect ratio change in fullscreen mode hopefully fixedGuenter Bartsch
2002-02-27Fixed datatype.Daniel Caujolle-Bert
2002-02-27Include bsd headers only in bsd.Daniel Caujolle-Bert
2002-02-27bsd include file fixGuenter Bartsch
2002-02-27patch from Thibaut MATTERN, removes height hack and another onefield fixGuenter Bartsch
2002-02-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
2002-02-26onefield / zoom patches from thibaut matternGuenter Bartsch
2002-02-26allocate frame data memory depending on colorspace formatGuenter Bartsch
2002-02-26Fix segfault with Xv and remote display.Daniel Caujolle-Bert
2002-02-25DirectFB output plugin changedRich J Wareham
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-18new deinterlacing method (linear blend).Miguel Freitas
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-10Yet again things were pulled from under my feet.. removed references to IMGFM...Rich J Wareham
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-02-04First attempt at making DirectFB output use a layer rather than surfaceRich J Wareham
2002-02-02Added YUY2 supportRich J Wareham
2002-02-02Added a new DirectFB output plugin (experimental)Rich J Wareham
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch
2002-01-23Change/fix opengl checks, add a glut fallback (GLU).Daniel Caujolle-Bert
2002-01-23Modified the OpenGL plugin to use proper 2D textures which a) ImprovesRich J Wareham
2002-01-23Fix Menu overlay button colours.James Courtier-Dutton
2002-01-22New OpenGL output plugin. Will only work with upcoming changes in xine-ui.Matthias Hopf
2002-01-22cr and cb swappedMiguel Freitas
2002-01-22- small w32codec bugfixesMiguel Freitas
2002-01-21Use our own xine_setenv, for systems that don't have "setenv" in libcJuergen Keil
2002-01-18small fix to alphablendMiguel Freitas
2002-01-18Try to fix some bleeding in the menus.James Courtier-Dutton
2002-01-17SDL video out driverMiguel Freitas