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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-03-01Making it easier to debug laplace testcaseJean-Marc Valin
2008-02-27fixed-point: exp_rotation() mostly converted (still need to convert the cos/sin)Jean-Marc Valin
2008-02-26C90-fying ectestJean-Marc Valin
2008-02-25MDCT is in fixed-point nowJean-Marc Valin
2008-02-25MDCT conversion, part I.Jean-Marc Valin
2008-02-24real fft snr comparison testcase includes DCJean-Marc Valin
2008-02-24Float FFT now does the same scaling as the fixed-point FFTJean-Marc Valin
2008-02-24minor tweak to FFTJean-Marc Valin
2008-02-24Added a mixed-precision version of the FFT with 32-bit data and 16-bit twiddles.Jean-Marc Valin
2008-02-22MDCT now scales down by N/2 instead of N/4. The factor two is moved to theJean-Marc Valin
2008-02-22testcase for the MDCT and IMDCTJean-Marc Valin
2008-02-22Increased precision for real FFTJean-Marc Valin
2008-02-22Fixed the FFT for higher precisionJean-Marc Valin
2008-02-22Fixed the real fft testsuite as wellJean-Marc Valin
2008-02-22Fixed stuff that got broken during the forward-backward split of the FFTJean-Marc Valin
2008-02-20making sure testcases have a non-zero error code when they failJean-Marc Valin
2008-02-20Testcase for laplace encoderJean-Marc Valin
2008-02-20Everything should now compile with a C89 compiler.Jean-Marc Valin
2008-02-19Updated the testcase for the latest issues found with libentcodeJean-Marc Valin
2008-02-14Now no divisions required in the cwrs codeJean-Marc Valin
2008-02-14Reduced useless calls to ncwrs64() by half.Jean-Marc Valin
2008-02-13Don't try to install the testcasesJean-Marc Valin
2008-02-08Split the radix functions into forward and backward versions, removed theJean-Marc Valin
2008-02-08Made pre-computed twiddles the same for forward and inverse FFTJean-Marc Valin
2008-02-08Changed ordering of real FFT freq data to something more aligned (it's notJean-Marc Valin
2008-02-08Fixed incorrect assumption about the number of bytes returned by theJean-Marc Valin
2008-02-08Real FFT cleanup, plus some testcasesJean-Marc Valin
2008-02-07Add a test for tell(). Turns out we can make it fail by writing zeros.Jean-Marc Valin
2008-02-01Got the Ogg encoder and decoder to (barely) work.Jean-Marc Valin
2008-01-31Fixed the default int32 type which was wrong on amd64 (and added testcase).Jean-Marc Valin
2008-01-31Moving everything to the same type abstraction (sort of).Jean-Marc Valin
2008-01-2864-bit test for cwrsJean-Marc Valin
2008-01-28testcase for 32-bit pulse encoding/decodingJean-Marc Valin
2008-01-28Moved the content of libentcode into libcelt to reduce dependencies,Jean-Marc Valin