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()
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