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.
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.