aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-0/+7
2009-03-25output: protect audio_output.open with the mutexMax Kellermann1-1/+6
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-09output: play from a music_pipe objectMax Kellermann1-10/+19
2009-02-28output: use GTimer instead of time_t for reopen after failureMax Kellermann1-3/+4
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-1/+1
2009-02-16output: include cleanupMax Kellermann1-1/+1
2009-02-16output_api: moved "enum output_command" to output_internal.hMax Kellermann1-0/+11
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann1-6/+6
2009-02-10output_internal: added missing output_api.h includeMax Kellermann1-0/+1
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-2/+0
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-1/+1
2008-12-28output: migrate from pthread to glib threadsThomas Jansen1-3/+2
2008-12-27notify: use GLib lockingMax Kellermann1-0/+1
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-29output: removed audio_output.resultMax Kellermann1-11/+0
2008-10-29output: delay reopen after device failureMax Kellermann1-0/+8
2008-10-29output: moved audioDeviceStates to audio_output.enabledMax Kellermann1-0/+5
2008-10-29output: use bool for return values and flagsMax Kellermann1-6/+6
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann1-1/+1
2008-09-24output: removed DEVICE_ON, DEVICE_OFFMax Kellermann1-0/+6
2008-09-24output: semi-asynchronous playbackMax Kellermann1-0/+12
2008-09-24output: document the audio_output elementsMax Kellermann1-4/+58
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-10/+33
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-3/+4
2008-08-26moved code to crossfade.cMax Kellermann1-9/+10
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-8/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-1/+1
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+0
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-3/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-2/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-3/+3
2006-08-06merge changes from mpd-tree:Warren Dukes1-3/+0
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-1/+1
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-1/+1
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-0/+2
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-1/+1
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-1/+0
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-14/+2