summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.c
Commit message (Expand)AuthorAgeFilesLines
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-131-2/+2
* much simpler signed/unsigned conversion.reimar2005-10-041-54/+16
* Error out when invalid format is specifiedreimar2005-05-011-0/+4
* 100l for me, lrintf is better. now fixed so it should be prototyped, and shou...rfelker2005-02-241-12/+23
* finally the dreaded white-noise-with-floats bug is fixed!!!!rfelker2005-02-221-16/+8
* move the format related stuff to format.calex2005-02-211-201/+0
* confusing mixture of typecasts and casted variable, removed typecastsreimar2005-02-171-10/+10
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-081-0/+1
* af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)reimar2005-01-061-10/+13
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...alex2005-01-031-36/+59
* accelerated conversionsalex2004-12-291-6/+98
* af_fmt2str_shortalex2004-12-281-0/+33
* 100l use right mask type when checking for input formatrtognimp2004-12-281-9/+4
* ensure af_fmt2str always return a 0 terminated stringreimar2004-12-271-0/+5
* removing AFMT_ dependancyalex2004-12-271-12/+35
* declare check_format and check_bps static, they are used nowhere else.reimar2004-11-201-2/+2
* using bswap.h for endianness conversionreimar2004-05-181-9/+3
* fix endian conversion for (curently unused) case where in buffer != out bufferreimar2004-05-161-0/+2
* support for 24 bit pcm/wav filesreimar2004-05-161-2/+79
* more stupid craprfelker2004-05-011-1/+1
* export fmt2str()arpi2003-01-181-1/+1
* Changes includes:anders2002-12-281-27/+47
* 10landers2002-11-141-1/+1
* Fixing segfault bug and addnig support for lrintf() in format conversionanders2002-11-131-39/+55
* New features:anders2002-11-121-201/+356
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-311-0/+5
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-121-4/+12
* Correcting counters and flagsanders2002-10-111-9/+9
* Adding Support for non-reentrant audio filtersanders2002-10-061-0/+1
* Adding support for multiple audio streams and removing annoying message from ...anders2002-10-011-1/+1
* Adding new audio output filter layer libafanders2002-10-011-0/+291