Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replay_gain_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -145/+0 |
| | |||||
* | replay_gain_config: remove unused variable replay_gain_mode_names | Max Kellermann | 2013-01-04 | 1 | -5/+0 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -10/+11 |
| | | | | | | | | | | | | | | Replaced all occurrences of g_error() with MPD_ERROR() located in a new header file 'mpd_error.h'. This macro uses g_critical() to print the error message and then exits gracefully in contrast to g_error() which would internally call abort() to produce a core dump. The macro name is distinctive and allows to find all places with dubious error handling. The long-term goal is to get rid of MPD_ERROR() altogether. To facilitate the eventual removal of this macro it was added in a new header file rather than to an existing header file. This fixes #2995 and #3007. | ||||
* | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 2010-05-30 | 1 | -0/+5 |
| | |||||
* | replay_gain_config: added function replay_gain_get_real_mode() | Daniel Seuthe | 2010-05-18 | 1 | -0/+13 |
| | |||||
* | replay_gain: added mode "auto" | Daniel Seuthe | 2010-04-25 | 1 | -0/+5 |
| | |||||
* | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 2010-01-04 | 1 | -0/+126 |