opusfile icon indicating copy to clipboard operation
opusfile copied to clipboard

Stand-alone decoder library for .opus streams

Results 28 opusfile issues
Sort by recently updated
recently updated
newest added

I've noticed on http streams pipelining is always disabled and all the range request sent by the client are unconstrained: ``` Range: bytes 0- ``` I believe this is because...

This pull request includes the following changes: - added support for building dynamic libraries (DLLs) - added ```Debug-NoHTTP``` configuration (+ a DLL version of every configuration) - added include directories...

Immediate symptom is that in src/stream.c, declarations for `ftello(...)` and `fseeko(...)` are not available. (Errors will be raised if compiled with `-Wimplicit-function-declaration`

Using opusfile 0.10.0, when calling op_read_float with a small buffer the function suddenly reads data from a totally different part of the stream. This results in awkward noises and overall...

I tested with OpenSSL 1.0.2u which not work. https://slproweb.com/products/Win32OpenSSL.html It only works with OpenSSL 1.0.2s. And not sopport OpenSSL 1.1.x.

X509_LOOKUP and X509_LOOKUP_METHOD structs are opaque now from what I can see. ``` $ make make all-am make[1]: Entering directory '/home/xy/M/mingw-w64-opusfile/src/build-i686-w64-mingw32' CC src/libopusurl_la-wincerts.lo ../opusfile-0.11/src/wincerts.c: In function 'op_capi_new': ../opusfile-0.11/src/wincerts.c:42:8: error: dereferencing...

Hi, I found a potential null pointer dereference bug in the project source code of opusfile related to usage of libogg, and I have shown the execution sequence of the...

Hello! I was doing vulnerability research on a project that uses your library as a dependency. During the research, I found a vulnerability that I have already informed the vendor...

Ambisonics is currently not available in opusfile. This PR is aiming to start implementing the remaining mappings for Opus and its tools.

Opusfile fails to decode Ambisonics. Both mapping families (2 and 3) are broken / not implemented. With a third order Ambix file, the encoding works: ``` ./../../opus-tools/opusenc --channels ambix opus_AmbixTCs.wav...