aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_hwac3.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * 100l, fix typo that caused ad_hwac3 to fail to compile.Gravatar reimar2010-01-12
| * Attempt a simple hack to fix -ac hwdtsGravatar reimar2010-01-12
| * More changes needed to make ad_hwac3 truly independent from liba52.Gravatar reimar2010-01-11
| * Let the format filter do the AC3 endianness conversion instead of duplicatingGravatar reimar2010-01-11
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,Gravatar reimar2010-01-11
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Gravatar diego2009-02-07
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * swab() needs _XOPEN_SOURCE to be defined.Gravatar reimar2009-02-03
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
| * fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * External liba52 support, part 2 of 2.Gravatar rathann2008-09-15
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Use conditional compilation instead of an #ifdef around the whole file.Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Properly free memory allocate by liba52.Gravatar reimar2008-06-01
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Reindent for last commit.Gravatar ulion2008-05-08
| * Distinguish between ac3 and dts by format tag.Gravatar ulion2008-05-08
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* 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