Merge two OS_WIN32 conditionals.
Move win32 source files up a level.
Initial winsock support patch from nu774.
Add va_end() invocations.
Allow decoding forward instead of seeking.
Fix a typo in op_mem_read().
Make opusfile_example fwrites all-or-nothing.
Make opusfile_example output WAV.
Fix a comment typo.
Add support for HTTP 308 Permanent Redirects.
Don't forget to update download links.
Small clarity improvements to op_get_next_page().
Dist the doc and unix static Makefiles.
Remove 'export' from the NO_DOXYGEN Makefile variable.
Bump soname version for the v0.2 release.
Check for end_offset < data_offset.
Add op_get_last_page() for calculating duration.
Some minor comment updates.
Support --disable-maintainer-mode
Add some extra makefile targets
Move the extra EXTRA_DIST out of HAVE_DOXYGEN
Trim some things out of autogen.sh that aren't doing anything
Another spelling fix.
Use /bin/echo so -n works on osx.
Attempt to fix the autotools linking issue on jenkins.
Document where to put release packages.
Fix potential memory leaks added in 3bc74807.
A few small updates to the hostname verification.
Remove OP_SSL_SKIP_CERTIFICATE_CHECK from opusfile_example.
Make SSL/TLS certificate checking actually work.
Document the release process.
Update git-version for the vN.M release tagging scheme.
Fix mingw warnings with -U__STRICT_ANSI__.
Print a warning when disabling http support for dependencies.
Disable HTTP support if sys/socket.h isn't present.
Replace return code checks with OP_ALWAYS_TRUE().
Fix some printf format warnings in the examples.
Don't build the API docs if doxygen isn't available.
Set the autoconf version from git.
Don't discard timestamps from invalid packets.
Fix an assertion failure.
One small addendum to 7c52622f.
Bisect from the current file position when seeking.
Some http improvements.
Be more scrupulous about reading extra data.
Bias the offsets in op_predict_link_start().
Fix a few minor nits.
Re-do abstract stream reader API.
Make the URL API more extensible.
Fix op_http_parse_connection().
Some http robustness improvements.
Documentation revisions and a leak fix.
Fix some socket connection bugs.
Major updates to the http backend.
Fix a couple of MSVC warnings.
Disable excessive warnings about parentheses.
remove GNUism from install doc command
Fix a 10L bug in the memory stream reader.
Fix git-version.sh invocation.
Make git-version.sh executable.
Keep the continuous integration build scripts in the repo.
Remove 'lib' from the package name.
Remove FILE_VERSION_FILTER from the doxygen config.
Substitute the package name as well.
Use input redirect instead of explicit cat.
Make the configure summary more legible.
Multiple small fixes.
Fix scan_build static analysis reports.
Move installed include files under the opus dir.
Add pkg-config files.
Add status output to opusfile_example.
Make seeking_example continue after failures.
Documentation updates.
Fix an uninitialized warning from cf594de6.
Fix file: <host> comparison.
Clean up page seeking a bit.
Fix handling of holes.
build: implement autotools build system for libopusfile. (v4)
Clean-up for alternate configurations.
Make seeking_example show maximums.
Use $(AR) for ar to support cross-compiling.
A bunch of minor improvements.
Fix URL flags documentation link.
Add copyright information.
More minor documentation updates.
More minor documentation updates.
Disable linear scan/matching in seeking_example.
Documentation clean-up and updates.
Abstract position indicator tracking slightly.
Fix end_offset tracking bug from 007ec4e4.
Minor 16-bit int fix.
More link enumeration improvements.
Further reduce seeks per bisection search.