log libmpcodecs/ad_hwac3.c @ 35117:91a3927fd02e

age author description
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.
Tue, 03 Feb 2009 10:39:56 +0000 reimar swab() needs _XOPEN_SOURCE to be defined.
Fri, 16 Jan 2009 13:19:29 +0000 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
Fri, 16 Jan 2009 10:07:14 +0000 gpoirier fix compilation on non x86 machines (PPC here)
Mon, 15 Sep 2008 16:32:31 +0000 rathann External liba52 support, part 2 of 2.
Wed, 30 Jul 2008 10:26:23 +0000 diego Use conditional compilation instead of an #ifdef around the whole file.
Sun, 01 Jun 2008 16:40:56 +0000 reimar Properly free memory allocate by liba52.
Thu, 08 May 2008 16:05:49 +0000 ulion Reindent for last commit.
Thu, 08 May 2008 15:55:21 +0000 ulion Distinguish between ac3 and dts by format tag.
Tue, 27 Nov 2007 00:33:59 +0000 ulion Fix warnings:
Mon, 26 Nov 2007 19:01:34 +0000 reimar Simplify convert_14bits_to_16bits function in ad_hwac3
Sat, 24 Nov 2007 01:35:29 +0000 ulion Support convert 14-bit DTS stream into 16-bit stream if needed,
Wed, 21 Nov 2007 09:41:07 +0000 ulion Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
Sat, 15 Sep 2007 16:39:39 +0000 reimar Copy AC-3 bsmod field into IEC data-type field as required by the specs
Sat, 15 Sep 2007 16:30:39 +0000 reimar Handle swab when input length is odd (treat it as if there was an additional
Fri, 14 Sep 2007 12:52:13 +0000 reimar Fix off-by-one error if fsize is odd (does handling that case even make sense?)
Fri, 14 Sep 2007 12:47:15 +0000 reimar Mark DTS tables as const
Fri, 14 Sep 2007 12:39:02 +0000 reimar Fix 10l typo in syncword
Fri, 14 Sep 2007 08:56:04 +0000 reimar Improved comments, based on patches by Ulion [ulion2002 gmail com]
Fri, 14 Sep 2007 08:54:06 +0000 reimar Simplify and fix big-endian hwac3 header generation code.