xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Switch iteration over channels to the do{}while(); construct in order to inform the...
[opus.git]
/
tests
/
2010-09-30
Gregory Maxwell
Updates tandem-test for more robust error reporting...
tree
|
commitdiff
2010-09-13
Jean-Marc Valin
Fixing tests on machines with no __builtin_clz()
tree
|
commitdiff
2010-08-26
Jean-Marc Valin
Disabling mdct and fft init code with static modes
tree
|
commitdiff
2010-08-25
Jean-Marc Valin
Updating dump_modes to include the MDCT and FFT. More...
tree
|
commitdiff
2010-08-02
Jean-Marc Valin
Remove useless use of "long", remove useless prototypes
tree
|
commitdiff
2010-07-28
Jean-Marc Valin
updated cwrs test for previous commit
tree
|
commitdiff
2010-07-23
Jean-Marc Valin
Cleanup, de-inlining some math functions
tree
|
commitdiff
2010-07-08
Jean-Marc Valin
Sharing twiddle factors across all MDCTs
tree
|
commitdiff
2010-07-07
Jean-Marc Valin
Some code cleanup in the FFT.
tree
|
commitdiff
2010-06-21
Jean-Marc Valin
Fixed testcase
tree
|
commitdiff
2010-06-21
Jean-Marc Valin
Removing old PCL, added plc.h
tree
|
commitdiff
2010-05-08
Jean-Marc Valin
API change: optional resynthesis
tree
|
commitdiff
2010-05-08
Jean-Marc Valin
Changing the encoder API to add the frame size
tree
|
commitdiff
2010-01-17
Jean-Marc Valin
Getting "make dist" to work again with the files that...
tree
|
commitdiff
2010-01-16
Thorvald Natvig
Change name of libcelt to libcelt0
tree
|
commitdiff
2009-11-22
Jean-Marc Valin
Renamed MDCT functions to avoid symbol clashes with...
tree
|
commitdiff
2009-10-24
Jean-Marc Valin
Added a SMALL_FOOTPRINT option
tree
|
commitdiff
2009-10-24
Jean-Marc Valin
Removing unused code in the entropy coder
tree
|
commitdiff
2009-10-22
Timothy B. Terriberry
Enhancements the fixed-point approximations of non...
tree
|
commitdiff
2009-10-18
Jean-Marc Valin
Removed the _t from all the celt*_t types to avoid...
tree
|
commitdiff
2009-10-17
Jean-Marc Valin
Changed all the celt*int*_t types to remove the _t...
tree
|
commitdiff
2009-10-16
Jean-Marc Valin
The number of channels is now set when creating the...
tree
|
commitdiff
2009-10-02
Jean-Marc Valin
Fix for some test program compat and an assertion that...
tree
|
commitdiff
2009-07-23
Jean-Marc Valin
Implemented "raw bits"
tree
|
commitdiff
2009-07-01
Gregory Maxwell
Fix compilation of test cases with fixed-debug enabled
tree
|
commitdiff
2009-06-28
Gregory Maxwell
Additional mathops.h tests.
tree
|
commitdiff
2009-06-05
Gregory Maxwell
Fixes for the tests in pseudo-stack mode.
tree
|
commitdiff
2009-05-27
Gregory Maxwell
Make ectest use random random numbers. Add a new test
tree
|
commitdiff
2009-05-26
Timothy B. Terriberry
CWRS clean-ups and optimizations.
tree
|
commitdiff
2008-12-23
Jean-Marc Valin
Unit tests now #include the relevant source files to...
tree
|
commitdiff
2008-12-21
Timothy B. Terriberry
Fix ectest to not check a case which isn't guaranteed...
tree
|
commitdiff
2008-11-11
Jean-Marc Valin
fixed test for cases where M_PI isn't defined
tree
|
commitdiff
2008-10-05
Jean-Marc Valin
Removing the 64-bit part of the range coder.
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Merge branch 'cwrs_speedup'
tree
|
commitdiff
2008-09-22
Timothy B.B Terriberry
Change cwrsi() to operate on rows of U instead of columns.
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Fixing the manual stack handling code
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Merge branch 'cwrs_speedup' (derf's cwrs changes)
tree
|
commitdiff
2008-09-19
Timothy B.B Terriberry
Change CWRS indexing to use Pyramid VQ's magnitude...
tree
|
commitdiff
2008-09-13
Jean-Marc Valin
Converted everything to 32-bit CWRS (using split after...
tree
|
commitdiff
2008-05-27
Jean-Marc Valin
Making the Laplace test case pass again
tree
|
commitdiff
2008-05-05
Jean-Marc Valin
Disabled pulse spreading until I can show it actually...
tree
|
commitdiff
2008-04-25
Jean-Marc Valin
Brought the mdct test-case with the recent changes...
tree
|
commitdiff
2008-04-22
Jean-Marc Valin
Moved the windowing from compute_inv_mdcts() to mdct_ba...
tree
|
commitdiff
2008-04-21
Jean-Marc Valin
Moved the windowing operation from compute_mdcts()...
tree
|
commitdiff
2008-04-20
Jean-Marc Valin
Further simplifications to comb2pulses() to remove...
tree
|
commitdiff
2008-04-18
Jean-Marc Valin
pseudo-stack no longer checks on every function entry...
tree
|
commitdiff
2008-04-18
Jean-Marc Valin
optimisation: Removed a bunch of conditional branches...
tree
|
commitdiff
2008-04-16
Jean-Marc Valin
optimisation: Making it clear to the compiler that...
tree
|
commitdiff
2008-04-10
Jean-Marc Valin
fixed a few warnings, no real change
tree
|
commitdiff
2008-04-05
Jean-Marc Valin
Fixed rsqrt testcase for float
tree
|
commitdiff
2008-04-05
Timothy B. Terriberry
Rework CWRS code.
tree
|
commitdiff
2008-03-26
Jean-Marc Valin
optimisation: defined a reciprocal square root (celt_rs...
tree
|
commitdiff
2008-03-26
Jean-Marc Valin
Fixed the rcp() testcase for new assumptions (x is...
tree
|
commitdiff
2008-03-18
Jean-Marc Valin
Random numbers should work on 16-bit archs.
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Adjusting/fixing warnings
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Added mathops-test
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Testcases should now work even when symbols aren't...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Changed the pulse spreading rotations so that the numbe...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
Defining RADIX_TWO_ONLY removes all butterflies, except...
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
fixed-point: exp_rotation() now fully converted, using...
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
cwrs32-test should be 16-bit clean now.
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
Laplace encoder now works with 16-bit frequencies
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
oops, fixed the Laplace testcase
tree
|
commitdiff
2008-03-01
Jean-Marc Valin
Making it easier to debug laplace testcase
tree
|
commitdiff
2008-02-27
Jean-Marc Valin
fixed-point: exp_rotation() mostly converted (still...
tree
|
commitdiff
2008-02-26
Jean-Marc Valin
C90-fying ectest
tree
|
commitdiff
2008-02-25
Jean-Marc Valin
MDCT is in fixed-point now
tree
|
commitdiff
2008-02-25
Jean-Marc Valin
MDCT conversion, part I.
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
real fft snr comparison testcase includes DC
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
Float FFT now does the same scaling as the fixed-point FFT
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
minor tweak to FFT
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
Added a mixed-precision version of the FFT with 32...
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
MDCT now scales down by N/2 instead of N/4. The factor...
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
testcase for the MDCT and IMDCT
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Increased precision for real FFT
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed the FFT for higher precision
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed the real fft testsuite as well
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed stuff that got broken during the forward-backward...
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
making sure testcases have a non-zero error code when...
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
Testcase for laplace encoder
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
Everything should now compile with a C89 compiler.
tree
|
commitdiff
2008-02-19
Jean-Marc Valin
Updated the testcase for the latest issues found with...
tree
|
commitdiff
2008-02-14
Jean-Marc Valin
Now no divisions required in the cwrs code
tree
|
commitdiff
2008-02-14
Jean-Marc Valin
Reduced useless calls to ncwrs64() by half.
tree
|
commitdiff
2008-02-13
Jean-Marc Valin
Don't try to install the testcases
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Split the radix functions into forward and backward...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Made pre-computed twiddles the same for forward and...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Changed ordering of real FFT freq data to something...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Fixed incorrect assumption about the number of bytes...
tree
|
commitdiff
2008-02-07
Jean-Marc Valin
Real FFT cleanup, plus some testcases
tree
|
commitdiff
2008-02-07
Jean-Marc Valin
Add a test for tell(). Turns out we can make it fail...
tree
|
commitdiff
2008-02-01
Jean-Marc Valin
Got the Ogg encoder and decoder to (barely) work.
tree
|
commitdiff
2008-01-31
Jean-Marc Valin
Fixed the default int32 type which was wrong on amd64...
tree
|
commitdiff
2008-01-31
Jean-Marc Valin
Moving everything to the same type abstraction (sort...
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
64-bit test for cwrs
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
testcase for 32-bit pulse encoding/decoding
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
Moved the content of libentcode into libcelt to reduce...
tree
|
commitdiff