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
/
audio.c
Age
Commit message (
Expand
)
Author
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-12
audio: moved mixer functions to mixer_control.c
Max Kellermann
2009-02-16
mixer: include cleanup
Max Kellermann
2009-02-16
output: include cleanup
Max Kellermann
2009-02-16
mixer_api: replaced method "control()" with "{get,set}_volume()"
Max Kellermann
2009-02-16
output_plugin: replaced method "control()" with "mixer()"
Max Kellermann
2009-02-11
audio: moved code to output_command.c
Max Kellermann
2009-02-11
audio: replaced parseAudioConfig() with audio_format_parse()
Max Kellermann
2009-02-10
audio: moved code to output_all.c
Max Kellermann
2009-02-10
audio: moved protocol code to output_print.c
Max Kellermann
2009-02-10
audio: moved state file code to output_state.c
Max Kellermann
2009-02-10
audio: removed isCurrentAudioFormat()
Max Kellermann
2009-02-10
audio: added output enumeration functions
Max Kellermann
2009-02-10
audio: added audio_output_config_count()
Max Kellermann
2009-01-25
use g_free() instead of free()
Max Kellermann
2009-01-25
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
2009-01-25
conf: const pointers in block get functions
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-04
renaming mixer.h to mixer_api.h
Viliam Mateicka
2009-01-03
audio: use GLib instead of utils.h
Max Kellermann
2008-12-31
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
exporting functions
Viliam Mateicka
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-12-27
output_control: no static "notify" initialization
Max Kellermann
2008-11-25
output: use GLib instead of log.h/util.h
Max Kellermann
2008-11-02
output: don't allow length==0
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 code to audio_output_update()
Max Kellermann
2008-10-29
output: always call cancel() before stop()
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-29
audio: call closeAudioDevice() on error
Max Kellermann
2008-10-29
audio: removed variable "audioOpened"
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-23
audio: allow 24 and 8 bit output
Max Kellermann
2008-10-23
output_buffer: don't split frames
Max Kellermann
2008-10-14
command: added command "idle"
Max Kellermann
2008-10-13
audio: don't clear input_audio_format on openAudioDevice(NULL)
Max Kellermann
2008-10-12
audio: renamed the audio_format variables
Max Kellermann
2008-10-12
audio: removed enum ad_state
Max Kellermann
2008-10-12
audio: removed audio_buffer.buffer
Max Kellermann
2008-10-10
audio_format: added audio_format_frame_size()
Max Kellermann
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-10
audio_format: unsigned integers
Max Kellermann
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
2008-09-29
audio_output: added method pause()
Max Kellermann
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
[next]