log libaf/af.h @ 37195:ac6c37d85d65 default tip

age author description
Sat, 26 Oct 2013 09:36:23 +0000 reimar Remove some macros and switch to libavutil equivalents.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Sun, 17 Oct 2010 15:52:18 +0000 reimar Make af_reinit "public", to allow using it in future patches.
Mon, 13 Sep 2010 03:54:37 +0000 diego const-correctness for af_info_t audio filter declarations
Thu, 27 May 2010 20:59:40 +0000 diego Drop pointless _s suffix from 'struct af_stream'.
Sat, 30 Jan 2010 10:09:14 +0000 reimar Make the code match the documentation by making higher-quality but slower
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
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