Tue, 11 Dec 2012 12:43:00 +0000 |
upsuper |
Cosmetic: Reindent.
|
Sun, 09 Dec 2012 09:07:00 +0000 |
upsuper |
Remove two pointless conditions.
|
Sun, 09 Dec 2012 02:22:08 +0000 |
upsuper |
Fix a wrong condition.
|
Sat, 10 Nov 2012 14:16:33 +0000 |
reimar |
Abort when opening the file failed instead of calling
|
Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Thu, 01 Jul 2010 20:49:35 +0000 |
reimar |
Avoid void *-arithmentic warnings.
|
Sat, 20 Mar 2010 23:38:27 +0000 |
diego |
Rename get_path.[ch] --> path.[ch].
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sat, 28 Mar 2009 19:57:56 +0000 |
bircoph |
Remove af_msg special-casing API in libaf.
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Mon, 10 Mar 2008 19:12:29 +0000 |
diego |
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
|
Sat, 01 Mar 2008 10:31:51 +0000 |
diego |
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
|
Thu, 01 Nov 2007 06:52:01 +0000 |
uau |
libaf: change filter input/output ratio calculations
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Mon, 19 Mar 2007 10:13:33 +0000 |
diego |
Conditionally compile af_export instead of having #ifdef around the file.
|
Mon, 03 Jul 2006 23:27:37 +0000 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
Fri, 30 Jun 2006 04:24:07 +0000 |
reynaldo |
gets ride of a few more sizeof(char)s
|
Sun, 13 Nov 2005 18:28:44 +0000 |
diego |
Unify include paths by adding -I.. to CFLAGS.
|
Mon, 27 Dec 2004 17:30:15 +0000 |
alex |
removing AFMT_ dependancy
|
Fri, 28 Nov 2003 20:43:00 +0000 |
alex |
minor fixes by ed@catmur.co.uk
|
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
|