Age | Commit message (Expand) | Author |
2014-08-04 | Add missing LIBINTL | Carlo Bramini |
2013-09-13 | Copyright year update by hg log info | Torsten Jager |
2012-01-12 | Merge from 1.1 | Petri Hintukainen |
2012-01-11 | Fixed pointer casts | Petri Hintukainen |
2011-10-15 | Disable strict-aliasing where it caused compiler warnings | Christian Ruppert |
2011-10-11 | Merge from 1.1. | Darren Salt |
2011-10-10 | corrected typos in src/post/audio/stretch.c and src/post/deinterlace/xine_plu... | Chad Dunlap |
2011-05-17 | Use "quietened" build if automake 1.11 was used. | Darren Salt |
2010-07-25 | Merge from 1.1; resync translation files. | Darren Salt |
2010-07-21 | 0 → NULL for consistency. | Darren Salt |
2010-07-20 | Missing mutex init | Matthias Drochner |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-01-18 | Merge from 1.1. | Darren Salt |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-17 | Merge from 1.1. | Darren Salt |
2009-01-17 | Avoid libtool running ldconfig (where not needed) at install time. | Darren Salt |
2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2010-10-23 | mingw32-w64 port: '-no-undefined' part | František Dvořák |
2008-05-29 | Merge from 1.1. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-01-25 | Always use xine_xmalloc in plugin class init; avoids uninitialised pointers. | Darren Salt |
2008-01-01 | Bump post plugin interface version after API changes | Petri Hintukainen |
2007-12-19 | Update all the code to the new headers layout. | 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 post plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-16 | Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes. | Darren Salt |
2007-08-16 | Merge all but the open()/glibc workaround from 1.1. | Darren Salt |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-08-15 | Fix an audio resampling problem which was causing regular clicking. | Darren Salt |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-06 | Define a xinepostdir directory to point to the post-plugins path. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |