| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 1 | -4/+4 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -7/+7 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -9/+1 |
* | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 2008-01-01 | 1 | -1/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -1/+1 |
* | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 2007-06-13 | 1 | -0/+1 |
* | Load shout first instead of last. This makes it more likely to block other | J. Alexander Treuman | 2007-06-12 | 1 | -1/+1 |
* | Load the shout plugin last. This will make sure it's played to last, | J. Alexander Treuman | 2007-06-10 | 1 | -1/+1 |
* | If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails, | J. Alexander Treuman | 2007-06-09 | 1 | -6/+10 |
* | Adding a null output plugin. | J. Alexander Treuman | 2007-05-30 | 1 | -0/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -7/+4 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | sparse: move extern declarations for plugins into header files | Eric Wong | 2007-01-14 | 1 | -9/+0 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -9/+9 |
* | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 2006-10-18 | 1 | -0/+2 |
* | add a sanity check assert | Warren Dukes | 2006-10-03 | 1 | -0/+3 |
* | fix the segfault for when no audio_output is found and none is detected (bug ... | Warren Dukes | 2006-10-03 | 1 | -10/+18 |
* | cleanup flushWarningBuffer() and make some for() loops in audio.c look and do... | Warren Dukes | 2006-10-03 | 1 | -8/+8 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |
* | audio.c: [trivial] remove unnecessary include | Eric Wong | 2006-08-26 | 1 | -1/+0 |
* | labels should be on the left most column, no tabbing | Warren Dukes | 2006-08-09 | 1 | -1/+1 |
* | Ok, don't use memcmp for comparing audio formats! | J. Alexander Treuman | 2006-08-07 | 1 | -1/+2 |
* | Eliminate unnecessary use of a variable | J. Alexander Treuman | 2006-08-07 | 1 | -2/+1 |
* | Use memcmp to compare audio formats | J. Alexander Treuman | 2006-08-07 | 1 | -2/+1 |
* | Reopen the audio device if the audio format has changed | J. Alexander Treuman | 2006-08-07 | 1 | -0/+4 |
* | audio: pause/resume-from-statefile bugfixes, | Eric Wong | 2006-08-01 | 1 | -45/+37 |
* | audio: malloc reductions | Eric Wong | 2006-08-01 | 1 | -28/+25 |
* | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 2006-08-01 | 1 | -63/+75 |
* | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 2006-08-01 | 1 | -21/+24 |
* | Standardize state_file handling routines. | Eric Wong | 2006-07-30 | 1 | -43/+5 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -9/+10 |
* | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman | 2006-07-26 | 1 | -2/+0 |
* | Adding fifo output plugin | J. Alexander Treuman | 2006-07-22 | 1 | -0/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -171/+195 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -11/+11 |
* | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong | 2006-07-16 | 1 | -5/+8 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -4/+9 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 1 | -1/+1 |
* | 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 |
* | Add PulseAudio support | J. Alexander Treuman | 2006-07-13 | 1 | -0/+2 |
* | Save audio output state in correct order. | J. Alexander Treuman | 2006-05-20 | 1 | -1/+1 |
* | Commit Jat's patch for bug 1281 | Qball Cow | 2006-05-08 | 1 | -11/+2 |
* | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 2006-04-05 | 1 | -2/+7 |
* | rewrite statefile code for audio devices | Eric Wong | 2006-03-18 | 1 | -102/+91 |
* | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 2005-08-23 | 1 | -0/+131 |
* | patch from Oliver Logghe for Hauppage Media MVP support | Warren Dukes | 2005-08-11 | 1 | -0/+2 |
* | add OS X configure stuff and added a skeleton audioOutput plugin for OS X | Warren Dukes | 2005-03-13 | 1 | -0/+2 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -3/+5 |