aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/OpusReader.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpusReader: don't use strndup()Max Kellermann2013-04-091-2/+4
| | | | Eliminate the fallback strndup() and strnlen() implementations.
* string_util.c: provide fallback strndup() implementationDenis Krjuchkov2013-01-111-0/+1
| | | | | This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
* src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann2012-09-051-0/+97
Using libopus and libogg.