summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Expand)Author
2010-10-23mingw32-w64 port: integer sizes portabilityFrantišek Dvořák
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
2010-07-210 → NULL for consistency.Darren Salt
2010-07-20Missing mutex initMatthias Drochner
2010-07-19Fix a few small memory leaks.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-18"No newline at end of file" fixes.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2008-09-17Remove an extra const directive for goom_csc_methodsErik Hovland
2009-01-02configurable parameter for tvtime pulldown sync sensitivityJason Tackaberry
2008-11-20Memory access fixes:František Dvořák
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-07-08Avoid definition of MAX that clashes with MAX() macro.Diego 'Flameeyes' Pettenò
2008-07-10add PTHREAD_LIBS to xineplug_post_tvtime as pthread mutex are usedMatthias Ringwald
2008-07-02Build fix for external ffmpegChris Rankin
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
2008-05-07Include config.hDiego 'Flameeyes' Pettenò
2008-05-07Again, use asprintf() rather than malloc()+sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Replace strn?cpy() + strn?cat() calls with a?sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2008-03-06CVS broken with built-in ffmpegChris Rankin
2008-03-02Fix compilation with older external ffmpeg.Darren Salt
2008-03-02Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).Diego 'Flameeyes' Pettenò
2008-03-01Support the new FFmpeg include layout. Now the same include directive should ...Reinhard Nißl
2008-02-12Avoid possible excess linkage in the tvtime plugin.Darren Salt
2008-02-08Avoid a build failure (affects gcc 4.0 on x86_32).Darren Salt
2007-12-24Consistently use "colour", "colour key", "colour space" in output.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ò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-08-15Fix an audio resampling problem which was causing regular clicking.Darren Salt
2007-08-12Fix goom visualization plug-inMaxim Levitsky
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2007-04-10Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimizationReinhard Nißl
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-06Remove executable status from all files which shouldn't have it.Darren Salt
2007-04-06Define a xinepostdir directory to point to the post-plugins path.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-22Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-18Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl.Darren Salt
2007-03-16Use stdlib.h rather than malloc.h.Diego 'Flameeyes' Pettenò