Don't trim the last frame below 20 ms to avoid switching mode
OPE_[GS]ET_HEADER_GAIN has only one argument
Add ope_encoder_deferred_init_with_mapping()
Trimming the end of files like opus-tools did
Fix allocation failure cleanup
VS2015: add missing unicode_support files
Add VS projects to make dist
Add appveyor
Add Visual Studio 2015 projects
Avoid undefined behavior in oggp_get_next_page
Fixes ope_encoder_drain() bug
g_old_output_cp is no longer needed
Relax JPEG check to allow EXIF metadata
Add Windows UTF8 support
Fixes uninitialized seen_file_icons
Remove comment_replace_vendor_string() which is now useless
Avoid symbol collisions (especially with static linking)
Avoiding symbol collisions for the picture code
fixes lookahead when application is changed
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)