summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_hwac3.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30463Uoti Urpala2010-03-091-6/+21
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-6/+21
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-38/+50
|\|
| * 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
| * Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
| * More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-111-6/+0
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-16/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+1
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-111-16/+40
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-2/+2
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-14/+14
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-13/+13
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-1/+1
|\|
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-071-1/+1
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-0/+1
|\|
| * swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-031-0/+1
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331gpoirier2009-01-161-2/+2
| * fix compilation on non x86 machines (PPC here)gpoirier2009-01-161-2/+2
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-0/+6
|\|
| * External liba52 support, part 2 of 2.rathann2008-09-151-0/+6
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-3/+0
|\|
| * Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-301-3/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-0/+3
|\|
| * Properly free memory allocate by liba52.reimar2008-06-011-0/+3
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-12/+18
|\|
| * Reindent for last commit.ulion2008-05-081-16/+16
| * Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
* | Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
|/
* Fix warnings:ulion2007-11-271-2/+2
* Simplify convert_14bits_to_16bits function in ad_hwac3reimar2007-11-261-18/+10
* Support convert 14-bit DTS stream into 16-bit stream if needed,ulion2007-11-241-6/+65
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.ulion2007-11-211-24/+128
* Copy AC-3 bsmod field into IEC data-type field as required by the specsreimar2007-09-151-0/+1
* Handle swab when input length is odd (treat it as if there was an additionalreimar2007-09-151-2/+10
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)reimar2007-09-141-2/+1
* Mark DTS tables as constreimar2007-09-141-2/+2
* Fix 10l typo in syncwordreimar2007-09-141-1/+1
* Improved comments, based on patches by Ulion [ulion2002 gmail com]reimar2007-09-141-6/+6
* Simplify and fix big-endian hwac3 header generation code.reimar2007-09-141-17/+13
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Make sure we always have a swab() prototype when we use it,reimar2007-06-241-0/+1
* Fix:rathann2006-05-141-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-241-1/+2
* typodiego2005-02-161-1/+1
* removing AFMT_ dependancyalex2004-12-271-1/+1
* 10l fix I hope, reverse if notalex2004-12-191-0/+2
* 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>alex2003-09-261-1/+1
* DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)alex2003-04-281-55/+320
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+3
* 10l bug - 'len' was handled wrong.arpi2002-09-151-2/+2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t...arpi2002-04-221-0/+1
* audio input buffer allocation/free cleanuparpi2002-04-011-3/+1
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+88