aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-12shout: introduce pluggable encoder APIEric Wollesen3-55/+177
2008-09-12shout: send shout metadataEric Wollesen3-5/+19
2008-09-12shout: added struct _ogg_vorbis_dataMax Kellermann2-56/+73
2008-09-12shout: added shout_bufferEric Wollesen3-46/+102
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann3-153/+210
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann2-40/+69
2008-09-12shout: removed commented codeMax Kellermann1-4/+0
2008-09-12shout: no CamelCaseMax Kellermann1-194/+194
2008-09-11shout: use reqAudioFormat instead of outAudioFormatMax Kellermann1-1/+1
2008-09-11shout: copy the audio_format, instead of taking a pointerMax Kellermann1-13/+12
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