arch: _USE_SSE is never defined
Fix a typo in a warning message.
Correct minor issues with audio input error messages.
Fix 8-bit AIFF input.
Set correct lsb depth for WAV and AIFF input.
Make discard-comments discard album art, also add a discard-pictures.
opusrtp: fix memory leaks
Destination and port switches require arguments.
Add support in opusdec to write out 32-bit floating-point.
Fix copying pictures from FLAC with a mimetype.
opusrtp: add options to set destination address and port
Pass --always to 'git describe'.
Document using --genre and --artist multiple times.
Add new metadata switches to the manpage.
Actually enable flac support in the unix build.
Add wave_out to VERSIONED_OBJS.
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.