OSDN Git Service

lavc: add a native Opus decoder.
authorAnton Khirnov <anton@khirnov.net>
Thu, 17 Apr 2014 10:51:03 +0000 (12:51 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 15 May 2014 04:49:34 +0000 (06:49 +0200)
commitb70d7a4ac72d23f3448f3b08b770fdf5f57de222
tree5227a8698a1499744632d0c029d91200f5007520
parent7e90133f6420b1c53652f972b9561600822881ee
lavc: add a native Opus decoder.

Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during
GSoC 2012.

Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the
Mozilla Corporation.

Further contributions by:
Christophe Gisquet <christophe.gisquet@gmail.com>
Janne Grunau <janne-libav@jannau.net>
Luca Barbato <lu_zero@gentoo.org>
14 files changed:
Changelog
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/opus.c [new file with mode: 0644]
libavcodec/opus.h [new file with mode: 0644]
libavcodec/opus_celt.c [new file with mode: 0644]
libavcodec/opus_imdct.c [new file with mode: 0644]
libavcodec/opus_parser.c [new file with mode: 0644]
libavcodec/opus_silk.c [new file with mode: 0644]
libavcodec/opusdec.c [new file with mode: 0644]
libavcodec/version.h
tests/Makefile
tests/fate/opus.mak [new file with mode: 0644]