Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-24 | decoder/opus: use std::copy_n() instead of memcpy() | Max Kellermann | 1 | -2/+3 | |
2013-04-09 | OpusReader: don't use strndup() | Max Kellermann | 1 | -2/+4 | |
Eliminate the fallback strndup() and strnlen() implementations. | |||||
2013-01-11 | string_util.c: provide fallback strndup() implementation | Denis Krjuchkov | 1 | -0/+1 | |
This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code | |||||
2012-09-05 | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 1 | -0/+97 | |
Using libopus and libogg. |