log libaf/af.h @ 29577:0ce49cb1b85b

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 28 Mar 2009 20:21:20 +0000 bircoph Move config.h include directive up as a precaution measure.
Sat, 28 Mar 2009 20:03:08 +0000 bircoph Reorder includes alphabetically.
Sat, 28 Mar 2009 20:01:43 +0000 bircoph Remove af_mp.h and add its content to af.h
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Fri, 16 Jan 2009 09:29:20 +0000 reimar More #ifdef -> #if fixes
Mon, 05 Jan 2009 12:41:40 +0000 diego Replace informal license notices by standard license header
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Tue, 01 Jan 2008 20:21:20 +0000 diego Replace multiple inclusion guards with leading underscores by default names.
Thu, 01 Nov 2007 06:52:50 +0000 uau A/V sync: take audio filter buffers into account
Thu, 01 Nov 2007 06:52:19 +0000 uau Change decode_audio() interface
Thu, 01 Nov 2007 06:52:06 +0000 uau libaf: Remove rational number implementation
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
Sat, 25 Nov 2006 19:57:31 +0000 diego Remove config.h and move its content to af.h. There are multiple files under
Sat, 25 Nov 2006 19:41:52 +0000 diego Use the real name of the header file when guarding against double inclusion.
Sat, 01 Oct 2005 12:55:34 +0000 reimar documentation-only patch: make doxygen compatible and create
Fri, 24 Jun 2005 10:50:53 +0000 reimar make -srate work again, unify audio filter init and preinit.
Tue, 01 Mar 2005 22:52:02 +0000 rathann obvious typo
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, 31 Jan 2005 11:43:08 +0000 alex af_softclip
Sat, 08 Jan 2005 21:34:06 +0000 reimar always cancel down fractions (frac_t) to avoid overflows and playback
Sat, 01 Jan 2005 18:46:56 +0000 reimar Make af_control_any_rev return the matching filter
Mon, 06 Sep 2004 22:27:08 +0000 ivo mplayer -af help now lists all available audio filters.
Sat, 26 Jun 2004 10:05:13 +0000 alex 10
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
Fri, 17 Jan 2003 01:00:07 +0000 anders Adding support for more logical libaf configuration
Wed, 15 Jan 2003 11:16:33 +0000 mosu bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)