log libaf/Makefile @ 23835:eb2cce132396

age author description
Thu, 26 Apr 2007 11:22:22 +0000 diego Add general variables for either static or shared FFmpeg libraries.
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Tue, 20 Mar 2007 09:46:26 +0000 diego Remove MinGW hack, it's no longer needed.
Mon, 19 Mar 2007 10:13:33 +0000 diego Conditionally compile af_export instead of having #ifdef around the file.
Sun, 18 Mar 2007 22:49:37 +0000 diego Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
Tue, 13 Mar 2007 21:55:23 +0000 diego cosmetics: Fix indentation, reorder some lines for consistency.
Tue, 13 Mar 2007 12:10:57 +0000 diego Give more descriptive names to the source and library variables and split
Tue, 12 Dec 2006 20:29:30 +0000 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
Fri, 01 Dec 2006 01:11:42 +0000 diego Add libav include paths to CFLAGS without indirection.
Wed, 29 Nov 2006 15:14:03 +0000 diego Remove some superfluous include CFLAGS.
Mon, 27 Nov 2006 13:42:36 +0000 diego FFmpeg-style dependency declaration
Mon, 27 Nov 2006 11:31:25 +0000 diego Remove superfluous dependency declaration on real header files.
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Tue, 21 Nov 2006 11:25:44 +0000 diego Remove superfluous empty variable declaration.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Thu, 17 Aug 2006 17:19:56 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
Wed, 12 Jul 2006 17:58:07 +0000 diego OPTFLAGS already includes EXTRA_INC.
Wed, 12 Jul 2006 17:28:14 +0000 diego Use only one global config.mak file.
Wed, 07 Jun 2006 00:02:51 +0000 corey Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
Sat, 13 May 2006 08:46:31 +0000 reynaldo New karaoke af
Thu, 13 Apr 2006 10:36:17 +0000 michael very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipment
Tue, 31 Jan 2006 23:24:08 +0000 diego Move conditional compilation out of the code and into the build system.
Fri, 27 Jan 2006 00:06:42 +0000 diego Make clean/distclean behave uniformly in all directories.
Fri, 13 Jan 2006 23:38:16 +0000 rathann This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
Sun, 13 Nov 2005 18:28:44 +0000 diego Unify include paths by adding -I.. to CFLAGS.
Mon, 01 Aug 2005 22:09:17 +0000 reimar libavutil compile fix (working also with old libavcodec)
Sun, 19 Jun 2005 22:52:55 +0000 ranma Be more patch-friendly
Mon, 30 May 2005 08:57:30 +0000 henry - correct the argument in configure check for lrintf() to avoid a warning
Mon, 21 Feb 2005 17:08:45 +0000 alex filter for adding a center channel, adding a high pass filter would be nice
Mon, 21 Feb 2005 16:41:15 +0000 alex move the format related stuff to format.c
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Thu, 23 Dec 2004 02:09:52 +0000 ivo Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
Sat, 20 Nov 2004 14:41:51 +0000 henry head related transfer function
Thu, 21 Oct 2004 12:10:55 +0000 michael sine sweep generator
Thu, 21 Oct 2004 03:32:31 +0000 michael libavcodec resampling ...
Mon, 04 Oct 2004 19:11:05 +0000 alex reimplementation of the pl_extrastereo and pl_volnorm plugins
Sun, 27 Jun 2004 17:54:31 +0000 faust3 mingw crosscompiling step 1
Thu, 24 Jun 2004 12:52:17 +0000 alex ranlib cleanup by Dan Christiansen
Sat, 20 Sep 2003 13:42:26 +0000 anders Adding filter for exporting audio data to visual effect applications
Mon, 31 Mar 2003 16:55:53 +0000 faust3 workaround conflict with the MINGW32 open function
Fri, 07 Feb 2003 22:47:48 +0000 arpi required for i18n+-lintl (found by Nexus)
Tue, 07 Jan 2003 10:33:30 +0000 anders Adding sub-woofer filter, use this filter to add a sub channel to the audio stream
Tue, 31 Dec 2002 15:14:13 +0000 ranma Port of pl_surround.c to af-layer.
Sat, 28 Dec 2002 13:59:53 +0000 anders Changes includes:
Mon, 25 Nov 2002 02:19:27 +0000 rathann reversing my patch to check for -Wall support & use it if available (requested by A'rpi)
Sat, 23 Nov 2002 11:01:23 +0000 michael check for -Wall support & use it if available patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Tue, 12 Nov 2002 12:33:56 +0000 anders New features:
Sun, 03 Nov 2002 09:51:02 +0000 anders Adding equalizer filter + some cosmetics
Wed, 16 Oct 2002 01:49:40 +0000 anders Adding volume control and moving control() call parameters to a seperate file
Tue, 01 Oct 2002 06:45:08 +0000 anders Adding new audio output filter layer libaf