Add basic .gitignore
opusenc.h needs to #include <stddef.h> because of size_t
Fix uninitialized var and memory leak on error
Support for Ambisonics.
Fix description and URL in pkg-config files
Adds OPE_GET_NB_STREAMS() and OPE_GET_NB_COUPLED_STREAMS(x)
Disable useless messages about disabled options
Removing unused autoconf options
Return OPE_UNIMPLEMENTED on unrecognized ctl
Another fix for ope_strerror
Ignore close errors in ope_encoder_destroy()
packet callbacks no longer return an error code
Handling failure from write and close callbacks
Removing OPE_UNRECOVERABLE
ope_encoder_deferred_init_with_mapping() no longer takes family 0
Forwarding errors from opus_multistream_encoder_create()
properly check for incorrect/unsupported mapping family
Add option to use picture from memory
More refactoring of the picture handling code
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