summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_vidix.c
AgeCommit message (Expand)Author
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-12-19Mark string-type configuration items according to whether they're plainDarren Salt
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
2006-04-051) various warning fixesFrantiš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
2005-01-23**BUGFIX**James Stembridge
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-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-05-09some more colorkey fixes and cleanupsMiguel Freitas
2004-05-06implement proper x11osd resize support. that should fix problems with rc4Miguel Freitas
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-10colorkey unscaled overlay support by Yann VernierMiguel Freitas
2004-01-07use frame copying/conversion functionsJames Stembridge
2003-12-14API version bounceSiggi Langauf
2003-12-13fix few memleaksDaniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
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-09-22fix segfault when configuration fails because the resolution is too highJames Stembridge
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-02make sure colour keying is turned off for frame buffer outputJames Stembridge
2003-05-02only need to set this onceJames Stembridge
2003-05-02remove option for disabling colour keying as there's no good reason for wanti...James Stembridge
2003-05-02add support for rgb intensity controlsJames Stembridge
2003-04-23fix yv12->yuy2 conversionJames Stembridge
2003-04-23calculate hardware pitches depending on output rather than input image formatJames Stembridge
2003-04-12simpler handling of handling output window changesJames Stembridge
2003-04-12fix video ram stride calculation for yuy2James Stembridge
2003-03-16fix segfault when no vidix driver is foundJames Stembridge
2003-03-14mute vidix driver console output. vidix itself still outputs messages to the ...James Stembridge
2003-03-14Split config callbacksJames Stembridge
2003-02-23Fix error in chroma plane interleavingJames Stembridge
2003-02-21Configure option and error checking for frame buffer deviceJames Stembridge
2003-02-21Allow vidix vo driver to be compiled without X/framebuffer supportJames Stembridge