[FFmpeg-devel] [PATCH] opus encoder using libopus

Sin-ta Hsiea ibmibmibm.tw at gmail.com
Thu Sep 20 04:07:43 CEST 2012


This patch adds encoder support using libopus.
Original libopus_dec.c is copid from Nicolas George's patch in gnome
mailing list.
That patch is too old, so I fixed it.
I only tested some music file, not all options are fully tested.

Sin-ta Hsiea
---
 Changelog                |    1 +
 libavcodec/Makefile      |    1 +
 libavcodec/allcodecs.c   |    2 +-
 libavcodec/libopus.h     |   42 ++++++
 libavcodec/libopus_dec.c |   15 +-
 libavcodec/libopus_enc.c |  361 ++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/oggenc.c     |   38 ++++-
 7 files changed, 444 insertions(+), 16 deletions(-)
 create mode 100644 libavcodec/libopus.h
 create mode 100644 libavcodec/libopus_enc.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-opus-encoder-using-libopus-from-Nicolas-George.patch
Type: text/x-patch
Size: 22043 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120920/88b6d27e/attachment.bin>


More information about the ffmpeg-devel mailing list