Age | Commit message (Expand) | Author |
2007-12-18 | Remove more class_dispose functions, and replace with default_post_class_disp... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out. | Diego 'Flameeyes' Pettenò |
2007-12-14 | Remove internal FFmpeg reference from build system. | 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 | use FFMPEG_POSTPROC_* variables, reduce conditional. | 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-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-19 | Optimization flag fixes for building with --enable-debug | Matt Messier |
2007-05-12 | Merge changes from main 1.2 repository | Matt Messier |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-08 | Fix the build rules for libavutil.a and libpostproc.a (for the planar plugin). | Darren Salt |
2007-05-08 | Merge changes from main 1.2 repository | Matt Messier |
2007-05-08 | Internal libpostproc.a needs libavutil.a, so link planar post-plugin with both. | Darren Salt |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2008-03-06 | CVS broken with built-in ffmpeg | Chris Rankin |
2007-04-11 | Merge changes from 1.1 branch (where they still make sense). | Diego 'Flameeyes' Pettenò |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
2007-04-09 | Merge the FFmpeg integration branch into the nopadding branch. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-06 | Remove executable status from all files which shouldn't have it. | Darren Salt |
2007-04-06 | Define a xinepostdir directory to point to the post-plugins path. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Merge tonight's changes to main branch. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-03 | Merge changes happened in 1.1 development. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-18 | Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl. | Darren Salt |
2007-02-26 | Fix a possible crash in the eq2 plugin. | Darren Salt |
2006-12-02 | Start working on a branch where FFmpeg is not copied, patched and carved to b... | Diego 'Flameeyes' Pettenò |
2006-09-12 | Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests.... | Diego 'Flameeyes' Pettenò |
2006-08-27 | Fix bug where incorrect aspect ratio was being passed to post plugins up | Jason Tackaberry |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | 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 |
2006-03-26 | Fixing build on MinGW: | František Dvořák |
2006-02-06 | - Fix compilation with older versions of GCC | Bastien Nocera |
2006-02-05 | New image noise post plugin (useful for mitigating some compression artifacts) | Miguel Freitas |
2006-02-04 | Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) | Miguel Freitas |