aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_export.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* af_export: Avoid void *-arithmentic warningsGravatar reimar2010-11-02
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatGravatar diego2008-03-10
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Conditionally compile af_export instead of having #ifdef around the file.Gravatar diego2007-03-19
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30
* Unify include paths by adding -I.. to CFLAGS.Gravatar diego2005-11-13
* removing AFMT_ dependancyGravatar alex2004-12-27
* minor fixes by ed@catmur.co.ukGravatar alex2003-11-28
* disable af export for systems without mmapGravatar faust32003-09-21
* Adding filter for exporting audio data to visual effect applicationsGravatar anders2003-09-20