Skip to content

opusfile 0.11

Compare
Choose a tag to compare
@rillian rillian released this 27 Jun 03:42
· 89 commits to master since this release
v0.11
b7c2ed3

The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).

opusfile depends on libopus and libogg.
opusurl depends on opusfile and openssl.

Changes since the v0.10 release

  • Fix two potential integer overflows.
    (These were not security-critical unless the compiler took the opportunity
    provided by the undefined behavior to format your hard drive.)
  • Allow JPEGs in METADATA_BLOCK_PICTURE tags to include EXIF data.
  • A few warning fixes for gcc 8.
  • Make opus_tags_copy return OP_EFAULT on failure instead of returning success.
  • Various integration and testing environment improvements.

This release is backward-compatible with the previous release. We recommend all users upgrade.

SHA-256 checksums

74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf  opusfile-0.11.tar.gz
23c5168026c4f1fc34843650135b409d0fc8cf452508163b4ece8077256ac6ff  opusfile-0.11.zip

The library is functional, but there are likely issues we didn't find in our own testing. Please give feedback in #opus on irc.freenode.net or at [email protected].

Programming documentation is available in tree and online at https://opus-codec.org/docs/