op_tags_ensure_capacity: delete useless statement
opus_tags_copy: return OP_EFAULT on failure
appveyor: use opus artifacts instead of compiling it
appveyor: pack openssl artifacts with opusfile's
appveyor: enable nasm for openssl
appveyor: rename to dotfile
Relax JPEG check to allow EXIF metadata
op_fetch_and_process_page: Fix int64 overflow
op_pcm_seek: Fix int64 overflow
Update soname revision for the 0.10 release.
Force crlf line endings for VS2015 project files.
Add macOS and clang builds to the travis config.
Remove unneeded travis lines.
Fix out-of-bounds read in serialno matching logic
mingw: Update to opus 1.2.1.
Minor win32 warning fix.
Update soname for the opusfile 0.9 release.
mingw: Use an https url for downloading libogg.
Disable building latex documentation on ci.
Print a useful error when pkg-config is missing
Improve source/stream terminology consistency
Minor documentation cross-reference.
http: Fix assertion broken for IPv6 addresses.
Propogate openssl CFLAGS to the opusurl build.
mingw: Drop fedora from dist version.
mingw: Query git for dist version.
mingw: Bump docker base image to fedora:25.
Fix two compiler warnings.
Fix uninitialized free in tag parsing.
Minor documentation fix.
Harmonize op_raw_total() and op_raw_seek()
Improve handling of holes (corrupt pages).
Avoid operations linear in the number of links.
Minor comment updates.
Use OpenSSL's hostname validation if available.
Fix two minor errors in hostname validation.
Fix minor typo in return type of op_serialno()
Use ASN1_STRING_get0_data for openssl-1.1.0
mingw: Don't use deltarpm reconstruction.
mingw: README.txt -> README.md.
mingw: Base docker container on Fedora 24.
mingw: update to openssl 1.0.2j.
mingw: update to opus 1.1.3.
Make dot optional in generating documentation.
Add jenkins build status icon.
Use the appveyor badge for the xiph github repo.
Update release checklist for README.md.
Add badges
Modernize README
Fix MSVC warnings.
appveyor: Don't compile OpenSSL for the Release-NoHTTP configuration.
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.