| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
All config_get_block_*() functions should accept constant config_param
pointers.
|
|
|
|
| |
Renamed functions, types, variables.
|
|
|
|
| |
Moved the software volume code to a separate library.
|
|
|
|
|
| |
os_compat.h is deprecated and should be replaced with well-defined
standard headers.
|
|
|
|
| |
Eliminated deprecated libraries.
|
|
|
|
|
|
|
| |
The currently replay_gain_apply() implementation duplicates code from
pcm_volume(), except that it uses a floating point scale. Eliminate
all duplicated code from and make it utilize the pcm_volume() library
function. This introduces replay gain support for 24 bit audio.
|
|
|
|
|
| |
Having an array instead of individual variables allows the use of the
replay_gain_mode enum as an array index.
|
|
|
|
| |
Prefer C enums over CPP macros.
|
|
|
|
| |
The author's name is already mentioned in the copyright declaration.
|
|
|
|
| |
Renamed functions and variables.
|
|
No CamelCase file names.
|