Opened 11 years ago
Closed 11 years ago
#1343 closed enhancement (fixed)
[PATCH] Xiph/IETF Opus decoder using libopus.
Reported by: | haxar | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | opus |
Cc: | Cigaes | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
This patch adds preliminary Opus audio decoding support with libopus for libav.
The patch does not currently utilize multistreams, channel mapping and output gain.
Retaining copyright to Nicolas George (Cigaes) as most of the code was reused from the existing CELT decoding code.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | 0001-Xiph-IETF-Opus-decoder-using-libopus.patch added |
---|
comment:1 by , 11 years ago
Keywords: | opus added; avcodec avformat removed |
---|---|
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 11 years ago
Looks interesting, thanks.
Last time I checked, the bitstream format was supposed to be frozen, and possibly the API, but the encoding into Ogg or other containers was not yet defined. What container can currently be used with Opus? At least one is necessary, for testing purposes.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
libopus support was added Jun 24 to ffmpeg. Thus closing this ticket
(Version bump and Changelog entry missing.)
Please send patches to ffmpeg-devel, they receive more attention there.
Is libopus stable?