| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -5/+3 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -10/+10 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -117/+143 |
* | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 2006-07-17 | 1 | -1/+3 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -7/+7 |
* | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong | 2006-07-16 | 1 | -8/+26 |
* | volume: gracefully handle disconnected ALSA mixers | Eric Wong | 2006-07-16 | 1 | -24/+36 |
* | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 2006-07-15 | 1 | -30/+30 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | undo change 3081 | Warren Dukes | 2005-03-15 | 1 | -114/+0 |
* | - Add 'mute' command for testing | Avuton Olrich | 2005-03-14 | 1 | -0/+114 |
* | make PCM the default controller for the mixer | Warren Dukes | 2005-03-08 | 1 | -2/+2 |
* | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 2004-10-31 | 1 | -4/+4 |