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