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.
Fix typo in e4f32131.
Estimate http connection latency and bandwidth.
Extrapolate in op_bisect_forward_serialno().
Fix an uninitialized value in the http reader.
Save more stream state on seekable open.
Save initial stream state on seekable open.
Small speed-up to op_bisect_forward_serialno().
Clean up offset tracking.
Fix some issues with trailing junk in files.
Minor http redirect clean-ups.
Add URL support to seeking_example.
Add support for http, https, and file URLs.
Fix crash in seeking_example.
Fix hole reporting discrepancy.
A couple of seeking_example improvements.
Embed the git revision in the doxygen documentation.
Add a rough makefile for the documentation.
Add a doc directory with a minimal doxygen configuration.
Finish implementing the OpusTags API.
Update opusfile.h's include guard.
Don't include deps during 'make clean'.
Public header cleanups.
Use --static with pkg-config.
Implement stereo downmixing functions.
Remove libm altogether.
Fix link order and add libm to the seeking example.
Use an unprefixed include path for the opus headers.
Remove op_get_prev_page().
Remove op_read_filter() from opusfile.h.
Initial code import.