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