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.
Minor comment updates.
Add MSVC project files for library and examples.
Relax MSVCRT requirements.
Add UTF-8 filename support to Windows.
Add a gain control API.
API documentation updates.
Plug possible memory leak on stream open failure.
Avoid using a long-long literal for OP_INT64_MAX.
Always try to update the version when autogen.sh is run
Switch to using config.h for configuration options
Use m4_esyscmd instead of m4_esyscmd_s
Add internal.c to unix Makefile's libopusurl.
Don't repeatedly install the doc dir for every file
Revert "Allow the examples to build with --disable-http"
Allow the examples to build with --disable-http
Autoconf and pkg-config support for libopusurl
Move last few URL functions into http.c
Fix 255 packet assertion.
Fix seeking near the start of saved live streams.
Add <sys/types.h> for off_t.
Add docs to the website when releasing.
Add casts to remove clang warnings.
Fix pkg-config file to avoid overlinking
Update opusfile.pc description line.
Add some files to .gitignore
Handle AC_SEARCH_LIBS special result value.
Fix Base64 encoding for HTTP's basic auth.
Small public header clean-up.
Small cleanups of the soft clipping code.
Use clipping prevention on 16-bit decode paths.
Reset dither state when API path changes.
Minor comment fix.
Fix a buffer overflow in op_read_stereo().
Add an exe extension variable and use it in the mingw build.
Add conditional source and libraries for mingw build.
Don't remove unused test directories.
Better suppression of unused parameter warnings.
Call ranlib on the unix static makefile.
More minor win32 cleanups.
Add nu774 to the authors list.
Support the Windows system certificate store.
Fix typo in 714d83c8.
Fix warnings when compiling with a recent MSVC.
Clean up winsock usage.
Use fseeko64/ftello64 for mingw32.
Require WindowsXP for mingw32.
Clean up mingw32 configuruation.
s/OS_WIN32/OP_WIN32/
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.