aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
* timer: constant pointersMax Kellermann2008-09-09
* alsa: use blocking instead of non-blocking writeEric Wong2008-09-09
* alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong2008-09-08
* alsa: only run snd_config_update_free_global once atexitEric Wong2008-09-08
* alsa: move bitformat reading code out of the wayEric Wong2008-09-08
* alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong2008-09-08
* alsa: get rid of the needless canPause flagEric Wong2008-09-08
* alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-08
* alsa: optimistically try resuming from suspendEric Wong2008-09-08
* output: const plugin structuresMax Kellermann2008-09-08
* 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
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-07
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* made "sample_size" static constMax Kellermann2008-08-26
* moved jack configuration to the JackData structMax Kellermann2008-08-26
* jack: removed unused macrosMax Kellermann2008-08-26
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-26
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-26
* jack: added freeJackClient()Max Kellermann2008-08-26
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-26
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-26
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* jack: initialize audioOutput->dataMax Kellermann2008-06-13
* fixed another shadow warningMax Kellermann2008-04-12
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* whitespace cleanupMax Kellermann2008-04-12
* eliminated duplicate initializationMax Kellermann2008-03-26
* parse/initialize with the correct data typeMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* fixed invalid C prototypesMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-16
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-05
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* export FATAL() with noreturn attributeEric Wong2007-08-27
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-11
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-13
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-13
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-12
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-12
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-12
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-09