VS2015: Add Release configuration without OpenSSL dependency.
VS2015: Depend on OpenSSL.
appveyor: Compile static openssl from git to use with opusfile.
Add appveyor.yml to test VS2015 builds.
Remove VS2010 projects.
Add VS2015 projects.
win32: Add gitignore.
Update dependencies for the mingw build.
Add release checksums for opusfile 0.8.
Fix typo in release checklist.
Add support for OpenSSL 1.1.x.
Add comment explaining fix in 72f4f8a6c2c3.
Fix free with uninitialized data in opus_tags_parse().
Add missing NULL check to opus_tags_parse().
Fix NULL check in opus_tags_add_comment().
Fix skipping logic for multiplexed non-Opus pages.
Note small inaccuracy in bitrate tracking.
Should a BOS page with no packets be an error?
Minor comment typo fix.
Minor comment typo fixes.
Remove readp argument to op_fetch_and_process_page().
Minor documentation updates.
Ignore documentation output directories.
Mention attaching tarballs to github.
Add release checksums for opusfile 0.7.
Merge the generic bits of the release notes into the readme.
mingw: Bump docker base to Fedora 23.
mingw: Building on Fedora 22 works as well.
mingw: Add a package target.
mingw: Build just deps by default, not that static opusfile.
mingw: Bump docker build to Fedora 21.
mingw: remove 'make check' steps.
mingw: Add a Dockerfile describing cross build.
Add release checksums for win32 binary builds.
mingw: Add fetch and realclean targets for downloading dependencies.
mingw: Use $(CURDIR) instead of ${PWD}.
Update release instructions.
Update release instructions for mingw makefile.
Update release instructions for new archive locations.
Add a makefile for cross-compiling on mingw.
Fix potential memory leaks with OpusServerInfo.
Add API to access and preserve binary metadata.
Add support for R128_ALBUM_GAIN tag.
Buffer continued packet data to reduce seeking.
Fix timestamp check for seek-free seek.
Fix set-but-not-used variable warning.
Handle continued packets in bisection search.
Better overflow check for serialno allocation.
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
Regularize wording for --disable-examples.
Add configure option to stop examples being built, --disable-examples.
Broaden the test for AI_NUMERICSERV.
Look for ftime() in libcompat.
Document that op_bitrate() is for all streams.
Fix METADATA_BLOCK_PICTURE check for all-0 params.
Fix header reading for non-Opus streams.
Minor simplification to op_fetch_headers_impl().
Fix opus_tags_add() and opus_tags_add_comment().
Fix an llvm signed overflow warning.
Fix up release checklist based on the v0.5 experience.
Fix typo in release checklist.
Bump soname version for v0.5.
Make subdir-objects the default.
Clean up some bare malloc/free calls.
Move a misplaced #endif.
Revert "Pass --always to 'git describe'."
Update IPv4/IPv6 dual stack to RFC 6555.
Reset buffer before building a CONNECT request.
Rework pipelining logic.
Document some string buffer function usage.
Pass --always to 'git describe'.
Fix a parentheses error in op_utf8_to_utf16().
Fix a granpos calculation we assumed couldn't fail.
%s/op_read_native_filter/op_filter_read_native/g
Mark more internal pointers const.
Mark a bunch of API functions const.
Document that we will always have at least 1 link.
Minor simplification to end-trimming logic.
Get rid of the op_float2short_filter() wrapper.
Add an API to disable dithering.
Avoid clipping in short->float stereo downmixing.
Remove some OP_UNLIKELY macros.
Mark op_set_gain_offset() as not taking NULL.
Minor decode control flow updates.
Add an application decoding callback API.
Document that we don't support IRIs.
Add an opus_tags_copy() API.
Expose tag comparison functions.
Replace 0x7FFFFFFF by new OP_INT32_MAX.
A bunch of documentation clean-up.