== Opusfile ==

Library for decoding .opus files, including seeking support.

Compiled for win32 with the mingw64 toolchain. Built with

  libogg 1.3.1
  libopus 1.1 beta
  openssl 1.0.1e

src/winerrno.h was copied from the git tag for this build,
since it was ommitted from the source package.

= Changes in v0.4 =

- New API to parse album art tags.
- Visual Studio project file fixes.
- Include Visual Studio projects in source package.
- Minor unicode fixes.

= Changes in v0.3 =

- Fix a buffer overflow downmixing multichannel files.
- UTF-8 filename support on Windows.
- HTTP(S) url support on Windows.
- Support Windows system certificate store for HTTPS.
- New project files for MS Visual Studio.
- New gain control API with op_set_gain_offset() and op_get_track_gain().
- Documentation and build improvements.
- HTTP(S) support split into a separate opusurl library.
- Implement soft-clip for paths where libopus doesn't.
- opusfile_example now outputs WAV.
- Fix http basic auth.
- Fix 255 packet-per-page assert.

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 opus@xiph.org.
