Age | Commit message (Expand) | Author |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-03-06 | CVS broken with built-in ffmpeg | Chris Rankin |
2008-03-02 | Fix compilation with older external ffmpeg. | Darren Salt |
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ... | Reinhard Nißl |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
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 | 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 | 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-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 |
2006-01-27 | Adapt the engine to the new list code. | Thibaut Mattern |
2005-10-30 | hopefuly it will fix 'make debug' | Miguel Freitas |
2005-09-11 | fix destination aspect ratio and add support for non 4/3 displays | Miguel Freitas |
2005-09-05 | *BUGFIX* | František Dvořák |
2005-08-25 | *BUGFIX* | František Dvořák |
2005-07-18 | "fill" video post plugin. Crops left and right side of widescreen video to fi... | James Stembridge |
2005-02-13 | **BUGFIX** | František Dvořák |
2005-02-06 | **BUGFIX** | František Dvořák |
2005-01-15 | **BUGFIX** | Michael Roitzsch |
2005-01-10 | Assume that front ends can handle tabs (ffmpeg post-proc plugin). | Darren Salt |
2005-01-03 | Convert plugin help text to UTF-8. | Darren Salt |
2004-04-26 | Fix build process when srcdir != builddir. | František Dvořák |
2004-04-17 | swap usage of "up" and "down" to the more common meaning: | Michael Roitzsch |
2004-02-12 | function has been renamed | Michael Roitzsch |
2004-01-07 | the new, refined post plugin architecture | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-07 | fix post plugins interception | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-29 | blame me: i didn't noticed libpostproc could only handle planar formats | Miguel Freitas |