Be consistent with the order we include dependencies
Don't include OPUS_CFLAGS and OPUS_LIBS twice
Silence mvsc posix warnings.
Add picture.c to the Visual Studio project files.
Update opus library paths for the new project files.
Ask genversion.bat to generate PACKAGE_VERSION.
Always try to update the version when autogen.sh is run
Revert "Doc improvements for --bitrate, and a --quality alias for it."
Doc improvements for --bitrate, and a --quality alias for it.
Opus-tools now requires libopus 1.0.3 or later.
Converts opusenc to the new multistream surround encoder API
Tweak the sound driver detection tests
Check for libm in a way that shouldn't explode on BeOS
Drop the stdint size tests that we never use anywhere
Tidy up some of the special CPPFLAGS
Drop the inline PACKAGE/VERSION fallback
Replace the homegrown autogen.sh with a call to autoreconf
Add picture.c to Makefile.unix.
Refactor METADATA_BLOCK_PICTURE support.
Add METADATA_BLOCK_PICTURE validation to opusinfo.
Add support for METADATA_BLOCK_PICTURE.
Fix R128_TRACK_GAIN tags for flac input.
Add copyright headers to FLAC import.
Make more FLAC reader functions static.
opusdec: handle chaining without EOS on the prior chain.
Don't clobber FLAC_CFLAGS and FLAC_LIBS from the command line.
Require libFLAC >= 1.1.3 in the no-pkg-config case
Expose the --discard-comments flag in the opusenc help.
Make sure the flac input replay gain tag parsing uses the C locale.
Add metadata padding in opusenc.
Don't include new title/album/date/genre args in the command-line tag.
Add more standard tag switches to opusenc.
Save (some) commandline arguments into a comment in opusenc.
Add the '=' separator inside comment_add().
Make it more clear that the rate range range is instantaneous bitrates.
Remove extraneous CONFIG_H after #endif in win32/config.h.
Document the intent of the #ifdefs around query_cpu_support.
Add FLAC support files to MSVC projects.
Add serial number argument to opusenc, updates help for FLAC.
Makefile.unix updates for flac support.
Add FLAC input support.
Distribute the getopt implementation for the msvc build.
Add win32/version.h to the distribution so it does some good.
Remove MSVC incremental linking directives.
Add a static win32/version.h for tarball builds.
Add -lm to the opusrtp build line.
Hide uncoupled in opusenc. It's being confused as something to increase quality.
Fix opusenc crash on win32 for large files; Length detection on 32bit.
Enable maintainer mode by default on automake 1.11
Conditionalize the opusrtp socket code.
Update Makefile.unix to work with mingw.
Simplify native-endian reader.
Add a native-endian int32 reader. Fixes an ARM warning.
Lower default bitrates for sampling rates <44.1k. Fix status output.
Fix opusrtp option handling.
Also reject streams where a second packet begins but is not completed on the header pages.
Reject inputs where there is more than one packet on the initial two pages.
Update the hard-coded opus payload type.
Warning fix: rename 'state' variable to 'headers'.
Print the packet duration as well as size when sending.
Accept filenames to send over rtp on the command line.
Calculate timestamps from packet durations.
Don't truncate the rtp packets.
The current rtp version is 2.
Only clear ogg_stream_state if it's initialized.
Get the link-layer header type from pcap_datalink.
Loopback packet header is host, not big, endian.
Add 'loopback' header parsing to the sniff mode.
Make the payload type a constant.
Return after executing --sniff.
The webrtc.org code is using payload type 113.
Opusdec don't add wav header on non-.wav output. Offer --force-wav.
Fixed potential over-allocation / (fatal) under-allocation on platforms where sizeof(int) != 4.
Add some notes on the meaning of the complexity knob.
Fix compilation on non-Windows x86-32 w/ -msse.
Add a comment describing what read_padder is doing.
That didn't work either. Just remove the libtool section.