Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OpusReader: don't use strndup() | Max Kellermann | 2013-04-09 | 1 | -2/+4 |
| | | | | Eliminate the fallback strndup() and strnlen() implementations. | ||||
* | string_util.c: provide fallback strndup() implementation | Denis Krjuchkov | 2013-01-11 | 1 | -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 codec | Max Kellermann | 2012-09-05 | 1 | -0/+97 |
Using libopus and libogg. |