log libaf/af_format.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 26 Oct 2013 09:17:28 +0000 reimar ARM NEON optimization for float->int conversion.
Fri, 25 Oct 2013 19:59:59 +0000 reimar Add some "const" to input-only pointers.
Sun, 20 Oct 2013 12:51:35 +0000 reimar Use correct types for constants.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sat, 01 Dec 2012 07:48:31 +0000 reimar af_format: Fix check_format, non-special formats are of course supported.
Fri, 30 Nov 2012 20:11:58 +0000 reimar af_format: support endianness conversion also for iec61937
Fri, 30 Nov 2012 19:30:07 +0000 reimar Do not call af_fmt2str on the same data over and over.
Fri, 30 Nov 2012 19:25:20 +0000 reimar Replace outdated list of unsupported formats by list of supported formats.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Wed, 06 Jul 2011 23:35:39 +0000 iive Fix the precision loss in float -> 32bit conversion case, introduced
Mon, 04 Jul 2011 22:24:52 +0000 iive Audio format conversion from float to int is not checked for overflow.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.