| Commit message (Expand) | Author | Age | Files | Lines |
* | 100l, fix typo that caused ad_hwac3 to fail to compile. | reimar | 2010-01-12 | 1 | -1/+1 |
* | Attempt a simple hack to fix -ac hwdts | reimar | 2010-01-12 | 1 | -0/+3 |
* | More changes needed to make ad_hwac3 truly independent from liba52. | reimar | 2010-01-11 | 1 | -6/+0 |
* | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 | 1 | -16/+7 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+1 |
* | Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication, | reimar | 2010-01-11 | 1 | -16/+40 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -14/+14 |
* | Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. | diego | 2009-02-07 | 1 | -1/+1 |
* | swab() needs _XOPEN_SOURCE to be defined. | reimar | 2009-02-03 | 1 | -0/+1 |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 | 1 | -2/+2 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 | 1 | -2/+2 |
* | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 1 | -0/+6 |
* | Use conditional compilation instead of an #ifdef around the whole file. | diego | 2008-07-30 | 1 | -3/+0 |
* | Properly free memory allocate by liba52. | reimar | 2008-06-01 | 1 | -0/+3 |
* | Reindent for last commit. | ulion | 2008-05-08 | 1 | -16/+16 |
* | Distinguish between ac3 and dts by format tag. | ulion | 2008-05-08 | 1 | -0/+6 |
* | Fix warnings: | ulion | 2007-11-27 | 1 | -2/+2 |
* | Simplify convert_14bits_to_16bits function in ad_hwac3 | reimar | 2007-11-26 | 1 | -18/+10 |
* | Support convert 14-bit DTS stream into 16-bit stream if needed, | ulion | 2007-11-24 | 1 | -6/+65 |
* | Make hwdts support more dts format identification, 14bits or 16bits, LE or BE. | ulion | 2007-11-21 | 1 | -24/+128 |
* | Copy AC-3 bsmod field into IEC data-type field as required by the specs | reimar | 2007-09-15 | 1 | -0/+1 |
* | Handle swab when input length is odd (treat it as if there was an additional | reimar | 2007-09-15 | 1 | -2/+10 |
* | Fix off-by-one error if fsize is odd (does handling that case even make sense?) | reimar | 2007-09-14 | 1 | -2/+1 |
* | Mark DTS tables as const | reimar | 2007-09-14 | 1 | -2/+2 |
* | Fix 10l typo in syncword | reimar | 2007-09-14 | 1 | -1/+1 |
* | Improved comments, based on patches by Ulion [ulion2002 gmail com] | reimar | 2007-09-14 | 1 | -6/+6 |
* | Simplify and fix big-endian hwac3 header generation code. | reimar | 2007-09-14 | 1 | -17/+13 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -1/+1 |
* | Make sure we always have a swab() prototype when we use it, | reimar | 2007-06-24 | 1 | -0/+1 |
* | Fix: | rathann | 2006-05-14 | 1 | -2/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM | hzoli | 2005-05-24 | 1 | -1/+2 |
* | typo | diego | 2005-02-16 | 1 | -1/+1 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -1/+1 |
* | 10l fix I hope, reverse if not | alex | 2004-12-19 | 1 | -0/+2 |
* | 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org> | alex | 2003-09-26 | 1 | -1/+1 |
* | DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi) | alex | 2003-04-28 | 1 | -55/+320 |
* | usage of libmpeg2, liba52, mp3lib & svq1 can be disabled | arpi | 2002-11-01 | 1 | -0/+3 |
* | 10l bug - 'len' was handled wrong. | arpi | 2002-09-15 | 1 | -2/+2 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -1/+1 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t... | arpi | 2002-04-22 | 1 | -0/+1 |
* | audio input buffer allocation/free cleanup | arpi | 2002-04-01 | 1 | -3/+1 |
* | ac3_iec958_build_burst moved from ac3-iec958.c | arpi | 2002-03-27 | 1 | -4/+22 |
* | imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu... | arpi | 2002-03-25 | 1 | -0/+88 |