| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | volume: added PIPE_EVENT_MIXER | Max Kellermann | 2009-10-21 | 1 | -0/+16 |
* | state_file: save only if something has changed | Max Kellermann | 2009-10-08 | 1 | -0/+6 |
* | state_file: don't rewind the stream while reading the state file | Max Kellermann | 2009-07-15 | 1 | -14/+12 |
* | output: use the software mixer plugin | Max Kellermann | 2009-07-06 | 1 | -71/+8 |
* | volume: moved range check to handle_setvol() | Max Kellermann | 2009-07-06 | 1 | -10/+9 |
* | volume, mixer: removed the "relative" parameter | Max Kellermann | 2009-07-06 | 1 | -25/+19 |
* | mixer_type: moved volume_mixer_type from volume.c | Max Kellermann | 2009-07-06 | 1 | -21/+22 |
* | volume: removed support for legacy mixer configuration | Max Kellermann | 2009-06-25 | 1 | -85/+2 |
* | conf: eliminated CamelCase | Max Kellermann | 2009-06-03 | 1 | -5/+5 |
* | volume: changed "default" to "DISABLED" in switch statement | Max Kellermann | 2009-05-28 | 1 | -1/+4 |
* | volume: converted volume_mixer_type to an enum | Max Kellermann | 2009-05-28 | 1 | -5/+6 |
* | volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT" | Max Kellermann | 2009-05-28 | 1 | -1/+0 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | volume: moved code to mixer_all.c | Max Kellermann | 2009-03-14 | 1 | -30/+5 |
* | volume: use bool instead of int | Max Kellermann | 2009-03-14 | 1 | -6/+6 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | audio: moved mixer functions to mixer_control.c | Max Kellermann | 2009-03-12 | 1 | -1/+1 |
* | volume: removed unused variable "default_mixer" | Max Kellermann | 2009-03-12 | 1 | -1/+0 |
* | mixer: adding code to optionally disable all hw mixers | Viliam Mateicka | 2009-03-02 | 1 | -0/+3 |
* | volume: throttle access to hardware mixers | Max Kellermann | 2009-02-28 | 1 | -1/+24 |
* | mixer: Add "disabled" mixer_type. | Avuton Olrich | 2009-02-26 | 1 | -0/+3 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 2009-01-25 | 1 | -21/+69 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -5/+5 |
* | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 2009-01-11 | 1 | -0/+2 |
* | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 2009-01-07 | 1 | -1/+1 |
* | don't include utils.h when it isn't used | Max Kellermann | 2009-01-03 | 1 | -2/+3 |
* | mixer: renamed mix_* options to mixer_* | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -419/+89 |
* | volume: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -26/+29 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -4/+6 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -1/+3 |
* | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen | 2008-12-02 | 1 | -1/+1 |
* | volume: eliminate alloca() usage | Max Kellermann | 2008-11-14 | 1 | -11/+4 |
* | volume: moved code to oss_mixer_find() | Max Kellermann | 2008-11-14 | 1 | -14/+23 |
* | pcm_volume: added constant PCM_VOLUME_1 | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | pcm_utils: added inline function pcm_float_to_volume() | Max Kellermann | 2008-11-11 | 1 | -2/+3 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -1/+3 |
* | command: added command "idle" | Max Kellermann | 2008-10-14 | 1 | -0/+3 |
* | start using prefixcmp() | Eric Wong | 2008-09-23 | 1 | -8/+4 |
* | volume: oops, only #include <alloca.h> if OSS is enabled | Eric Wong | 2008-09-23 | 1 | -1/+0 |
* | oss: avoid heap allocations when configuring mixer | Eric Wong | 2008-09-23 | 1 | -13/+13 |
* | volume: don't pass "fd" to changeVolumeLevel() | Max Kellermann | 2008-09-07 | 1 | -17/+9 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+3 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 1 | -1/+0 |