summaryrefslogtreecommitdiff
path: root/src/post/planar/eq2.c
AgeCommit message (Expand)Author
2014-11-19Revert part of 12593:f7c8f59bf518Petri Hintukainen
2014-06-06Copyright year update by hg log.Torsten Jager
2014-05-19moved register initializations out of loop. do not require registers for argu...Petri Hintukainen
2014-05-19Require less GPRs for asm parameters.Alan Barrett
2013-09-13Copyright year update by hg log infoTorsten Jager
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.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-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-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-03-22Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ...Diego 'Flameeyes' Pettenò
2007-02-26Fix a possible crash in the eq2 plugin.Darren Salt
2006-03-26Fixing build on MinGW:František Dvořák
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-07fix post plugins interceptionMiguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-01provide help to video post pluginsMiguel Freitas
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-08-19this one kept me busy with xine-ui's saturation slider...Michael Roitzsch
2003-08-15fix some small memleaksMichael Roitzsch
2003-08-12handle frame flags properly, small aspect ratio fix for expandMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-07-12use yuy2_to_yv12Miguel Freitas
2003-07-03remove //Miguel Freitas
2003-06-29port of some simple video filters from mplayerMiguel Freitas