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-10-24This should speed up deemphasis() quite a bit.Jean-Marc Valin
2012-10-24Take the PLC out of the stack size critical pathJean-Marc Valin
2012-10-24Fix MSVC linker warningsJoshua Bowman
2012-10-24Include process.h for _getpid on windows.Ralph Giles
2012-10-23Fix the MSVC build.Joshua Bowman
2012-10-23Fix MSVC format conversion warnings.Ralph Giles
2012-10-21Merge inverse mdct post-rotate and de-shuffle loopsNils Wallménius
2012-10-20Attempt to have at least two bands that are codedJean-Marc Valin
2012-10-20cd doc && make is not the same as make -C docRon
2012-10-17Fix an indentation issue.Ralph Giles
2012-10-16Fixes two bugs in the high-band attenuation code (gain_fade())Jean-Marc Valin
2012-10-11Fix minor issues reported by scan-buildPhilip Jägenstedt
2012-10-11Ignore files created by configure && makePhilip Jägenstedt
2012-10-11Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream APIJean-Marc Valin
2012-10-10Fixes comment-in-comment warningJean-Marc Valin
2012-10-10Fixes the high-band hybrid gain from the previous commitJean-Marc Valin
2012-10-10Attenuates the HF in hybrid mode to match what SILK does below the cutoffKoen Vos
2012-10-10Fixes a fixed-point overflow in the new pitch codeJean-Marc Valin
2012-10-10Improvements to the pitch searchKoen Vos
2012-10-10Using floor(.5+x) instead of lrint(x) for C90 compilersJean-Marc Valin
2012-10-10Fixes a bug in the LSB_DEPTH code introduced in cf1053dcJean-Marc Valin
2012-10-10copysignf() was C99-onlyJean-Marc Valin
2012-10-09Fixes a fixed-point stereo savings issue causing a celt_ilog2(0)Jean-Marc Valin
2012-10-09Fixes Makefile.unixJean-Marc Valin
2012-10-09Gets rid of unused boost analysis code that never worked anyway.Jean-Marc Valin
2012-10-09Merge branch 'exp_analysis7'Jean-Marc Valin
2012-10-09Tuning the speech/music probability modelexp_analysis7Jean-Marc Valin
2012-10-07remove GNUism from install doc commandHanspeter Niederstrasser
2012-10-06Fix typo in documentation for opus_decoder_create().Gregory Maxwell
2012-09-28Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap.Gregory Maxwell
2012-09-27Typo: FIND_PITCH_BANDWI(D)TH_EXPANSIONPhilip Jägenstedt
2012-09-27Fix common misspellingsPhilip Jägenstedt
2012-09-26Add some more multistream encoder API tests.Gregory Maxwell
2012-09-25Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.Gregory Maxwell
2012-09-21Saves channels*overlap*4 bytes off the state encoderJean-Marc Valin
2012-09-21Reduces rate/max rate to make room for redundancyJean-Marc Valin
2012-09-19Just fix opus-uninstalled.pc instead of tweaking the build dirRon
2012-09-19Replace 'maximum frame size' with 'maximum packet duration' in the docs.Gregory Maxwell
2012-09-19Fixes a CELT->hybrid switching issueJean-Marc Valin
2012-09-19Link the include dir into out-of-tree build dirsRon
2012-09-17Move libm in pkgconf to Libs.private to avoid spurious dependencies.Gregory Maxwell
2012-09-17Opus custom requires libm unconditionally.Ralph Giles
2012-09-17Add -lm to the pkg-config link line.Ralph Giles
2012-09-17Remove FLOATING_POINT from config.h.Ralph Giles
2012-09-17Remove 'low-delay' from the pkg-config description.Ralph Giles
2012-09-17Capitalize Opus in the pkg-config file comment header.Ralph Giles
2012-09-16Add a make install instruction to the README.Gregory Maxwell
2012-09-15s/SHL/SHL16/Jean-Marc Valin
2012-09-14Shrinks tansig table, makes data static constJean-Marc Valin
2012-09-14Makes dynalloc more conservative for CBR and CVBRJean-Marc Valin