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
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.
Mon, 09 Jul 2007 19:50:36 +0000 diego ISO8859-1 --> UTF-8
Sun, 24 Jun 2007 15:25:32 +0000 reimar Make sure we always have a swab() prototype when we use it,
Sun, 14 May 2006 22:03:24 +0000 rathann Fix:
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 24 May 2005 06:39:01 +0000 hzoli Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM
Wed, 16 Feb 2005 01:39:49 +0000 diego typo
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Sun, 19 Dec 2004 16:53:26 +0000 alex 10l fix I hope, reverse if not
Fri, 26 Sep 2003 19:21:08 +0000 alex 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>
Mon, 28 Apr 2003 16:17:26 +0000 alex DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)
Fri, 01 Nov 2002 16:40:15 +0000 arpi usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
Sun, 15 Sep 2002 15:50:28 +0000 arpi 10l bug - 'len' was handled wrong.