summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.c
Commit message (Expand)AuthorAgeFilesLines
* Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h anddiego2009-01-051-2/+2
* Remove unnecessary local definition of _ISOC9X_SOURCE.diego2009-01-051-3/+0
* Replace informal license notices by standard license headerdiego2009-01-051-4/+21
* Remove useless #include.diego2008-04-091-1/+0
* libaf: change filter input/output ratio calculationsuau2007-11-011-5/+2
* Fix loads of typosreimar2007-09-191-11/+11
* Fix typo in commentreimar2007-09-161-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove unnecessary unistd.h include.diego2007-03-201-1/+0
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-201-2/+2
* Fix memory leaks.uau2007-02-101-2/+3
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...nplourde2006-11-281-4/+4
* 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