| Commit message (Expand) | Author | Files | Lines |
2009-03-21 | move printAllOutputPluginTypes to output_list.c | Viliam Mateicka | 1 | -34/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2008-09-09 | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 1 | -196/+0 |
2008-09-09 | output: renamed method names | Max Kellermann | 1 | -12/+11 |
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -44/+11 |
2008-09-07 | output: replace audio_output.*Func with audio_output.plugin | Max Kellermann | 1 | -17/+11 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -15/+16 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -0/+1 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -4/+4 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -1/+2 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -0/+1 |
2008-04-12 | const pointers in audioOutput.c | Max Kellermann | 1 | -1/+2 |
2008-04-12 | use free()/malloc() instead of realloc() | Max Kellermann | 1 | -2/+3 |
2008-04-12 | use size_t in audioOutput.c internals | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -3/+4 |
2008-04-12 | use size_t for pcm_sizeOfConvBuffer() result | Max Kellermann | 1 | -4/+4 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -2/+1 |
2007-06-09 | Tidying up some code. | J. Alexander Treuman | 1 | -17/+10 |
2007-05-30 | Only call finishDriverFunc if there is one. The null plugin doesn't have | J. Alexander Treuman | 1 | -1/+2 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -6/+3 |
2007-05-26 | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 1 | -8/+6 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -4/+6 |
2007-05-22 | Split pcm_convertAudioFormat into separate functions for bitrate, channel, | J. Alexander Treuman | 1 | -5/+3 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-10-17 | an attempted fix for bug 1368 | Warren Dukes | 1 | -20/+26 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+1 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -1/+1 |
2006-08-01 | audio: malloc reductions | Eric Wong | 1 | -33/+26 |
2006-07-30 | remove deprecated myfprintf wrapper | Eric Wong | 1 | -2/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -85/+98 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+2 |
2006-07-16 | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 1 | -0/+12 |
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 | -0/+18 |
2005-06-05 | don't require format parameter for audio_output options | Warren Dukes | 1 | -1/+1 |
2005-05-29 | forgot to parse the format string of audio_output's | Warren Dukes | 1 | -11/+14 |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 1 | -38/+70 |
2005-03-08 | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 1 | -9/+16 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 1 | -0/+5 |
2004-11-19 | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 1 | -1/+1 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-11-09 | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 1 | -2/+0 |
2004-11-08 | see if this fixes the clients disconnecting issues | Warren Dukes | 1 | -2/+9 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 1 | -7/+82 |
2004-11-02 | now np's OSS stuff actually works | Warren Dukes | 1 | -1/+1 |
2004-10-29 | begin integrating np's oss code | Warren Dukes | 1 | -0/+2 |
2004-10-28 | fix user being parsed as a path | Warren Dukes | 1 | -0/+2 |