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
2022-07-09Fix C90-related warningsexp_warnings1Jean-Marc Valin
2020-10-28Add support for Meson build systemTim-Philipp Müller
2020-08-22Fix MSVC warning about trunction from double to floatNirbheek Chauhan
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-06-14Free all allocated memory in unit testsMark Harris
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
2016-08-10SSE2 implementation of the PVQ searchJean-Marc Valin
2015-12-04Fixes memory leak in some CELT unit testsJean-Marc Valin
2015-11-03Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox
2015-10-08armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-08test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-09-02Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2014-12-26armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
2014-10-12tests: fix linking for --enable-fixed-point on ARMv1.1.1-betaTristan Matthews
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2013-12-21Moves the bitrev step to the IMDCT pre-rotationJean-Marc Valin
2013-12-10Changes ABS16() and ABS32() to use fabs() in the float buildJean-Marc Valin
2013-07-16Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell
2013-07-16Fixes a number of double promotions and missing casts.Gregory Maxwell
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-05-22Use a table for PVQ encoding/decoding.Timothy B. Terriberry
2012-12-04Fixes forward MDCT for overlaps that aren't a multiple of 4Jean-Marc Valin
2012-12-02Updates MDCT unit testJean-Marc Valin
2012-10-30Adds missing license headers on some scripts and test filesJean-Marc Valin
2012-08-20Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.Gregory Maxwell
2012-08-06Fix fixed-point testilog2.Timothy B. Terriberry
2012-03-06Fix --enable-fixed-point-debug.Ralph Giles
2011-11-26Testing tools improvements (no impact on draft)Gregory Maxwell
2011-10-28Fixes a bug in ec_enc_done when no range coded data was coded and adds test c...Gregory Maxwell
2011-10-28Extend test_unit_entropy to test some patch_initial_bits corner cases.Gregory Maxwell
2011-10-27Test cleanups and renaming.Gregory Maxwell
2011-10-27Moves the main headers from src/ to include/Jean-Marc Valin
2011-10-04Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
2011-09-29Cleans up some leaking opus_custom symbols in celt/Gregory Maxwell
2011-09-14renames the libcelt/ directory to celt/Jean-Marc Valin
2011-04-29Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-17Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-12Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin