log libaf/af_export.c @ 35497:ff7cf8f1bd19

age author description
2012-11-10 reimar Abort when opening the file failed instead of calling
2011-10-26 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-07-01 reimar Avoid void *-arithmentic warnings.
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-28 bircoph Remove af_msg special-casing API in libaf.
2009-01-05 diego Replace informal license notices by standard license header
2008-03-10 diego af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
2008-03-01 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-03-19 diego Conditionally compile af_export instead of having #ifdef around the file.
2006-07-03 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
2006-06-30 reynaldo gets ride of a few more sizeof(char)s
2005-11-13 diego Unify include paths by adding -I.. to CFLAGS.
2004-12-27 alex removing AFMT_ dependancy
2003-11-28 alex minor fixes by ed@catmur.co.uk
2003-09-21 faust3 disable af export for systems without mmap
2003-09-20 anders Adding filter for exporting audio data to visual effect applications