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