log libaf/af_format.c @ 15118:be3afc482503

age author description
Thu, 24 Feb 2005 16:48:18 +0000 rfelker 100l for me, lrintf is better. now fixed so it should be prototyped, and should work even if there is no prototype
Tue, 22 Feb 2005 02:12:58 +0000 rfelker finally the dreaded white-noise-with-floats bug is fixed!!!!
Mon, 21 Feb 2005 16:41:15 +0000 alex move the format related stuff to format.c
Thu, 17 Feb 2005 15:35:44 +0000 reimar confusing mixture of typecasts and casted variable, removed typecasts
Sat, 08 Jan 2005 21:34:06 +0000 reimar always cancel down fractions (frac_t) to avoid overflows and playback
Thu, 06 Jan 2005 14:32:08 +0000 reimar af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)
Mon, 03 Jan 2005 18:59:16 +0000 alex af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
Wed, 29 Dec 2004 19:05:29 +0000 alex accelerated conversions
Tue, 28 Dec 2004 18:13:09 +0000 alex af_fmt2str_short
Tue, 28 Dec 2004 02:00:23 +0000 rtognimp 100l use right mask type when checking for input format
Mon, 27 Dec 2004 19:47:33 +0000 reimar ensure af_fmt2str always return a 0 terminated string
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Sat, 20 Nov 2004 10:32:52 +0000 reimar declare check_format and check_bps static, they are used nowhere else.
Tue, 18 May 2004 19:13:15 +0000 reimar using bswap.h for endianness conversion
Sun, 16 May 2004 16:21:33 +0000 reimar fix endian conversion for (curently unused) case where in buffer != out buffer