]> granicus.if.org Git - handbrake/commit
contrib: Add opus audio encoder.
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 18 Jul 2016 20:42:25 +0000 (13:42 -0700)
committerBradley Sepos <bradley@bradleysepos.com>
Fri, 2 Sep 2016 07:33:06 +0000 (03:33 -0400)
commitfb78eca4a49077c171ad78177c1615c205adc642
treea74bd30ca1ab0f67e4a37c0c728273d87dc57635
parente7a320cb6223a2389db025e8bd8001ee9ece9769
contrib: Add opus audio encoder.

Remove:
hb_audio_samplerate_get_best()

Add:
hb_audio_samplerate_is_supported()
hb_audio_samplerate_find_closest()
hb_audio_samplerate_get_sr_shift()
13 files changed:
contrib/ffmpeg/module.defs
contrib/libopus/module.defs [new file with mode: 0644]
contrib/libopus/module.rules [new file with mode: 0644]
gtk/configure.ac
gtk/src/hb-backend.c
libhb/common.c
libhb/common.h
libhb/encavcodecaudio.c
libhb/module.defs
libhb/muxavformat.c
libhb/work.c
make/include/main.defs
test/module.defs