summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_sdl.c
AgeCommit message (Expand)Author
2008-10-19Pass native HWND through xine to SDLMatthias Ringwald
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-27Add VO_PROP_OUTPUT_* to some other video output drivers (where trivial).Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-11-28*BUGFIX*František Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-06-08this is a system-wide header, so <...> seems the better choiceMichael Roitzsch
2004-06-08applied patch from ozone, which he's tested on linux and osx.Conrad Parker
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2003-12-29obvious fix to make sdl work again.Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-14These are part of the old video out API and should not be needed any longerMichael Roitzsch
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the Win...Tim Champagne
2003-02-13FreeBSD compile fixesHeiko Schaefer
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-13fix sdlMiguel Freitas
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
2002-11-24First draft of SDL code (BROKEN)Stephen Torri
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- simplify sdl video driver with scaling helperMiguel 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-13SDL should be usable againMiguel Freitas
2002-03-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch