summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_syncfb.c
AgeCommit message (Expand)Author
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-01-29adjust priorities to what we agreed on jun/2002.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-13- bring syncfb back (yuy2 doesn't seem to work though)Miguel Freitas
2002-12-07All gui_data_exchange containing X calls may xlocked/xunlocked. Don't forgetDaniel Caujolle-Bert
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-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-16- syncfb simplified with helper functions (obs: i enabled zoom since it seeme...Miguel Freitas
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
2002-08-10syncing my local tree:Miguel Freitas
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-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