Sebastian Dröge
|
667b856cbc
|
adder: Remove caching of the processing function
The compiler will generate a hashtable from the switch-case, and
we need to call functions explicitely for the volume!=1.0 cases
anyway.
|
2013-05-30 23:56:52 +02:00 |
|
Sebastian Dröge
|
a76ade2d78
|
adder: Add support for per-stream volumes
|
2013-05-30 23:56:52 +02:00 |
|
Sebastian Dröge
|
addb07bc58
|
adder: Add optimized orc code for F64 processing
|
2013-05-30 23:56:52 +02:00 |
|
Wim Taymans
|
ebb4116412
|
adder: prefix orc functions with adder_orc_
|
2012-07-23 17:27:46 +02:00 |
|
Wim Taymans
|
dd819ddc6b
|
orc: avoid precompilation
Avoid compiling all the functions at startup but compile only what's needed when
needed.
|
2012-03-20 15:37:42 +01:00 |
|
Sebastian Dröge
|
8ba4b70118
|
Revert "Revert "Use init functions for Orc code""
This reverts commit 93aa13639d .
Everything should work now after regenerating the disted source files.
|
2010-09-09 10:57:41 +02:00 |
|
Wim Taymans
|
93aa13639d
|
Revert "Use init functions for Orc code"
This reverts commit b2051090b4 .
Fixes the build again until someone pushes the regenerated .c/.h
files too.
|
2010-08-27 11:49:47 +02:00 |
|
David Schleef
|
b2051090b4
|
Use init functions for Orc code
|
2010-08-26 17:03:13 -07:00 |
|
David Schleef
|
c4ab9c0de8
|
adder: convert from liboil to orc
|
2010-06-07 23:58:53 -07:00 |
|