summaryrefslogtreecommitdiffstats
path: root/libaf/af_export.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-273/+0
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-4/+4
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-6/+6
* Rename to "mpv"wm42012-10-121-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-12/+7
* af_export: Avoid void *-arithmentic warningsreimar2010-11-021-2/+2
* Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-6/+6
* Replace informal license notices by standard license headerdiego2009-01-051-8/+25
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatdiego2008-03-101-2/+0
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* libaf: change filter input/output ratio calculationsuau2007-11-011-2/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-3/+1
* Conditionally compile af_export instead of having #ifdef around the file.diego2007-03-191-3/+0
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-1/+1
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-1/+1
* removing AFMT_ dependancyalex2004-12-271-2/+1
* minor fixes by ed@catmur.co.ukalex2003-11-281-5/+5
* disable af export for systems without mmapfaust32003-09-211-0/+5
* Adding filter for exporting audio data to visual effect applicationsanders2003-09-201-0/+263