vlc/vlc-2.0 | branch: master | Timothy B. Terriberry <[email protected]> | Tue Sep 4 00:15:37 2012 +0200| [7ca6e16f0fe819a645092cd146ffd45ff5099725] | committer: Jean-Baptiste Kempf
Opus decoder. Manually backported from af4805700c96f17972ab6d3292404f9248be2b90 Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=7ca6e16f0fe819a645092cd146ffd45ff5099725 --- NEWS | 3 + configure.ac | 7 +- doc/vlc.1 | 2 +- extras/package/win32/vlc.win32.nsi.in | 1 + include/vlc_interface.h | 1 + modules/LIST | 1 + modules/codec/Modules.am | 1 + modules/codec/opus.c | 435 +++++++++++++++++++++ modules/codec/opus_header.c | 268 +++++++++++++ modules/codec/opus_header.h | 49 +++ modules/gui/qt4/components/simple_preferences.cpp | 4 +- src/input/demux.c | 1 + src/network/httpd.c | 1 + 13 files changed, 770 insertions(+), 4 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=7ca6e16f0fe819a645092cd146ffd45ff5099725 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
