| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -6/+6 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -8/+8 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -7/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -2/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -1/+1 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | labels should be on the left most column, no tabbing | Warren Dukes | 2006-08-09 | 1 | -1/+2 |
* | software volume can now be saved and read from the state file | Eric Wong | 2006-07-30 | 1 | -0/+35 |