Add tests for GET_LAST_PACKET_DURATION.
Fixes OPUS_GET_LAST_PACKET_DURATION
Add missing packet_get_nb_samples test coverage and fix test output.
Bump soname version to match the 1.0.x branch.
Link to the new Microsoft patent license.
Adds assert to catch bug from previous commit
Fixes a multi-frame FEC issue that was caught by valgrind
Adds explicit valgrind checks when ENABLE_VALGRIND is defined
Implements opus_packet_get_nb_samples()
Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()
Don't update the internal decoder state until we know the packet is valid
Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets
Remove MSVC incremental linking directives.
Do imdct post-rotate and deshuffle in-place.
Fixes forward MDCT for overlaps that aren't a multiple of 4
Fix packet length handling for 16-bit machines (makes no difference on 32-bit)
More comments in the PLC
Place output of imdct post-rotate and deshuffle in out buffer to avoid copying and simplify the code.
Window both sides of overlap when adding them.
Add a regression test for the padding issue.
Fixes an out-of-bounds read issue with the padding handling code
RTP draft updates addressing the rest of Tina's comments
Better comments in the PLC
Remove obsolete check for endianness.
Fixes an overflow in the fixed-point celt_sqrt() for large values.
Fixes many many issues in the CELT PLC
Addressing some of Tina's comments on the RTP draft
Improve the !OPUS_BUILD #error.
Allow the build files to override OPUS_EXPORT.
Remove obsolete #ifdef OPUS_BUILD.
Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.
More minor updates to RTP draft
Misc updates to the RTP draft
Reword 239e9a33 for better clarity.
Add support for RFC5576 source-level attributes.
Update Ogg draft to make it a WG item.
Tweaks to the new transient detector
Enable maintainer mode by default on automake 1.11
Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3
Fix the draft build.
Should make celt_maxabs*() slightly faster
RTP draft: Using sampling rates instead of bandwidths
Oops, fixes transient_analysis() for the right channel
Fixes a VBR bug caused by maxDepth not to be computed without dynalloc
Fix line endings on MSVC project files.
Add the new source files to the MSVC projects.
Better description of the the stereo signalling behaviour
Remove long-outdated comment
Fixes a quant_coarse_energy() hybrid mode bug
Fixes a bug where transient frames would use previous spreading
Disables tf_analysis() for hybrid mode
Fixes issues with multiple files defining CELT_C
Splits out the CELT encoder and decoder
Splits out the Opus multi-stream encoder and decoder
Changed denormalize_bands() to only work between "start" and "end"
Reduces stack in quant_all_bands() for hybrid mode
More stack usage reduction in quant_all_bands()
Removes the need for lowband_scratch in quant_all_bands()
Moved up the second encoder mdct to reduce stack usage
Reduces decoder stack usage
Further cleanup of the MDCT code, fixes PLC bug
Avoid copying imdct output
Various fixes to draft-terriberry-oggopus.xml
comb_filter() bypass for the case where the gain is zero.
Oops, put back the "static" for transient_analysis()
Fixes a fixed-point overflow in the new transient detector
Fixes a fixed-point divide-by-zero issue
New transient detection algorithm
Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for noticing.
Adds missing license headers on some scripts and test files
Keeping the deemphasis coefficients in local variable to avoid aliasing issues
Moves the pitch prefiltering code to a separate function
Fix several issues with multistream argument validation.
oops... fixes a C89 issue
Moved pre-emphasis to a separate function and cleaned it up
Optimizations to comb_filter()
Removes more indirections in celt.c
Removes a bunch of indirections from the CELT encoder and decoder
This should speed up deemphasis() quite a bit.
Take the PLC out of the stack size critical path
Fix MSVC linker warnings
Include process.h for _getpid on windows.
Fix the MSVC build.
Fix MSVC format conversion warnings.
Merge inverse mdct post-rotate and de-shuffle loops
Attempt to have at least two bands that are coded
cd doc && make is not the same as make -C doc
Fixes two bugs in the high-band attenuation code (gain_fade())
Fix minor issues reported by scan-build
Ignore files created by configure && make
Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream API
Fixes comment-in-comment warning
Fixes the high-band hybrid gain from the previous commit
Attenuates the HF in hybrid mode to match what SILK does below the cutoff
Fixes a fixed-point overflow in the new pitch code
Improvements to the pitch search