log libaf/af_format.h @ 34962:8446e92c7bc2

age author description
Wed, 12 Oct 2011 17:23:08 +0000 diego S/PDIF passthrough decoder
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Mon, 11 Jan 2010 19:23:18 +0000 reimar Add and use AF_FORMAT_IS_AC3 macro.
Mon, 11 Jan 2010 19:08:15 +0000 reimar Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
Sat, 02 Jan 2010 20:45:27 +0000 reimar Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Mon, 26 Jan 2009 09:56:27 +0000 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
Mon, 05 Jan 2009 12:41:40 +0000 diego Replace informal license notices by standard license header
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 24 Feb 2008 23:44:35 +0000 diego Replace silly check for config.h inclusion, just include it.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Tue, 01 Jan 2008 20:21:20 +0000 diego Replace multiple inclusion guards with leading underscores by default names.
Tue, 25 Sep 2007 16:34:23 +0000 diego cosmetics: misc typo fixes
Wed, 08 Nov 2006 18:31:04 +0000 uau Change value used to indicate "unknown audio format" from 0 to -1.
Sun, 16 Jul 2006 01:20:30 +0000 reynaldo marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org