summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
AgeCommit message (Expand)Author
2011-10-10Fixed asprintf usagePetri Hintukainen
2010-07-29Spelling fixes.Darren Salt
2010-01-21Fix width and padding bugs in opengl fragprog rendererEddie Goodall
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-08-08video_out_opengl: Actually bail out if no display found.Matthias Hopf
2008-08-01video_out_opengl: Activate only if visual is direct rendering capableMatthias Hopf
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07Replace strn?cpy() + strn?cat() calls with a?sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
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ò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-15Fix non-static assignment of static variable.Robin KAY
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-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-09-05Unified behavior of yuv2rgb brightness/contrast/saturation.Matthias Hopf
2005-07-05Fixed type missmatch warnings (char * vs. GLubyte *).Matthias Hopf
2005-05-09**BUGFIX**Andre Pang
2005-04-21- Updated doc/README.openglMatthias Hopf
2005-04-07- Added some code to work around legacy systems (like old SGI machines)Matthias Hopf
2005-04-06Using self-supplied glext.h now in order to reduce compile requirements.Matthias Hopf
2005-04-05Updates:Matthias Hopf
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-25Fix compile error in overlay blending. (Reinhard Nissl)Darren Salt
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
2004-11-23Rewrote OpenGL output plugin.Matthias Hopf
2004-10-09two more plugins for the centralized scaling optionMichael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-08-26Implement configure option --disable-openglFrantišek Dvořák
2004-04-30Enable opengl compiling.James Courtier-Dutton
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...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-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-02-28Xine assert() replacement:Stephen Torri
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-01-29adjust priorities to what we agreed on jun/2002.Miguel Freitas