log libaf/af_format.c @ 27998:56ea1668b472

age author description
2008-04-09 diego Remove useless #include.
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-09-19 reimar Fix loads of typos
2007-09-16 reimar Fix typo in comment
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-03-20 diego Remove unnecessary unistd.h include.
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
2007-02-10 uau Fix memory leaks.
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-11-28 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
2005-11-13 diego Unify include paths by adding -I.. to CFLAGS.
2005-10-04 reimar much simpler signed/unsigned conversion.
2005-05-01 reimar Error out when invalid format is specified
2005-02-24 rfelker 100l for me, lrintf is better. now fixed so it should be prototyped, and should work even if there is no prototype
2005-02-22 rfelker finally the dreaded white-noise-with-floats bug is fixed!!!!
2005-02-21 alex move the format related stuff to format.c
2005-02-17 reimar confusing mixture of typecasts and casted variable, removed typecasts
2005-01-08 reimar always cancel down fractions (frac_t) to avoid overflows and playback
2005-01-06 reimar af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)
2005-01-03 alex af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
2004-12-29 alex accelerated conversions
2004-12-28 alex af_fmt2str_short
2004-12-28 rtognimp 100l use right mask type when checking for input format
2004-12-27 reimar ensure af_fmt2str always return a 0 terminated string
2004-12-27 alex removing AFMT_ dependancy
2004-11-20 reimar declare check_format and check_bps static, they are used nowhere else.
2004-05-18 reimar using bswap.h for endianness conversion
2004-05-16 reimar fix endian conversion for (curently unused) case where in buffer != out buffer
2004-05-16 reimar support for 24 bit pcm/wav files
2004-05-01 rfelker more stupid crap
2003-01-18 arpi export fmt2str()
2002-12-28 anders Changes includes:
2002-11-14 anders 10l
2002-11-13 anders Fixing segfault bug and addnig support for lrintf() in format conversion
2002-11-12 anders New features:
2002-10-31 anders Adding commandline options for filters and fixing stupid bug in cfg
2002-10-12 jkeil Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
2002-10-11 anders Correcting counters and flags
2002-10-06 anders Adding Support for non-reentrant audio filters
2002-10-01 anders Adding support for multiple audio streams and removing annoying message from resample and format
2002-10-01 anders Adding new audio output filter layer libaf