[vlc-commits] opus: add encoder
Tristan Matthews
git at videolan.org
Mon Sep 30 14:02:55 CEST 2013
vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Mon Sep 23 08:47:43 2013 -0400| [886db9fd1b84ddc91438c8ffc1ffe6f71276a0ea] | committer: Jean-Baptiste Kempf
opus: add encoder
This patch adds an encoder to the opus module.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=886db9fd1b84ddc91438c8ffc1ffe6f71276a0ea
---
NEWS | 1 +
configure.ac | 2 +-
modules/MODULES_LIST | 2 +-
modules/codec/opus.c | 247 +++++++++++++++++++++++++++++++++++++++++++
modules/codec/opus_header.c | 150 ++++++++++++++++++++++++++
modules/codec/opus_header.h | 2 +
modules/mux/ogg.c | 8 ++
7 files changed, 410 insertions(+), 2 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=886db9fd1b84ddc91438c8ffc1ffe6f71276a0ea
More information about the vlc-commits
mailing list