summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-3/+3
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
* FFmpeg-style dependency declarationdiego2006-11-271-10/+5
* Remove superfluous dependency declaration on real header files.diego2006-11-271-2/+0
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-26/+2
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-121-2/+2
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.corey2006-06-071-1/+1
* New karaoke afreynaldo2006-05-131-0/+1
* very simple filter which can remove a sine at a specified frequency, usefull ...michael2006-04-131-0/+1
* Move conditional compilation out of the code and into the build system.diego2006-01-311-1/+4
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-131-1/+1
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-1/+1
* libavutil compile fix (working also with old libavcodec)reimar2005-08-011-1/+9
* Be more patch-friendlyranma2005-06-191-4/+25
* - correct the argument in configure check for lrintf() to avoid a warninghenry2005-05-301-1/+1
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-211-1/+1
* move the format related stuff to format.calex2005-02-211-1/+1
* removing AFMT_ dependancyalex2004-12-271-1/+1
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-231-2/+2
* head related transfer functionhenry2004-11-201-1/+4
* sine sweep generatormichael2004-10-211-1/+1
* libavcodec resampling ...michael2004-10-211-1/+1
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-041-1/+1
* mingw crosscompiling step 1faust32004-06-271-1/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* Adding filter for exporting audio data to visual effect applicationsanders2003-09-201-1/+1
* workaround conflict with the MINGW32 open functionfaust32003-03-311-0/+5
* required for i18n+-lintl (found by Nexus)arpi2003-02-071-1/+1
* Adding sub-woofer filter, use this filter to add a sub channel to the audio s...anders2003-01-071-1/+1
* Port of pl_surround.c to af-layer.ranma2002-12-311-1/+1
* Changes includes:anders2002-12-281-1/+1
* reversing my patch to check for -Wall support & use it if available (requeste...rathann2002-11-251-1/+1
* check for -Wall support & use it if available patch by (Dominik Mierzejewski ...michael2002-11-231-1/+1
* New features:anders2002-11-121-2/+2
* Adding equalizer filter + some cosmeticsanders2002-11-031-1/+1
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-161-2/+2
* Adding new audio output filter layer libafanders2002-10-011-0/+38