aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_hwac3.c
Commit message (Expand)AuthorAge
* Use conditional compilation instead of an #ifdef around the whole file.Gravatar diego2008-07-30
* Properly free memory allocate by liba52.Gravatar reimar2008-06-01
* Reindent for last commit.Gravatar ulion2008-05-08
* Distinguish between ac3 and dts by format tag.Gravatar ulion2008-05-08
* Fix warnings:Gravatar ulion2007-11-27
* Simplify convert_14bits_to_16bits function in ad_hwac3Gravatar reimar2007-11-26
* Support convert 14-bit DTS stream into 16-bit stream if needed,Gravatar ulion2007-11-24
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.Gravatar ulion2007-11-21
* Copy AC-3 bsmod field into IEC data-type field as required by the specsGravatar reimar2007-09-15
* Handle swab when input length is odd (treat it as if there was an additionalGravatar reimar2007-09-15
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)Gravatar reimar2007-09-14
* Mark DTS tables as constGravatar reimar2007-09-14
* Fix 10l typo in syncwordGravatar reimar2007-09-14
* Improved comments, based on patches by Ulion [ulion2002 gmail com]Gravatar reimar2007-09-14
* Simplify and fix big-endian hwac3 header generation code.Gravatar reimar2007-09-14
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Make sure we always have a swab() prototype when we use it,Gravatar reimar2007-06-24
* Fix:Gravatar rathann2006-05-14
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMGravatar hzoli2005-05-24
* typoGravatar diego2005-02-16
* removing AFMT_ dependancyGravatar alex2004-12-27
* 10l fix I hope, reverse if notGravatar alex2004-12-19
* 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>Gravatar alex2003-09-26
* DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)Gravatar alex2003-04-28
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledGravatar arpi2002-11-01
* 10l bug - 'len' was handled wrong.Gravatar arpi2002-09-15
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t...Gravatar arpi2002-04-22
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* ac3_iec958_build_burst moved from ac3-iec958.cGravatar arpi2002-03-27
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25