]> granicus.if.org Git - handbrake/commit
Use libav for dts audio decoding instead of libdca
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 15 Jul 2012 19:47:01 +0000 (19:47 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 15 Jul 2012 19:47:01 +0000 (19:47 +0000)
commit10e3e70a28305f08eb5298c46e26eb6537ea08c8
treee95b56f75297082db3a6719d4d0ef337c2f46a56
parent62cbe39e294565f429411d8293aa64c41a9d1b30
Use libav for dts audio decoding instead of libdca
libdca has no advantage over libav for dts audio decoding.  It doesn't do
drc and it's downmix capabilities are actually inferior to libav.  So this
completely removes libdca from libhb

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4844 b64f7644-9d1e-0410-96f1-a4d463321fa5
18 files changed:
contrib/libdca/A00-general.patch [deleted file]
contrib/libdca/module.defs [deleted file]
contrib/libdca/module.rules [deleted file]
gtk/src/Makefile.am
libhb/bd.c
libhb/common.h
libhb/decdca.c [deleted file]
libhb/dvd.c
libhb/dvdnav.c
libhb/hb.c
libhb/internal.h
libhb/module.defs
libhb/scan.c
libhb/stream.c
libhb/work.c
macosx/HandBrake.xcodeproj/project.pbxproj
make/include/main.defs
test/module.defs