summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_syncfb.c
AgeCommit message (Expand)Author
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-05-28FreeBSD compile fixHeiko Schaefer
2002-05-04Fixing XVidMode support (that fix took me a few hours, wow). Also the SyncFBMatthias Dahl
2002-05-02Just making sure the user sees the message right away.Matthias Dahl
2002-05-02* more updates/fixesMatthias Dahl
2002-05-02* removed the shared memory stuff because I have no idea why they were inMatthias Dahl
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-28Actually one could call this clean up wave *TWO* ... :-)Matthias Dahl
2002-04-28Minor cleanup and a possible little optimization... :)Matthias Dahl
2002-04-20Adopting recent zoom fix to Xv by Thibault Mattern.Matthias Dahl
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