dcadec
dcadec copied to clipboard
DTS Coherent Acoustics decoder with support for HD extensions
Hey! 1st if all, Thanks for your work on this. I tried to got a stereo downmix of dts files. However, I found the option -2 will not work if...
This helps to override the default libdir from environment Signed-off-by: Khem Raj
You're tying your wagon to a less-than-healthy horse for no real benefit that I can see? Also, FFmpeg in general clashes with the unix philosophy, and makes it harder to...
Simple fix to make it buildable again
While I compline with Release DLL Win32 it showed this error. 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_parse 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_filter 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_clear
git clone https://gitorious.org/dtsenc/dtsenc.git This encoder could use some love.
dcacut is now a buildable project in visual studio
DTS Express
I'm adding support for DTS Express (extension LBR), and I was wondering if anyone has a sample I could test?
Running `make check` in the source tree extracted from the 0.2.0 release tarball yields this: ``` mkdir -p libdcadec gcc -o test/stddev -O2 -Wall -Wextra test/stddev.c -lm cd test &&...
gcc-4.9 does not use c99 by default, so the compilation fails with ``` cc -c -specs=/void-packages/common/environment/configure/gccspecs/hardened-cc1 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -DDCADEC_SHARED -DDCADEC_INTERNAL -fPIC -fvisibility=hidden -o libdcadec/interpolator_fixed.o libdcadec/interpolator_fixed.c In file...