| Commit message (Expand) | Author | Files | Lines |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 4 | -4/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 8 | -91/+87 |
2013-08-07 | add missing includes | Max Kellermann | 2 | -0/+4 |
2013-08-07 | filter/Route: don't access PcmBuffer attributes directly | Max Kellermann | 1 | -5/+5 |
2013-08-04 | FilterPlugin: pass config_param reference | Max Kellermann | 8 | -14/+15 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 9 | -93/+85 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -0/+1 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 4 | -27/+16 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 2 | -5/+5 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 5 | -7/+7 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 13 | -586/+413 |
2013-02-02 | filter/*: don't use GLib macros | Max Kellermann | 6 | -26/+20 |
2013-02-01 | filter/Chain: use std::forward_list instead of GSList | Max Kellermann | 1 | -41/+20 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 9 | -80/+79 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 2 | -2/+2 |
2013-01-31 | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2 | -12/+13 |
2013-01-31 | filter/convert: remove unused attribute | Max Kellermann | 1 | -5/+0 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -8/+9 |
2013-01-30 | filter/convert: convert to C++ | Max Kellermann | 4 | -65/+69 |
2013-01-30 | filter/autoconvert: include cleanup | Max Kellermann | 1 | -5/+3 |
2013-01-30 | conf.h: move the GQuark to ConfigQuark.hxx | Max Kellermann | 1 | -0/+1 |
2013-01-30 | filter/chain, encoder: GLib include cleanup | Max Kellermann | 1 | -0/+2 |
2013-01-29 | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | filter/replay_gain: convert to C++ | Max Kellermann | 2 | -14/+18 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2 | -11/+20 |
2012-08-15 | filter/volume: include cleanup | Max Kellermann | 1 | -1/+0 |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -0/+1 |
2012-03-21 | audio_format: remove the reverse_endian attribute | Max Kellermann | 4 | -6/+0 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 2 | -2/+2 |
2011-10-10 | audio_format: convert reverse_endian to a "bool" | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 13 | -13/+13 |
2010-08-23 | ReplayGain filter: allow gain > 100 % | Johan Kiviniemi | 1 | -3/+11 |
2010-06-06 | filter/route: fixed unsigned/signed comparison | Max Kellermann | 1 | -1/+1 |
2010-05-30 | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 1 | -5/+2 |
2010-05-18 | replay_gain_config: added function replay_gain_get_real_mode() | Daniel Seuthe | 1 | -11/+2 |
2010-05-02 | filter/replay_gain: removed duplicate *dest_size_r assignment | Max Kellermann | 1 | -1/+0 |
2010-04-25 | replay_gain: added mode "auto" | Daniel Seuthe | 1 | -3/+16 |
2010-02-17 | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 2 | -0/+58 |
2010-02-17 | replay_gain: fall back to track gain if album gain is unavailable | Max Kellermann | 1 | -2/+3 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 2 | -0/+230 |
2010-02-15 | filter/volume: assign dest_size_r early, eliminate one | Max Kellermann | 1 | -4/+3 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 11 | -11/+11 |
2009-12-25 | filter: added the "autoconvert" filter plugin | Max Kellermann | 2 | -0/+203 |
2009-12-25 | filter_plugin: allow open() to force an input format | Max Kellermann | 6 | -33/+47 |
2009-12-25 | filter/volume: support 32 bit samples | Max Kellermann | 1 | -8/+0 |
2009-12-25 | filter/route: check configured channel count in method init() | Max Kellermann | 1 | -8/+9 |
2009-12-25 | filter/route: route_filter_parse() returns bool | Max Kellermann | 1 | -3/+6 |
2009-12-25 | filter/chain: return NULL if a filter() method has failed | Max Kellermann | 1 | -1/+1 |