| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: static audio_output_plugin list as array | Max Kellermann | 2008-09-08 | 1 | -17/+0 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -4/+5 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -12/+13 |
* | audio: don't pass "fd" to printAudioDevices() | Max Kellermann | 2008-09-07 | 1 | -7/+9 |
* | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 2008-09-07 | 1 | -12/+5 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | pass constant pointers | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-08-26 | 1 | -1/+0 |
* | audio.c: avoid magic numbers even if they have comments :) | Eric Wong | 2008-06-02 | 1 | -1/+1 |
* | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 2008-06-02 | 1 | -9/+13 |
* | const pointers in audio.c | Max Kellermann | 2008-04-12 | 1 | -5/+5 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -4/+3 |
* | use size_t in audio.c | Max Kellermann | 2008-04-12 | 1 | -4/+4 |
* | audio.c: unsigned int functions return unsigned ints, not size_t | Eric Wong | 2008-03-26 | 1 | -1/+1 |
* | audio: use a machine word for array sizes | Max Kellermann | 2008-03-26 | 1 | -17/+17 |
* | 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 |