opusrtp: Add new command line options
opusrtp: Add support for RTP extension headers
opusrtp: Allow usage of winpcap on Windows
gitignore: Ignore *.exe files
opusenc: --set-ctl-int parameter validation
opusenc: Add --music, --speech, --no-phase-inv
configure: Check for opusfile before opusurl
configure: Require Opus 1.1 to match libopusenc
opusenc: Avoid leak on multiple save-range options
opusenc: Use OPE_GET_NB_STREAMS/COUPLED_STREAMS
configure: Don't enable stack-protector on Windows
Switch to -fstack-protector-strong from -all
Attempt to make whitespace a bit more consistent
opusenc: Fix some MSVC compiler warnings
Use consistent formatting of units
opusenc: Fix formatting of time stats
opusenc: Improve error reporting
opusdec: Update resampler from speexdsp
Remove unused Speex header file os_support.h
Eliminate dependency on Speex os_support.h
opusenc: Add FLAC pictures using libopusenc
opusenc: Set header gain when requested
Don't use reserved identifiers as macro names
opusenc: Fix stats and percent progress
Use correct format specifier for 64-bit types
C preprocessor formatting cleanup
VS2010: Remove old project files
VS2015: remove source files from libs that don't need them
VS2015: add flac support
VS2015: prepare for new opusfile and libopusenc dependencies
appveyor: Fix libopusenc artifact file name
appveyor: Install opusfile and libopusenc artifacts.
VS*: Remove deleted files from VS projects
opusdec: Update help and man page
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.