| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | finish integrating in np's oss stuff | Warren Dukes | 2004-10-30 | 1 | -9/+9 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -29/+56 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -4/+7 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -15/+15 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -6/+7 |
* | clean up ACK error coding a little bit | Warren Dukes | 2004-06-04 | 1 | -8/+5 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | more software volume tweeks | Warren Dukes | 2004-04-11 | 1 | -2/+2 |
* | adjust scaling of software volume | Warren Dukes | 2004-04-11 | 1 | -8/+7 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -1/+1 |
* | for alsa mixer default to Master element, not the first element | Warren Dukes | 2004-04-01 | 1 | -33/+25 |
* | strcasecmp for mixer_control | Warren Dukes | 2004-03-24 | 1 | -2/+2 |
* | alsa volume fixes | Warren Dukes | 2004-03-23 | 1 | -5/+11 |
* | volume fixes | Warren Dukes | 2004-03-23 | 1 | -1/+21 |