aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-196/+0
* output: renamed method namesMax Kellermann2008-09-091-12/+11
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-44/+11
* output: replace audio_output.*Func with audio_output.pluginMax Kellermann2008-09-071-17/+11
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-15/+16
* output: added output_api.hMax Kellermann2008-09-071-0/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-4/+4
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+2
* pass constant pointersMax Kellermann2008-08-291-1/+1
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-0/+1
* const pointers in audioOutput.cMax Kellermann2008-04-121-1/+2
* use free()/malloc() instead of realloc()Max Kellermann2008-04-121-2/+3
* use size_t in audioOutput.c internalsMax Kellermann2008-04-121-1/+1
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-3/+4
* use size_t for pcm_sizeOfConvBuffer() resultMax Kellermann2008-04-121-4/+4
* fix -Wconst warningsMax Kellermann2008-02-051-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-2/+1
* Tidying up some code.J. Alexander Treuman2007-06-091-17/+10
* Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman2007-05-301-1/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-6/+3
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-261-8/+6
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-241-4/+6
* Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman2007-05-221-5/+3
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* an attempted fix for bug 1368Warren Dukes2006-10-171-20/+26
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* audio: malloc reductionsEric Wong2006-08-011-33/+26
* remove deprecated myfprintf wrapperEric Wong2006-07-301-2/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-85/+98
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-161-0/+12
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-0/+18
* don't require format parameter for audio_output optionsWarren Dukes2005-06-051-1/+1
* forgot to parse the format string of audio_output'sWarren Dukes2005-05-291-11/+14
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-38/+70
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-081-9/+16
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+5
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-191-1/+1
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-1/+1
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-091-2/+0
* see if this fixes the clients disconnecting issuesWarren Dukes2004-11-081-2/+9
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-7/+82
* now np's OSS stuff actually worksWarren Dukes2004-11-021-1/+1
* begin integrating np's oss codeWarren Dukes2004-10-291-0/+2
* fix user being parsed as a pathWarren Dukes2004-10-281-0/+2
* merge shank-rewrite-config changesWarren Dukes2004-10-281-5/+35
* also, don't need the device open to send the metadataWarren Dukes2004-10-261-1/+1