summaryrefslogtreecommitdiff
path: root/src/output_internal.h
AgeCommit message (Expand)Author
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann
2011-09-01Merge branch 'v0.16.x'Max Kellermann
2011-09-01output_thread: reimplement CANCEL synchronizationMax Kellermann
2011-08-30output_control: move code to audio_output_destruct()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2011-01-10player_control: removed the global variable "pc"Max Kellermann
2010-11-07Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann
2010-11-04output_internal: protect attribute "fail_timer" with mutexMax Kellermann
2010-05-02output_thread: call replay gain filter manuallyMax Kellermann
2010-05-02player_thread: move cross-fading to output threadMax Kellermann
2010-03-10output: added option "always_on" for radio stationsMax Kellermann
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-09output_thread: added command DRAINMax Kellermann
2009-10-29output: consistently lock audio output objectsMax Kellermann
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann
2009-08-15Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann
2009-08-14output: fixed shout stuck pause bugMax Kellermann
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann
2009-07-06output: added command REOPENMax Kellermann
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann
2009-03-25output: protect audio_output.open with the mutexMax Kellermann
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-09output: play from a music_pipe objectMax Kellermann
2009-02-28output: use GTimer instead of time_t for reopen after failureMax Kellermann
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann
2009-02-16output: include cleanupMax Kellermann
2009-02-16output_api: moved "enum output_command" to output_internal.hMax Kellermann
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann
2009-02-10output_internal: added missing output_api.h includeMax Kellermann
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann
2008-12-28output: migrate from pthread to glib threadsThomas Jansen
2008-12-27notify: use GLib lockingMax Kellermann
2008-10-31added prefix to header macrosMax Kellermann
2008-10-29output: removed audio_output.resultMax Kellermann
2008-10-29output: delay reopen after device failureMax Kellermann
2008-10-29output: moved audioDeviceStates to audio_output.enabledMax Kellermann
2008-10-29output: use bool for return values and flagsMax Kellermann
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann
2008-09-24output: removed DEVICE_ON, DEVICE_OFFMax Kellermann
2008-09-24output: semi-asynchronous playbackMax Kellermann
2008-09-24output: document the audio_output elementsMax Kellermann
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann