Don't truncate the rtp packets.
The current rtp version is 2.
Only clear ogg_stream_state if it's initialized.
Get the link-layer header type from pcap_datalink.
Loopback packet header is host, not big, endian.
Add 'loopback' header parsing to the sniff mode.
Make the payload type a constant.
Return after executing --sniff.
The webrtc.org code is using payload type 113.
Opusdec don't add wav header on non-.wav output. Offer --force-wav.
Fixed potential over-allocation / (fatal) under-allocation on platforms where sizeof(int) != 4.
Add some notes on the meaning of the complexity knob.
Fix compilation on non-Windows x86-32 w/ -msse.
Add a comment describing what read_padder is doing.
That didn't work either. Just remove the libtool section.
Fix a typo in the previous commit.
Update manual version strings after the 0.1.5 release.
Reject playback of multichannel files through sys/soundcard.h.
Add basic content to the empty README.
Add opusrtp.1 to the distribution.
Remove opusrtp as part of the 'clean' target.
Define a PROGS variable in Makefile.unix.
Add an optional target for opusrtp to Makefile.unix.
Define fallback PACKAGE and VERSION.
Add basic option parsing to opusrtp and a manpage.
Add a BSD license header to opusrtp.c.
List -h before -V in the option summaries.
Use -V for --version in all utilities.
Remove --speech and --music from the oggenc manpage.
Don't install opusrtp for now.
Don't call libtoolize from autogen.sh.
Move opus.m4 to an m4 subdir and add ogg.m4 and pkg.m4.
Add opus.m4 from the opus repo so XIPH_PATH_OPUS is available.
Use opus.m4 for autotools opus config to enable --with-opus=.
Merge branch 'rtp' from users/giles/opus-tools.git.
ifdef-protect the pcap code.
Move some of the header parsing logic into functions.
Check the return value of fwrite.
Don't set eos on data packets.
Print each header on one line.
Add build support for opusrtp.c.
Remove --speech and --music arguments from opusenc.
Report only the RTP header fields.
Abstract some of the header parsing on the captured packets.
Hacky tool to sniff rtp traffic and write it to a file.
Avoid shadowing global symbol 'signal' on OSX.
Add MSVC makefiles to the dist tarball.
Add more comments to opusdec.
opus-tools typo
Advance version to 0.1.4.
More correct handling of the resampler buffer and flushing delay.
Properly save in_len for multiple channels in the resampler.
More MSVC project fixes
Minor cosmetic fix
Change the runtime CPU type detection into a cpu mismatch warning.
Add a notice when complexity<10 is requested with resampling.
Avoid forcing SSE on x86, provide a configure option for now.
Switch 48->44.1k to the direct resampler. 2x speedup for opusdec.
Avoid \n at the end of the encoder tag, as reported by lvqcl on HA.
Autoconf -msse for mingw/32bit builds, kill some warnings.
Default rate on playback to 48000, case insensitive .wav compare.
Another MSVC project cleanup
Cleanups, finish merging win32 unicode display.
More Win32 unicode support and display fixes.
Cleanups; make win32 unicode support only get used on win32.
Add Win32 Unicode support and real-time progress updates (flush).
Added SSE optimized resampling functions which result in a 15 to 30 percent increase in encoding speed
Add some more explanatory comments to opusdec.c.
Some inconsequential string changes.
Add a manual gain knob to opusdec.
Update .gitignore. Fix 64-bit library paths.
Fixes MSVC projects and adds git version generator tool
Fixes WaveOut playback for 64 bit builds
When simulating packet loss in opusdec, use the real durations.
ca2f5b1c fixed the file vs wav output flag in one case but not the other.
Change MSVC project structure to match Opus. Fix SMP build.
Preface error messages with error, make set_lsb failures non-fatal.
Clamp LSB depth to avoid failures on weird files.
Add support for OPUS_SET_LSB_DEPTH.
Add MSVC project files for opusdec and opusinfo.
Add missing MSVC project files for opusenc.
This uses the native sndio interface instead of the OSS compatibility
Removing whitespace, fix inclusion of time.h.
Add MSVC project file, fixup Win32 portability.
Use _alloca if we don't have alloca for WIN32.
Remove requirements for lrintf/fminf/fmaxf, avoid alloca.h usage on win32.
Clean up some but not all C99isms.
Add support for the OPUS_SET_GAIN CTL if available.
Autoconf arguments to manually disable stackprotector/pie.