| Commit message (Expand) | Author | Age |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 |
* | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 |
* | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 |
* | Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and | diego | 2009-01-05 |
* | Remove unnecessary local definition of _ISOC9X_SOURCE. | diego | 2009-01-05 |
* | Replace informal license notices by standard license header | diego | 2009-01-05 |
* | Remove useless #include. | diego | 2008-04-09 |
* | libaf: change filter input/output ratio calculations | uau | 2007-11-01 |
* | Fix loads of typos | reimar | 2007-09-19 |
* | Fix typo in comment | reimar | 2007-09-16 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Remove unnecessary unistd.h include. | diego | 2007-03-20 |
* | Rename open to af_open so as not to conflict with a previous header definition. | diego | 2007-03-20 |
* | Fix memory leaks. | uau | 2007-02-10 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 |
* | Unify include paths by adding -I.. to CFLAGS. | diego | 2005-11-13 |
* | much simpler signed/unsigned conversion. | reimar | 2005-10-04 |
* | Error out when invalid format is specified | reimar | 2005-05-01 |
* | 100l for me, lrintf is better. now fixed so it should be prototyped, and shou... | rfelker | 2005-02-24 |
* | finally the dreaded white-noise-with-floats bug is fixed!!!! | rfelker | 2005-02-22 |
* | move the format related stuff to format.c | alex | 2005-02-21 |
* | confusing mixture of typecasts and casted variable, removed typecasts | reimar | 2005-02-17 |
* | always cancel down fractions (frac_t) to avoid overflows and playback | reimar | 2005-01-08 |
* | af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1) | reimar | 2005-01-06 |
* | af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i... | alex | 2005-01-03 |
* | accelerated conversions | alex | 2004-12-29 |
* | af_fmt2str_short | alex | 2004-12-28 |
* | 100l use right mask type when checking for input format | rtognimp | 2004-12-28 |
* | ensure af_fmt2str always return a 0 terminated string | reimar | 2004-12-27 |
* | removing AFMT_ dependancy | alex | 2004-12-27 |
* | declare check_format and check_bps static, they are used nowhere else. | reimar | 2004-11-20 |
* | using bswap.h for endianness conversion | reimar | 2004-05-18 |
* | fix endian conversion for (curently unused) case where in buffer != out buffer | reimar | 2004-05-16 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 |
* | more stupid crap | rfelker | 2004-05-01 |
* | export fmt2str() | arpi | 2003-01-18 |
* | Changes includes: | anders | 2002-12-28 |
* | 10l | anders | 2002-11-14 |
* | Fixing segfault bug and addnig support for lrintf() in format conversion | anders | 2002-11-13 |
* | New features: | anders | 2002-11-12 |
* | Adding commandline options for filters and fixing stupid bug in cfg | anders | 2002-10-31 |
* | Fix for audio filters on big endian cpus. It's working now on Solaris SPARC & | jkeil | 2002-10-12 |
* | Correcting counters and flags | anders | 2002-10-11 |
* | Adding Support for non-reentrant audio filters | anders | 2002-10-06 |