Barnabás Pőcze
|
934ab3036e
|
treewide: use SPDX tags to specify copyright information
SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.
See https://spdx.dev for more information.
|
2023-02-16 10:54:48 +00:00 |
|
Wim Taymans
|
6e9e02b420
|
audioconvert: refactor peaks resampler
Use common code in macro and generate arch specific version.
Compile with -Ofast to optimize some fmaxf calls.
|
2022-09-07 16:00:31 +02:00 |
|
Wim Taymans
|
419517fd55
|
audioconvert: build C versions with -Ofast and -ffast-math
Move resampler implementations to a -c version.
Compile some of the functions with other flags to make them more
optimized.
|
2022-07-14 10:07:07 +02:00 |
|
Wim Taymans
|
0d1cef6b3a
|
audioconvert: move some things around
To make it easier to add other implementations later.
Improve selection of resampler function
|
2020-04-03 18:03:42 +02:00 |
|
Wim Taymans
|
d260cb19be
|
audioconvert: compile c version separately
Also compile the c versions in a separate module with their own
flags.
|
2019-03-28 21:07:53 +01:00 |
|