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