| Commit message (Expand) | Author | Files | Lines |
2008-08-30 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -12/+1 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -2/+0 |
2008-04-12 | const pointers in audio.c | Max Kellermann | 1 | -5/+6 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | use size_t in audio.c | Max Kellermann | 1 | -1/+1 |
2008-04-12 | moved expression to audioFormatSizeToTime() | Max Kellermann | 1 | -0/+5 |
2008-03-26 | audio: use a machine word for array sizes | Max Kellermann | 1 | -3/+3 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -2/+1 |
2008-01-01 | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 1 | -1/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -8/+8 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -2/+2 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 1 | -2/+2 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -3/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -2/+2 |
2006-07-16 | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 1 | -0/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-05-08 | Commit Jat's patch for bug 1281 | Qball Cow | 1 | -0/+2 |
2006-03-18 | rewrite statefile code for audio devices | Eric Wong | 1 | -2/+0 |
2005-08-23 | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 1 | -0/+4 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 1 | -0/+2 |
2004-11-02 | new command "devices", prints devices and their states | Warren Dukes | 1 | -0/+2 |
2004-11-02 | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 1 | -0/+6 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 1 | -0/+3 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 1 | -0/+2 |
2004-10-26 | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 1 | -1/+1 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -0/+5 |
2004-10-23 | configure shout encoding quality and audio format | Warren Dukes | 1 | -0/+2 |
2004-10-20 | minor little changes to audio junk | Warren Dukes | 1 | -2/+0 |
2004-09-06 | definition for audioOutput plugin interface | Warren Dukes | 1 | -1/+0 |
2004-06-19 | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 1 | -0/+2 |
2004-05-10 | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 1 | -2/+8 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-12 | volatile fun-ness | Warren Dukes | 1 | -3/+3 |
2004-04-11 | more volatile stuff | Warren Dukes | 1 | -3/+3 |
2004-04-11 | add --disable-audio configure option | Warren Dukes | 1 | -4/+0 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -0/+2 |
2004-02-27 | audio cleanups | Warren Dukes | 1 | -1/+1 |
2004-02-27 | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 1 | -3/+5 |