summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Expand)Author
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-19Mark more arrays as constant.Diego 'Flameeyes' Pettenò
2007-12-19Rewrite get_help function to use asprintf, without declaring the two help1/he...Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-18Remove more class_dispose functions, and replace with default_post_class_disp...Diego 'Flameeyes' Pettenò
2007-12-18Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out.Diego 'Flameeyes' Pettenò
2007-12-14Replace mangle.h with avutil.h. Needs a patched libavutil.Diego 'Flameeyes' Pettenò
2007-12-14Merge from 1.2 main.Diego 'Flameeyes' Pettenò
2007-12-14Include mangle.h on tomsmocompmacros.h rather than in three files where it's ...Diego 'Flameeyes' Pettenò
2007-12-14Remove internal FFmpeg reference from build system.Diego 'Flameeyes' Pettenò
2007-12-13Merge changes from 1.2 main.last-internal-ffmpegDiego 'Flameeyes' Pettenò
2007-12-13Mark enum_pulldown and enum_framerate also const.Diego 'Flameeyes' Pettenò
2007-12-12Merge from 1.2 main.Diego 'Flameeyes' Pettenò
2007-12-12Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin...Diego 'Flameeyes' Pettenò
2007-12-11use FFMPEG_POSTPROC_* variables, reduce conditional.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all post plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-16Merge all but the open()/glibc workaround from 1.1.Darren Salt
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-06-12A nice simple merge from 1.1.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-05-19Optimization flag fixes for building with --enable-debugMatt Messier
2007-05-16Merge changes from main 1.2 repositoryMatt Messier
2007-05-17Merge from 1.1.Darren Salt
2007-05-12Merge changes from main 1.2 repositoryMatt Messier
2007-05-12More configure/Makefile cleanupsMatt Messier
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-10Rename PPC_ARCH to ARCH_PPC for consistency.Matt Messier
2007-05-08Fix the build rules for libavutil.a and libpostproc.a (for the planar plugin).Darren Salt
2007-05-08Merge changes from main 1.2 repositoryMatt Messier
2007-05-08Internal libpostproc.a needs libavutil.a, so link planar post-plugin with both.Darren Salt
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-02Mac OS X Universal Binary supportMatt Messier
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-04-11Merge changes from 1.1 branch (where they still make sense).Diego 'Flameeyes' Pettenò
2007-04-11Forgot to include attributes.hDiego 'Flameeyes' Pettenò
2007-04-10Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimizationReinhard Nißl
2007-04-10Use ATTR_ALIGN to declare alignment.Diego 'Flameeyes' Pettenò