| Commit message (Expand) | Author | Age | Files | Lines |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -19/+0 |
* | output: removed keepAudioOutputAlive() declaration | Max Kellermann | 2008-09-09 | 1 | -1/+0 |
* | 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 | -21/+22 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -64/+3 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -4/+4 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -2/+3 |
* | pass constant pointers | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | const pointers in audioOutput.c | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | use size_t in audioOutput.c internals | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -2/+3 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -3/+3 |
* | fixed invalid C prototypes | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -0/+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 |
* | Adding a null output plugin. | J. Alexander Treuman | 2007-05-30 | 1 | -0/+1 |
* | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 2007-05-24 | 1 | -0/+2 |
* | 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 | -0/+10 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -12/+1 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -0/+1 |
* | Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN(); | Avuton Olrich | 2006-08-20 | 1 | -0/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -2/+2 |
* | audio: malloc reductions | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -32/+32 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 1 | -1/+13 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -0/+3 |
* | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 2005-03-08 | 1 | -0/+1 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -0/+5 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 1 | -2/+1 |
* | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 2004-11-02 | 1 | -0/+7 |
* | move audioOutput plugins to audioOutput directory | Warren Dukes | 2004-11-02 | 1 | -2/+0 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -2/+6 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -3/+6 |
* | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 2004-10-23 | 1 | -0/+6 |
* | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 2004-10-20 | 1 | -1/+1 |
* | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 2004-10-20 | 1 | -2/+5 |
* | some work on the new audioOutput layer | Warren Dukes | 2004-10-20 | 1 | -11/+5 |
* | add audioOutput.c | Warren Dukes | 2004-10-10 | 1 | -0/+6 |
* | beginnings of ao audioOutput plugin | Warren Dukes | 2004-09-08 | 1 | -0/+11 |
* | definition for audioOutput plugin interface | Warren Dukes | 2004-09-06 | 1 | -0/+61 |