]> granicus.if.org Git - handbrake/commit
libhb: add support for libav aac encoder (libhb only)
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 7 Jun 2011 21:27:02 +0000 (21:27 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 7 Jun 2011 21:27:02 +0000 (21:27 +0000)
commitd40287132815adc74a0d1444a1e7b76e89879f69
tree00c95f36cbe47104a7ad40233c93bc588702251f
parente07dec1ec259a52a893642da14856e16085f3c36
libhb: add support for libav aac encoder (libhb only)
This generalizes the ac3 encoder to make it easy to add support
for any audio encoder that libav supports.  Since ffaac is not quite
ready, the cli and gui does not expose ffaac yet.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4029 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/ffmpeg/module.defs
libhb/common.c
libhb/common.h
libhb/encavcodecaudio.c [moved from libhb/encac3.c with 61% similarity]
libhb/hb.c
libhb/internal.h
libhb/muxmkv.c
libhb/muxmp4.c
libhb/work.c