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.
Add API to report information from server headers.
Fix backwards HTTP Server header test.
Fix C&P error in proxy user/password macros.
Mark some functions static.
Add winerrno.h to the distribution.
Bump soname version for v0.4.
Add win32utf8.c to the source file VS2010 source file listings.
Fix typo in LibraryPath directives.
Use the default MSVC LibraryPath.
Bump overall copyright year.
Create zip archives for distribution.
Fix an uninitialized variable.
Minor UTF-8/UTF-16 cleanups.
Add an API to parse picture tags.
Turn off incremental linking in all configurations. r=Garf
Add VS2010 project files to the distribution.
Add win32utf8.h to the source lists so it's distributed.
Bump the soname versioning for v0.3.
Add a magic vpath to the unix makefile.
Add win32utf8 code to the unix makefile for mingw builds.