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