Age | Commit message (Expand) | Author |
2008-08-08 | video_out_opengl: Activate only if visual is direct rendering capable | Matthias Hopf |
2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt |
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
2008-02-25 | Add more VO_CAP_* to indicate support for colour controls & zoom properties. | Darren Salt |
2008-01-05 | Merge from 1.2. | Diego 'Flameeyes' Pettenò |
2008-01-03 | Replace _x_vo_scale_aspect_ratio_name() function with a string table, all the... | Diego 'Flameeyes' Pettenò |
2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for video output plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all video output plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-15 | Fix non-static assignment of static variable. | Robin KAY |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-09-25 | move alphablend to core | Miguel Freitas |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2005-09-05 | Unified behavior of yuv2rgb brightness/contrast/saturation. | Matthias Hopf |
2005-07-05 | Fixed type missmatch warnings (char * vs. GLubyte *). | Matthias Hopf |
2005-05-09 | **BUGFIX** | Andre Pang |
2005-04-21 | - Updated doc/README.opengl | Matthias Hopf |
2005-04-07 | - Added some code to work around legacy systems (like old SGI machines) | Matthias Hopf |
2005-04-06 | Using self-supplied glext.h now in order to reduce compile requirements. | Matthias Hopf |
2005-04-05 | Updates: | Matthias Hopf |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-25 | Fix compile error in overlay blending. (Reinhard Nissl) | Darren Salt |
2004-11-24 | patch to further improve overlay blending and to elimiate static variables | Michael Roitzsch |
2004-11-23 | Rewrote OpenGL output plugin. | Matthias Hopf |
2004-10-09 | two more plugins for the centralized scaling option | Michael Roitzsch |
2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
2004-08-26 | Implement configure option --disable-opengl | František Dvořák |
2004-04-30 | Enable opengl compiling. | James Courtier-Dutton |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |