Fix links to callbacks in doxygen.
Fix grouping for latest doxygen.
Make doc for two unused error codes visible via doxygen.
gitlab-ci: Move tags and image properties to a default section.
Add release checksums for opusfile 0.1 and 0.2.
Add release checksums for opusfile 0.12.
Fix an incorrect assertion in op_pcm_seek_page().
Fix intermediate overflow in op_pcm_total().
Fix short-circuit test when seeking in short files
Fix a possible divide-by-zero.
Fix memory leak caused by incorrect link count to clean up on error.
Update remaining links to https.
Link https://xiph.org/ from the copyright header.
Update soname revision for the 0.12 release.
Convert release checklist to markdown.
Add gitlab releases page to release checklist.
Add release checksums for opusfile 0.9, 0.10, and 0.11.
http: Fix build on Solaris/Illumos
Replace broken Jenkins status with GitLab status
mingw: Pull opusfile source from gitlab.
mingw: Use Makefile.unix to build opusfile.
mingw: Build autotools opusfile in a subdirectory.
mingw: Build against openssl 1.0.2u.
mingw: Update openssl dll filename.
mingw: Remove obsolete comment.
mingw: Build for 32-bit targets.
mingw: Update dependency versions.
mingw: Update docker base image to fedora 32.
Move win32 package build details to mingw/README.md
Use the gcc:9 image for gitlab-ci builds.
Add a gitlab-ci job to build the documentation.
Add a gitlab-ci job for the unix Makefile.
Add gitlab-ci autotools build description.
configure.ac: Fix macro underquoting
Silence clang null pointer arithmetic warning
Silence scan-build false positives.
Relax some assumptions about our seeking success.
Avoid a potential divide-by-zero.
Update travis builds to xcode 11.3.
Update travis config for macOS.
Update appvayor ci for ogg library name changes.
Update VS2015 projects for libogg.lib name change.
Silence clang 10 conversion warning
http: Fix use of deprecated function ftime()
doc: Use relative paths for reproducible builds
Fix handling of holes again.
Fix a couple of typos in comments.
Fix to avoid technically undefined behavior.
Fix seekability detection on win32.
Fix SEEK_END usage in seek implementations.
http: use new API with LibreSSL >=2.7.0
http: fix compilation with LibreSSL
Document Doxygen failure in release notes.
mingw: Update to libopus 1.3-rc2
Release process document improvements.
Update soname revision for the 0.11 release.
mingw: Update docker base to Fedora 28.
mingw: Update to openssl 1.0.2p.
mingw: Update to libogg 1.3.3.
http: silence gcc 8 -Wimplicit-fallthrough warning
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()