log libmpcodecs/ad_hwac3.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 19 Feb 2014 23:01:09 +0000 reimar hwac3: Remove unused code.
Thu, 09 May 2013 10:53:20 +0000 reimar Avoid using swab()
Thu, 09 May 2013 10:53:18 +0000 reimar Fix indentation.
Thu, 09 May 2013 10:53:17 +0000 reimar Simplify check whether byte swapping is necessary.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Tue, 12 Jan 2010 19:03:49 +0000 reimar 100l, fix typo that caused ad_hwac3 to fail to compile.
Tue, 12 Jan 2010 18:37:23 +0000 reimar Attempt a simple hack to fix -ac hwdts
Mon, 11 Jan 2010 21:06:00 +0000 reimar More changes needed to make ad_hwac3 truly independent from liba52.
Mon, 11 Jan 2010 20:40:51 +0000 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
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:43:19 +0000 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
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, 07 Feb 2009 17:34:45 +0000 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.