opusinfo: Silence GCC 12 compiler warning
opusenc: Allow downmixing ambix/discrete channels
opusenc: Implement --channels discrete switch
CI: use packaged libopusenc
CI: use debian based image
implement seeking for opusdec (thanks sigrid)
Fix FLAC read callback for data previously read during probing.
Allow FLAC files with ID3 tags to pass the ID check.
opusdec: Fix non-48kHz output progress timestamp
opusinfo: Fix signed shift undefined behavior
opusdec: Sync resampler with upstream speexdsp
opusenc: Support for Ambisonics.
appveyor: Avoid curl TLS error
opusenc: Handle LUFS reference loudness in FLAC
Split out tag comparison from picture.c
opusenc: Clarify raw input documentation
opusenc: Allow big endian float and 24-bit input
opusenc: support for single precision floating point raw samples
opusrtp: Clean up tag header style.
opusinfo: Shorted extra packet warning.
opusinfo: Add detection of extra packets in header pages.
appveyor: Update location of sample Opus file
appveyor: Update location of html documentation
CI: Repositories have moved to gitlab.xiph.org
opusdec: Silence clang 10 conversion warning
appveyor: update ogg sln and lib name
opusdec: Write WAV size up to 4 GiB
opusenc: Reorder --help options to match man page
README: Add gitlab pipeline status
opusdec: Clean up resources on all errors
opusdec: Call op_free after decoding is complete
configure: require libopusenc >= 0.2
opusrtp: Update help and manual page
opusinfo: support for ambisonics
opusenc: Add --tracknumber option
opusdec, opusenc: Fix float WAV on big endian host
opusrtp: Fix compatibility with old systems
resample: fix UINT32_MAX fallback
resample: clean up for upstream
Include alloca.h when needed, remove unused cruft
opusrtp: Fix opusrtp dependency checks
opusrtp: DLT_LINUX_SLL support (interface "any")
opusrtp: add --sniff device name argument
opusrtp: Allow port with --sniff/--extract
opusdec: Use literal format strings
gitlab-ci: Add libpcap-dev for opusrtp
opusdec: Fix some compiler warnings
opusrtp: Fix error if pcap is unavailable
opusrtp: Guess payload type if none specified
opusrtp: Avoid global variables for options
opusrtp: Consolidate sniff and extract code
opusrtp: Use opus_packet_get_nb_samples()
opusrtp: Fix transmit timing
opusrtp: Allow an output filename for extraction
opusrtp: Make --extract argument mandatory
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