opusenc: Validate AIFF/WAV channel count
Add appveyor.yml
VS2015: Use united opus lib.
VS2015: Use simple project to run genversion.bat.
VS2015: Use same format for intermediate and output dirs as opus.
VS2015: Add x64 target to solution.
Move VS2015 only ignores to dedicated win32/.gitignore
Add a travis-ci.org config file for integration testing.
Remove obsolete windows builds files from dist.
Add Visual Studio Git Ignores
Add VS2015 files!
Tidy VS2010 project files.
opusrtp: don't leak file stream on error
Fix PIE configure test
Add --quiet to opusenc and opusdec man pages.
Opusdec doesn't handle chaining that changes the channel count. Exit in that case.
opusenc: reject sampling rates over 768KHz or under 100Hz.
resample: make some tables constant
os_support: fix misleading comments
resample: complete speex_resampler_reset_mem
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.