summaryrefslogtreecommitdiff
path: root/src/post/planar
AgeCommit message (Expand)Author
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
2008-05-07Replace strn?cpy() + strn?cat() calls with a?sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-06CVS broken with built-in ffmpegChris Rankin
2008-03-02Fix compilation with older external ffmpeg.Darren Salt
2008-03-01Support the new FFmpeg include layout. Now the same include directive should ...Reinhard Nißl
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-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.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-02-26Fix a possible crash in the eq2 plugin.Darren Salt
2006-09-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests....Diego 'Flameeyes' Pettenò
2006-08-27Fix bug where incorrect aspect ratio was being passed to post plugins upJason Tackaberry
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-19Mark text as impure where necessary to fix build under Solaris/IA32.Robin KAY
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-03-26Fixing build on MinGW:František Dvořák
2006-02-06- Fix compilation with older versions of GCCBastien Nocera
2006-02-05New image noise post plugin (useful for mitigating some compression artifacts)Miguel Freitas
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-10-30hopefuly it will fix 'make debug'Miguel Freitas
2005-09-11fix destination aspect ratio and add support for non 4/3 displaysMiguel 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-10Assume that front ends can handle tabs (ffmpeg post-proc plugin).Darren Salt
2005-01-03Convert plugin help text to UTF-8.Darren Salt
2004-04-26Fix build process when srcdir != builddir.František Dvořák
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-02-12function has been renamedMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07fix post plugins interceptionMiguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-29blame me: i didn't noticed libpostproc could only handle planar formatsMiguel Freitas