aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-291-8/+8
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* made "sample_size" static constMax Kellermann2008-08-261-1/+1
* moved jack configuration to the JackData structMax Kellermann2008-08-261-49/+64
* jack: removed unused macrosMax Kellermann2008-08-261-10/+0
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-261-5/+5
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-261-6/+2
* jack: added freeJackClient()Max Kellermann2008-08-261-13/+25
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-261-5/+5
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-261-6/+0
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-0/+2
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-264-6/+8
* jack: initialize audioOutput->dataMax Kellermann2008-06-131-1/+3
* fixed another shadow warningMax Kellermann2008-04-121-11/+11
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-1210-31/+59
* yet more unsigned integersMax Kellermann2008-04-121-1/+1
* whitespace cleanupMax Kellermann2008-04-121-7/+7
* eliminated duplicate initializationMax Kellermann2008-03-262-4/+4
* parse/initialize with the correct data typeMax Kellermann2008-03-261-1/+1
* explicitly downcastMax Kellermann2008-03-262-3/+3
* fix -Wconst warningsMax Kellermann2008-02-051-6/+11
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-44/+44
* fixed invalid C prototypesMax Kellermann2008-01-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-039-60/+12
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-161-0/+4
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-052-13/+7
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-272-4/+4
* export FATAL() with noreturn attributeEric Wong2007-08-271-3/+1
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-111-27/+80
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-131-9/+9
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+299
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-121-2/+2
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-121-2/+13
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-121-96/+29
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-091-8/+76
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes2007-06-081-1/+3
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-301-74/+19
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+129
* Fix compilation error (missing ,)Avuton Olrich2007-05-271-1/+1
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-3/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-263-45/+24
* Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman2007-05-231-18/+13
* Only a few changes in jack_playAudio.José Anarch2007-04-111-13/+19
* Now process and playAudio use mutexes.José Anarch2007-04-091-52/+20
* Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman2007-04-091-2/+1
* The massive copyright updateAvuton Olrich2007-04-058-9/+9
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* Fix some error messages concerning _ao output driverQball Cow2007-01-211-2/+2