Print a useful error when pkg-config is missing
some extra checks to avoid crashing
Fix pull_api mode
Use snprintf() on newer MS compilers
Using _snprintf() on windows
Avoid crashing when setting the muxing delay early
limit decision_delay to MAX_LOOKAHEAD
Remove wav_permute_matrix[][]
Fixes LPC extension for the resampling case
Fixes shift_buffer() to actually preserve the first LPC_INPUT samples
Rename opusenc makefile shortcuts to libopusenc.
Update makefile for libopusenc.pc name change.
Update travis badge for the project rename.
Add travis build status badge to the readme.
travis: Require Ubuntu 14.04.
Add travis-ci.org build config.
package name is libopusenc
removing mentions of libogg
Fixes mixed declaration and code
Remove http from configure.ac
Add missing copyright header
Avoiding sign comparison warnings on the resampler
Avoiding using the packet after invalidated by oggp_commit_packet()
Using oggp_get_packet_buffer() instead of a fixed size on the stack
Call packet callback before committing the packet
Implement OPE_GET_* ctl() calls
Implement ope_strerror()
Return int error codes for pictures
Don't need libogg anymore, but we need libopus 1.1 for the frame size API
reenable SSE and full sinc table
Sync resampler with libspeexdsp
Add support for header gain
Remove const on OggOpusComments
Remove useless #includes
Documenting API parameters
FIXME no longer applies (was only for libogg code)
Properly support > 8 channels
Fix granulepos bug on empty streams
Remove use of ogg_packet
Remove use of Ogg integer types
Remove libogg-based implementation
make sampling rate, page sizes, and packet sizes 32-bit values
Using size_t for things that could be beyond 4GB
Using oggp_int32 instead of some usage of int and long
Add explicit user data for packet callback, add OPUS_GET_LOOKAHEAD, fix error code
Calling packet callback on headers too
oops, forgot a break in switch() statement
Making it possible to add a full comment string
Prefix OggOpusEnc functions with ope_encoder_
Fixing window generation
Computing the exact (I think) padding size
Adds windowing to the LPC output
Adding some LPC extension code
Preventing further damage when in unrecoverable error state
wip for handling unrecoverable errors
Properly cleanup on failure to open a file
Properly cleanup even when ope_drain() isn't called
Fix copyright (using libogg's CRC code)
split the calls for draining and destroying the object
Merge branch 'exp_oggpacker2'
setting the muxing delay
chaining seems to be working
Fix bos and eos (I think)
shifting the buffer to avoid growing it all the time
split pages seem to work
Adding some page-splitting code (not quite correct)
both ogg libraries side-by-side