summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_hwac3.c
Commit message (Expand)AuthorAgeFilesLines
* 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