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.
Makefile.unix updates for flac support.
Add FLAC input support.
Distribute the getopt implementation for the msvc build.
Add win32/version.h to the distribution so it does some good.
Remove MSVC incremental linking directives.
Add a static win32/version.h for tarball builds.
Add -lm to the opusrtp build line.
Hide uncoupled in opusenc. It's being confused as something to increase quality.
Fix opusenc crash on win32 for large files; Length detection on 32bit.
Enable maintainer mode by default on automake 1.11
Conditionalize the opusrtp socket code.
Update Makefile.unix to work with mingw.
Simplify native-endian reader.
Add a native-endian int32 reader. Fixes an ARM warning.
Lower default bitrates for sampling rates <44.1k. Fix status output.
Fix opusrtp option handling.
Also reject streams where a second packet begins but is not completed on the header pages.
Reject inputs where there is more than one packet on the initial two pages.
Update the hard-coded opus payload type.
Warning fix: rename 'state' variable to 'headers'.
Print the packet duration as well as size when sending.
Accept filenames to send over rtp on the command line.
Calculate timestamps from packet durations.
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.