| Commit message (Expand) | Author | Age | Files | Lines |
* | MixerInternal: convert to class | Max Kellermann | 2013-04-16 | 2 | -5/+5 |
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 5 | -7/+7 |
* | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 1 | -1/+1 |
* | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2013-02-02 | 13 | -586/+413 |
* | filter/*: don't use GLib macros | Max Kellermann | 2013-02-02 | 6 | -26/+20 |
* | filter/Chain: use std::forward_list instead of GSList | Max Kellermann | 2013-02-01 | 1 | -41/+20 |
* | filter: convert to C++ | Max Kellermann | 2013-02-01 | 9 | -80/+79 |
* | pcm_*: convert to C++ | Max Kellermann | 2013-01-31 | 2 | -2/+2 |
* | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2013-01-31 | 2 | -12/+13 |
* | filter/convert: remove unused attribute | Max Kellermann | 2013-01-31 | 1 | -5/+0 |
* | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -8/+9 |
* | filter/convert: convert to C++ | Max Kellermann | 2013-01-30 | 4 | -65/+69 |
* | filter/autoconvert: include cleanup | Max Kellermann | 2013-01-30 | 1 | -5/+3 |
* | conf.h: move the GQuark to ConfigQuark.hxx | Max Kellermann | 2013-01-30 | 1 | -0/+1 |
* | filter/chain, encoder: GLib include cleanup | Max Kellermann | 2013-01-30 | 1 | -0/+2 |
* | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+1 |
* | filter/replay_gain: convert to C++ | Max Kellermann | 2013-01-07 | 2 | -14/+18 |
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 2 | -11/+20 |
* | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-15 | 1 | -1/+0 |
|\ |
|
| * | filter/volume: include cleanup | Max Kellermann | 2012-08-15 | 1 | -1/+0 |
* | | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 2012-08-02 | 1 | -0/+1 |
|/ |
|
* | audio_format: remove the reverse_endian attribute | Max Kellermann | 2012-03-21 | 4 | -6/+0 |
* | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 2011-10-10 | 2 | -2/+2 |
* | audio_format: convert reverse_endian to a "bool" | Max Kellermann | 2011-10-10 | 1 | -1/+1 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 13 | -13/+13 |
* | ReplayGain filter: allow gain > 100 % | Johan Kiviniemi | 2010-08-23 | 1 | -3/+11 |
* | filter/route: fixed unsigned/signed comparison | Max Kellermann | 2010-06-06 | 1 | -1/+1 |
* | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 2010-05-30 | 1 | -5/+2 |
* | replay_gain_config: added function replay_gain_get_real_mode() | Daniel Seuthe | 2010-05-18 | 1 | -11/+2 |
* | filter/replay_gain: removed duplicate *dest_size_r assignment | Max Kellermann | 2010-05-02 | 1 | -1/+0 |
* | replay_gain: added mode "auto" | Daniel Seuthe | 2010-04-25 | 1 | -3/+16 |
* | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 2010-02-17 | 2 | -0/+58 |
* | replay_gain: fall back to track gain if album gain is unavailable | Max Kellermann | 2010-02-17 | 1 | -2/+3 |
* | replay_gain: reimplement as a filter plugin | Max Kellermann | 2010-02-17 | 2 | -0/+230 |
* | filter/volume: assign dest_size_r early, eliminate one | Max Kellermann | 2010-02-15 | 1 | -4/+3 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 11 | -11/+11 |
* | filter: added the "autoconvert" filter plugin | Max Kellermann | 2009-12-25 | 2 | -0/+203 |
* | filter_plugin: allow open() to force an input format | Max Kellermann | 2009-12-25 | 6 | -33/+47 |
* | filter/volume: support 32 bit samples | Max Kellermann | 2009-12-25 | 1 | -8/+0 |
* | filter/route: check configured channel count in method init() | Max Kellermann | 2009-12-25 | 1 | -8/+9 |
* | filter/route: route_filter_parse() returns bool | Max Kellermann | 2009-12-25 | 1 | -3/+6 |
* | filter/chain: return NULL if a filter() method has failed | Max Kellermann | 2009-12-25 | 1 | -1/+1 |
* | filter: added normalize filter plugin | Max Kellermann | 2009-12-14 | 1 | -0/+123 |
* | Fixed memory leak on incorrect route configuration | Albin Eldstål-Damlin | 2009-12-14 | 1 | -0/+4 |
* | Split filter_config into its own module | Albin Eldstål-Damlin | 2009-12-14 | 2 | -109/+0 |
* | Error reporting, pcm_buffer, performance tweaks | Albin Eldstål-Damlin | 2009-12-14 | 1 | -52/+48 |
* | Initial filter chain and filter configuration for outputs. | Albin Eldstål-Damlin | 2009-12-14 | 2 | -0/+111 |
* | Initial (statically configured) route filter plugin | Albin Eldstål-Damlin | 2009-12-14 | 1 | -0/+345 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -2/+3 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 4 | -0/+4 |