log libmpcodecs/ad_hwac3.c @ 36161:025d6c8eebb6

age author description
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.
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.
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.
Sat, 31 Aug 2002 13:09:23 +0000 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Mon, 22 Apr 2002 22:34:37 +0000 arpi changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback to S16) - idea by Vincent.Mussard@lineae.net
Mon, 01 Apr 2002 17:58:04 +0000 arpi audio input buffer allocation/free cleanup
Wed, 27 Mar 2002 21:05:39 +0000 arpi ac3_iec958_build_burst moved from ac3-iec958.c
Mon, 25 Mar 2002 21:06:01 +0000 arpi imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added