aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf/af_format.c
Commit message (Expand)AuthorAge
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* audio: clamp sample values in float->int format conversionsGravatar Rudolf Polzer2011-05-04
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* Drop HAVE_LRINTF check, lrintf is used without checking in other places.Gravatar diego2009-01-26
* Fix build: Add required header and adjust preprocessor check.Gravatar diego2009-01-25
* Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h andGravatar diego2009-01-05
* Remove unnecessary local definition of _ISOC9X_SOURCE.Gravatar diego2009-01-05
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* Remove useless #include.Gravatar diego2008-04-09
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Fix loads of typosGravatar reimar2007-09-19
* Fix typo in commentGravatar reimar2007-09-16
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove unnecessary unistd.h include.Gravatar diego2007-03-20
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* Fix memory leaks.Gravatar uau2007-02-10
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* Unify include paths by adding -I.. to CFLAGS.Gravatar diego2005-11-13
* much simpler signed/unsigned conversion.Gravatar reimar2005-10-04
* Error out when invalid format is specifiedGravatar reimar2005-05-01
* 100l for me, lrintf is better. now fixed so it should be prototyped, and shou...Gravatar rfelker2005-02-24
* finally the dreaded white-noise-with-floats bug is fixed!!!!Gravatar rfelker2005-02-22
* move the format related stuff to format.cGravatar alex2005-02-21
* confusing mixture of typecasts and casted variable, removed typecastsGravatar reimar2005-02-17
* always cancel down fractions (frac_t) to avoid overflows and playbackGravatar reimar2005-01-08
* af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)Gravatar reimar2005-01-06
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...Gravatar alex2005-01-03
* accelerated conversionsGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l use right mask type when checking for input formatGravatar rtognimp2004-12-28
* ensure af_fmt2str always return a 0 terminated stringGravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* declare check_format and check_bps static, they are used nowhere else.Gravatar reimar2004-11-20
* using bswap.h for endianness conversionGravatar reimar2004-05-18
* fix endian conversion for (curently unused) case where in buffer != out bufferGravatar reimar2004-05-16
* support for 24 bit pcm/wav filesGravatar reimar2004-05-16
* more stupid crapGravatar rfelker2004-05-01
* export fmt2str()Gravatar arpi2003-01-18
* Changes includes:Gravatar anders2002-12-28
* 10lGravatar anders2002-11-14
* Fixing segfault bug and addnig support for lrintf() in format conversionGravatar anders2002-11-13
* New features:Gravatar anders2002-11-12
* Adding commandline options for filters and fixing stupid bug in cfgGravatar anders2002-10-31