opusdec: Use HAVE_*SOUNDCARD_H consistently
opusinfo: Fix compiler warning
save_range: Correctly handle multistream padding
Update http URLs to https where appropriate
configure: Fix non-pkg-config opus include path
opusenc: Don't save --picture in ENCODER_OPTIONS
opusinfo: Relax JPEG check to allow EXIF metadata
opusenc: Convert to use libopusenc
opusdec: Convert to use libopusfile
travis: Build libopusenc from source for the linux tests
travis: Add opusfile and libopusenc dependency
Use libtool to allow uninstalled dependencies
opusenc: Avoid uninitialized data on invalid FLAC
opusenc: Use fseeko64/ftello64 on MinGW/MinGW-W64
appveyor: get opus artifacts from appveyor
appveyor: run a basic test on the compiled binaries
appveyor: pack manuals from jenkins
appveyor: save artifact to constant name
VS2015: remove unneeded and duplicated options
VS2015: Add opus common.props
Makefile.am: add VS2015 files
win32/gitignore: Ignore generated version.h
opusenc: Avoid seeking on Windows pipes
update_version: Drop --always from git describe
appveyor: remove version prefix from artifacts
Add more coverage in travis
win32: use same genversion script as opus
opusenc: Avoid resampler fractional sample offset
opusenc: Don't read excess data after samples
opusenc: Limit end trimming to one frame
opusenc: Change fatal WAV/AIFF warnings to errors
opusenc: Don't warn about mono center channel WAV
opusdec: Fix channel mask in mono float WAV output
opusrtp::sniff() - Call pcap_close for any error condition.
opusrtp::extract() - call pcap_close for any error condition
opusrtp::extract() - use only if HAVE_PCAP
opusrtp: add extract (from file) option
opusdec: fix crash with 64-bit VS builds
opusenc: Sanitize sample rate, fix rate from AIFF
Fix potential uninitialized access for set-ctl-int
opusenc: Use correct types for WAV/AIFF fields
opusrtp: Fix clang -Wcast-align warning
opusenc: Write valid Opus file when 80+ channels
opusenc: Fix display of percent progress
Use the appveyor badge for the xiph github repo.
Add badges
Modernize README
opusenc: Sanitize WAV/AIFF fourccs
opusenc: Ignore null comments from FLAC input
opusenc: Handle arbitrary AIFF/WAV chunk sizes
opusenc: Consistently use large file interfaces
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