summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_syncfb.c
AgeCommit message (Expand)Author
2002-04-03Checking in patch by Chris Rankin: "Here's a simple patch for the SyncFBMatthias Dahl
2002-04-02Need Xlib.h header on solaris, Xlib.h defines "Bool" and other types used inJuergen Keil
2002-04-01SyncFB vo plugin clean up wave *one*. :-)Matthias Dahl
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-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch
2002-01-22- small w32codec bugfixesMiguel Freitas
2002-01-09video_driver api changed.James Courtier-Dutton
2001-12-29i hope it's safe to do that. sometimes images were now show withMiguel Freitas
2001-12-16- fix clipping box inside rle linesMiguel 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-11-09Contrast and Brightness Control enabledJoachim Koenig
2001-11-09Adapting zooming feature from Xv video out plugin.Matthias Dahl
2001-11-09fb_screen_size correctionJoachim Koenig
2001-11-07Passing through the logo visibility to the video out plugin. This way aMatthias Dahl
2001-11-07Unhide/hide video window works now too...Matthias Dahl
2001-11-07You can now safely iconify (and back) the video out window during play backMatthias Dahl
2001-11-07More updates to the README.Matthias Dahl
2001-11-06this *should* *slightly* improve picture quality during hardware deinterlacing.Matthias Dahl
2001-11-06forgot to remove RGB from our capabilities list (until it is supported)Matthias Dahl
2001-11-06Added missing include for proper compilation on solaris. Thanks to IanMatthias Dahl
2001-11-06code cleanup and proper frame->format handling (incl. YUY2 support)Matthias Dahl
2001-11-06fixing typo (unimportant but nevertheless *grin*)Matthias Dahl
2001-11-05Fixing cr<->cb swap error in alphablending code; fixed some confusions inMatthias Dahl
2001-11-05re-enable YUV "fallback mechanism"; update TODO listMatthias Dahl
2001-11-05first (little) step towards support for YUY2 and RGB...Matthias Dahl
2001-11-05only offering YV12 to XINE for now until rest is added.Matthias Dahl
2001-11-05how embarrassing... :)Matthias Dahl
2001-11-05disabling anything but the 3 plane YUV420 support; adding to KNOWN BUGsMatthias Dahl
2001-11-04Adapting compile warning fix from Chris Rankin <rankincj@yahoo.com>.Matthias Dahl
2001-11-04*** empty log message ***Matthias Dahl
2001-11-04Fixing compiler warnings.Matthias Dahl
2001-11-03Made syncfb config option "default_repeat", a .xinerc configurable option.Matthias Dahl
2001-11-03minimizing config ioctl calls.Matthias Dahl
2001-11-03ok, last deinterlacing bug squished! :) Now you can push "i" as often as youMatthias Dahl
2001-11-03updates to the deinterlacing support - one bug still left to fix. (Joachim,Matthias Dahl
2001-11-03deinterlacing improvementsJoachim Koenig
2001-11-03Added deinterlace to SyncFBRich J Wareham
2001-11-03Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. AndMatthias Dahl
2001-11-03Replacing the old syncfb plugin with a totally reworked version. Also fixedMatthias Dahl
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-10GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver.Juergen Keil
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
2001-08-20buffer handling changedJoachim Koenig