Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/xine-engine/osd.h => include/xine/osd.h | |||
2007-12-19 | Mark more arrays as constant. | Diego 'Flameeyes' Pettenò | |
2007-12-19 | Mark static strings as const. | Diego 'Flameeyes' Pettenò | |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Remove more class_dispose functions, and replace with ↵ | Diego 'Flameeyes' Pettenò | |
default_post_class_dispose. | |||
2007-12-18 | Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò | |
This way the gettext code for description does not need to be repeated by every plugin. | |||
2007-12-11 | Update all post plugins to the new identifier/description interface. Add _() ↵ | Diego 'Flameeyes' Pettenò | |
where missing, for i18n. | |||
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt | |
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB | |||
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò | |
For contributed code, leave whatever the version we last synced for is using to make simpler future syncs. | |||
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt | |
Two of the modified files are headers, but each contains definitions as well as declarations and is only ever used once. | |||
2007-03-22 | Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ↵ | Diego 'Flameeyes' Pettenò | |
macro ASMALIGN(ZEROBITS) in ffmpeg's code, define it directly at configure, this way it can be used for the planar postplugin, that will then build with Apple's AS. CVS patchset: 8742 CVS date: 2007/03/22 23:32:05 | |||
2006-03-26 | Fixing build on MinGW: | František Dvořák | |
- fixed unresolved symbol in eq2 after xine_list updates. - replaced obsolete memalign by xine_malloc_alligned in noise post plugin, plugin needs some cleanup due to destroying CVS patchset: 7950 CVS date: 2006/03/26 14:45:41 | |||
2006-02-06 | - Fix compilation with older versions of GCC | Bastien Nocera | |
http://article.gmane.org/gmane.comp.video.xine.devel/14958 CVS patchset: 7882 CVS date: 2006/02/06 12:09:42 | |||
2006-02-05 | New image noise post plugin (useful for mitigating some compression artifacts) | Miguel Freitas | |
CVS patchset: 7880 CVS date: 2006/02/05 21:07:53 |