aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-293-4/+4
* Merge branch 'mk/client-merge'Eric Wong2008-09-122-10/+11
|\
| * fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-092-10/+11
* | alsa: re-enable-nonblocking, but sleep if busyEric Wong2008-09-101-7/+9
|/
* alsa: use blocking instead of non-blocking writeEric Wong2008-09-081-1/+6
* alsa: show more debugging informationEric Wong2008-09-081-10/+14
* alsa: cleanup the mmap logic a bitEric Wong2008-09-081-8/+6
* alsa: snd_pcm_sw_params_set_xfer_align is deprecatedEric Wong2008-09-081-3/+0
* alsa: only run snd_config_update_free_global once atexitEric Wong2008-09-071-3/+7
* alsa: move bitformat reading code out of the wayEric Wong2008-09-071-16/+12
* alsa: always print the period_time we setEric Wong2008-09-071-2/+1
* alsa: avoid unnecessary heap usage if we don't set a device nameEric Wong2008-09-071-11/+12
* alsa: get rid of the needless canPause flagEric Wong2008-09-071-3/+0
* alsa: avoid reassigning ad->writeiEric Wong2008-09-071-7/+4
* alsa: add reasoning for the non-portable macroEric Wong2008-09-071-0/+2
* alsa: capitalize "ALSA" consistently in messagesEric Wong2008-09-071-16/+9
* alsa: optimistically try resuming from suspendEric Wong2008-09-071-11/+12
* alsa: extra debugging outputs to fix suspend/hibernateEric Wong2008-09-071-3/+9
* alsa: cleanup debug assignment of the "cmd" variableEric Wong2008-09-071-66/+50
* tag: fix the shout and oggflac pluginsMax Kellermann2008-09-021-5/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-4/+4
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* use deconst_ptr instead of duplicating deconst logicEric Wong2008-09-012-24/+9
* jack: made "sample_size" static constMax Kellermann2008-08-311-1/+1
* moved jack configuration to the JackData structMax Kellermann2008-08-311-49/+64
* jack: removed unused macrosMax Kellermann2008-08-311-10/+0
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-311-5/+5
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-311-6/+2
* jack: added freeJackClient()Max Kellermann2008-08-311-13/+25
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-311-5/+5
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-311-6/+0
* converted MpdTagItem.type to an enumMax Kellermann2008-08-301-0/+2
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-304-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