log libmpcodecs/ad_hwac3.c @ 28362:f0a0d87b7c56

age author description
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