log libaf/af.c @ 24888:b2402b4f0afa

age author description
Thu, 01 Nov 2007 06:52:01 +0000 uau libaf: change filter input/output ratio calculations
Thu, 01 Nov 2007 06:51:57 +0000 uau Remove unused functions in af.c
Wed, 08 Nov 2006 18:31:04 +0000 uau Change value used to indicate "unknown audio format" from 0 to -1.
Mon, 18 Sep 2006 14:04:50 +0000 uau Fix stupid use of multiplication to check signs which fails because of
Sun, 09 Jul 2006 03:59:52 +0000 reynaldo makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
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
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
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
Wed, 08 Mar 2006 15:39:53 +0000 reimar fix memory leak when filter with given name does not exist.
Thu, 20 Oct 2005 09:12:28 +0000 reimar semi-hack: avoid passing 0-length blocks to audio filters.
Sat, 01 Oct 2005 12:55:34 +0000 reimar documentation-only patch: make doxygen compatible and create
Sat, 23 Jul 2005 16:58:25 +0000 reimar Avoid hang with -af-adv force=3
Fri, 24 Jun 2005 10:50:53 +0000 reimar make -srate work again, unify audio filter init and preinit.
Tue, 21 Jun 2005 01:00:35 +0000 diego Fix mp_msg vs af_msg usage as pointed out by Ivo.
Mon, 20 Jun 2005 23:07:35 +0000 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Sun, 01 May 2005 09:23:31 +0000 reimar Prevent segfault when filter chain is empty (e.g. because all
Sat, 16 Apr 2005 16:48:15 +0000 henry change list traversal so the loop begins at the first filter after removing
Fri, 25 Feb 2005 11:11:07 +0000 alex finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
Mon, 21 Feb 2005 17:14:00 +0000 alex filter for adding a center channel, adding a high pass filter would be nice
Sat, 22 Jan 2005 10:47:58 +0000 gpoirier Make this file compile with gcc-4.0.0:
Sat, 08 Jan 2005 21:34:06 +0000 reimar always cancel down fractions (frac_t) to avoid overflows and playback
Mon, 03 Jan 2005 18:59:16 +0000 alex af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
Mon, 03 Jan 2005 14:05:38 +0000 reimar Use lavcresample only when libavcodec is compiled in.
Sat, 01 Jan 2005 18:46:56 +0000 reimar Make af_control_any_rev return the matching filter
Sun, 26 Dec 2004 11:58:07 +0000 reimar Use lavcresample when accuracy-optimized audio filter chain is requested.
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 ...
Tue, 05 Oct 2004 19:36:47 +0000 alex make af_help conform better to the the afm/vfm/etc equivalents
Mon, 04 Oct 2004 19:11:05 +0000 alex reimplementation of the pl_extrastereo and pl_volnorm plugins
Mon, 06 Sep 2004 22:27:08 +0000 ivo mplayer -af help now lists all available audio filters.
Fri, 25 Jun 2004 19:02:53 +0000 alex Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
Tue, 27 Jan 2004 06:45:43 +0000 rfelker if the user wants fast, use fast code! otherwise the user has to put
Sun, 21 Sep 2003 12:16:16 +0000 faust3 disable af export for systems without mmap
Sat, 20 Sep 2003 13:42:26 +0000 anders Adding filter for exporting audio data to visual effect applications
Fri, 17 Jan 2003 01:00:07 +0000 anders Adding support for more logical libaf configuration
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
Thu, 02 Jan 2003 03:00:44 +0000 anders sig 11 fix in reinit and resample + spelling error fixes
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:
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
Thu, 31 Oct 2002 11:06:19 +0000 anders Adding commandline options for filters and fixing stupid bug in cfg
Thu, 31 Oct 2002 08:03:51 +0000 anders Changing the behavour of the commandline parameter -af to conform with -vop. Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters.
Wed, 30 Oct 2002 04:11:26 +0000 rfelker enable volume filter and fix nonsense default volume (still not usable
Wed, 16 Oct 2002 01:49:40 +0000 anders Adding volume control and moving control() call parameters to a seperate file
Tue, 08 Oct 2002 10:20:36 +0000 anders Adding function for calculating the delay caused by the filters
Mon, 07 Oct 2002 10:46:01 +0000 anders Adding functionality for adding filters during execution
Sun, 06 Oct 2002 11:45:49 +0000 anders Removing annoying printf
Sun, 06 Oct 2002 11:26:14 +0000 anders Adding Support for non-reentrant audio filters
Sun, 06 Oct 2002 10:42:24 +0000 arpi 10l
Sat, 05 Oct 2002 22:54:11 +0000 arpi af_calc_insize_constrained() rounding changes, works better for me this way
Sat, 05 Oct 2002 11:07:23 +0000 anders Removing debug message, (oops)
Sat, 05 Oct 2002 11:02:39 +0000 anders Adding function for estimating required buffer length
Thu, 03 Oct 2002 12:43:39 +0000 anders Fixing the fix buffer overrun should work now
Thu, 03 Oct 2002 12:02:46 +0000 anders Redesign of buffer length calculation
Wed, 02 Oct 2002 11:00:37 +0000 anders Fixing potential future problem with buffer overrun
Tue, 01 Oct 2002 12:53:30 +0000 anders Adding support for multiple audio streams and removing annoying message from resample and format