log libmpcodecs/ad_hwac3.c @ 34655:16f8330fc70b

age author description
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-12 reimar 100l, fix typo that caused ad_hwac3 to fail to compile.
2010-01-12 reimar Attempt a simple hack to fix -ac hwdts
2010-01-11 reimar More changes needed to make ad_hwac3 truly independent from liba52.
2010-01-11 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
2010-01-11 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
2010-01-11 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-07 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
2009-02-03 reimar swab() needs _XOPEN_SOURCE to be defined.
2009-01-16 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
2009-01-16 gpoirier fix compilation on non x86 machines (PPC here)
2008-09-15 rathann External liba52 support, part 2 of 2.
2008-07-30 diego Use conditional compilation instead of an #ifdef around the whole file.
2008-06-01 reimar Properly free memory allocate by liba52.
2008-05-08 ulion Reindent for last commit.
2008-05-08 ulion Distinguish between ac3 and dts by format tag.
2007-11-27 ulion Fix warnings:
2007-11-26 reimar Simplify convert_14bits_to_16bits function in ad_hwac3
2007-11-24 ulion Support convert 14-bit DTS stream into 16-bit stream if needed,
2007-11-21 ulion Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
2007-09-15 reimar Copy AC-3 bsmod field into IEC data-type field as required by the specs
2007-09-15 reimar Handle swab when input length is odd (treat it as if there was an additional
2007-09-14 reimar Fix off-by-one error if fsize is odd (does handling that case even make sense?)
2007-09-14 reimar Mark DTS tables as const
2007-09-14 reimar Fix 10l typo in syncword
2007-09-14 reimar Improved comments, based on patches by Ulion [ulion2002 gmail com]
2007-09-14 reimar Simplify and fix big-endian hwac3 header generation code.