summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-519/+0
* Replace fast_memcpy() useswm42012-11-111-2/+1
* audio: untypedef af_instanceStefano Pigozzi2012-11-021-11/+11
* audio: untypedef af_infoStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-18/+18
* options, libaf: unify audio format name handlingwm42012-08-291-1/+1
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-2/+3
* audio: clamp sample values in float->int format conversionsRudolf Polzer2011-05-041-4/+4
* Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+3
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-2/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-20/+20
* Remove af_msg special-casing API in libaf.bircoph2009-03-281-7/+7
* WORDS_BIGENDIAN is defined/undefined, not 0/1.diego2009-01-261-2/+2
* Drop HAVE_LRINTF check, lrintf is used without checking in other places.diego2009-01-261-8/+1
* Fix build: Add required header and adjust preprocessor check.diego2009-01-251-1/+2
* 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