index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output_internal.h
Age
Commit message (
Expand
)
Author
2011-09-19
output_plugin: the plugin allocates the audio_output object
Max Kellermann
2011-09-01
Merge branch 'v0.16.x'
Max Kellermann
2011-09-01
output_thread: reimplement CANCEL synchronization
Max Kellermann
2011-08-30
output_control: move code to audio_output_destruct()
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2011-01-10
player_control: removed the global variable "pc"
Max Kellermann
2010-11-07
Merge release 0.15.14 from branch 'v0.15.x'
Max Kellermann
2010-11-04
output_internal: protect attribute "fail_timer" with mutex
Max Kellermann
2010-05-02
output_thread: call replay gain filter manually
Max Kellermann
2010-05-02
player_thread: move cross-fading to output thread
Max Kellermann
2010-03-10
output: added option "always_on" for radio stations
Max Kellermann
2010-02-17
replay_gain: reimplement as a filter plugin
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-09
output_thread: added command DRAIN
Max Kellermann
2009-10-29
output: consistently lock audio output objects
Max Kellermann
2009-10-23
output_plugin: added methods enable() and disable()
Max Kellermann
2009-10-21
output: convert config_audio_format to an audio_format struct
Max Kellermann
2009-08-15
Merged release 0.15.2 from branch 'v0.15.x'
Max Kellermann
2009-08-14
output: fixed shout stuck pause bug
Max Kellermann
2009-07-06
output: attach a filter chain to each audio_output
Max Kellermann
2009-07-06
output: added command REOPEN
Max Kellermann
2009-03-26
output_plugin: replaced output_plugin.get_mixer() with mixer_plugin
Max Kellermann
2009-03-25
output: protect audio_output.open with the mutex
Max Kellermann
2009-03-20
output: convert audio_output.config_audio_format to boolean
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-09
output: play from a music_pipe object
Max Kellermann
2009-02-28
output: use GTimer instead of time_t for reopen after failure
Max Kellermann
2009-02-23
output: pass the music chunk pointer as void*, not char*
Max Kellermann
2009-02-16
output: include cleanup
Max Kellermann
2009-02-16
output_api: moved "enum output_command" to output_internal.h
Max Kellermann
2009-02-10
output_api: no CamelCase in struct audio_output
Max Kellermann
2009-02-10
output_internal: added missing output_api.h include
Max Kellermann
2009-01-17
pcm_convert: return PCM buffer from pcm_convert()
Max Kellermann
2009-01-07
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
2008-12-28
output: migrate from pthread to glib threads
Thomas Jansen
2008-12-27
notify: use GLib locking
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-29
output: removed audio_output.result
Max Kellermann
2008-10-29
output: delay reopen after device failure
Max Kellermann
2008-10-29
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
2008-10-29
output: use bool for return values and flags
Max Kellermann
2008-10-21
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
2008-09-24
output: removed DEVICE_ON, DEVICE_OFF
Max Kellermann
2008-09-24
output: semi-asynchronous playback
Max Kellermann
2008-09-24
output: document the audio_output elements
Max Kellermann
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann