Fix use of uninitialized serialno
Fix use of uninitialized fields
Fix ope_encoder_drain() assertion failure
picture.c: Fix signed shift undefined behavior
Add gitlab integration tests.
doc: Use relative paths for reproducible builds
Tweak .gitignore to include all vim metadata files
Fixes a crash on destroy with the pull API
Don't leak comments on failure in opusenc_example.c
Fixes a gapless buffering bug
resample: fix UINT32_MAX fallback
Don't overrun buffer on oom if assertions disabled
Avoid reserved identifiers for macros/functions
Remove unused macros, typedef, and header file
Use fast resampler on MSVC builds to match others
resample: Update from upstream speexdsp
Use ambisonics families 2 and 3 instead of 254 and 253
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