Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05oopsexp_wipJean-Marc Valin
2012-12-04Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-12-04Don't update the internal decoder state until we know the packet is validJean-Marc Valin
2012-11-24Documentation update for the PLC/FEC changesJean-Marc Valin
2012-11-24test_opus_encode now passes with the new FEC/PLC codeJean-Marc Valin
2012-11-24Fixes a bug with the new FEC code and updates the test for the new behaviourJean-Marc Valin
2012-11-23PLC fixesJean-Marc Valin
2012-11-20Changes the PLC behaviour and fixes the FEC behaviour on concatenated packetsJean-Marc Valin
2012-11-20Tweaks to the new transient detectorJean-Marc Valin
2012-11-15Enable maintainer mode by default on automake 1.11Ralph Giles
2012-11-13Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius
2012-11-13Fix the draft build.Timothy B. Terriberry
2012-11-13Should make celt_maxabs*() slightly fasterJean-Marc Valin
2012-11-13RTP draft: Using sampling rates instead of bandwidthsJean-Marc Valin
2012-11-12Oops, fixes transient_analysis() for the right channelJean-Marc Valin
2012-11-12Fixes a VBR bug caused by maxDepth not to be computed without dynallocJean-Marc Valin
2012-11-09Fix line endings on MSVC project files.Ralph Giles
2012-11-09Add the new source files to the MSVC projects.Ralph Giles
2012-11-09Better description of the the stereo signalling behaviourJean-Marc Valin
2012-11-09Bump version.mk.Ralph Giles
2012-11-09Remove long-outdated commentJean-Marc Valin
2012-11-09Fixes a quant_coarse_energy() hybrid mode bugJean-Marc Valin
2012-11-09Fixes a bug where transient frames would use previous spreadingJean-Marc Valin
2012-11-08Disables tf_analysis() for hybrid modeJean-Marc Valin
2012-11-08Fixes issues with multiple files defining CELT_CJean-Marc Valin
2012-11-08Splits out the CELT encoder and decoderJean-Marc Valin
2012-11-08Splits out the Opus multi-stream encoder and decoderJean-Marc Valin
2012-11-07Changed denormalize_bands() to only work between "start" and "end"Jean-Marc Valin
2012-11-07Reduces stack in quant_all_bands() for hybrid modeJean-Marc Valin
2012-11-07More stack usage reduction in quant_all_bands()Jean-Marc Valin
2012-11-07Removes the need for lowband_scratch in quant_all_bands()Jean-Marc Valin
2012-11-07Moved up the second encoder mdct to reduce stack usageJean-Marc Valin
2012-11-05Reduces decoder stack usageJean-Marc Valin
2012-11-05Further cleanup of the MDCT code, fixes PLC bugJean-Marc Valin
2012-11-05Avoid copying imdct outputNils Wallménius
2012-11-04Various fixes to draft-terriberry-oggopus.xmlTimothy B. Terriberry
2012-11-03comb_filter() bypass for the case where the gain is zero.Jean-Marc Valin
2012-11-03Oops, put back the "static" for transient_analysis()Jean-Marc Valin
2012-11-03Fixes a fixed-point overflow in the new transient detectorJean-Marc Valin
2012-11-03Fixes a fixed-point divide-by-zero issueJean-Marc Valin
2012-11-03New transient detection algorithmJean-Marc Valin
2012-11-01Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for not...Gregory Maxwell
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-10-29Keeping the deemphasis coefficients in local variable to avoid aliasing issuesJean-Marc Valin
2012-10-29Moves the pitch prefiltering code to a separate functionJean-Marc Valin
2012-10-27Fix several issues with multistream argument validation.Gregory Maxwell
2012-10-24oops... fixes a C89 issueJean-Marc Valin
2012-10-24Moved pre-emphasis to a separate function and cleaned it upJean-Marc Valin
2012-10-24Optimizations to comb_filter()Jean-Marc Valin
2012-10-24Removes more indirections in celt.cJean-Marc Valin