index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate g_error() usage
Thomas Jansen
2010-09-25
1
-2
/
+4
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
audio: removed function finishAudioConfig()
Max Kellermann
2009-10-22
1
-5
/
+0
*
audio_format: wildcards allowed in audio_format configuration
Max Kellermann
2009-10-21
1
-4
/
+3
*
audio: removed config_param.value NULL check
Max Kellermann
2009-10-21
1
-1
/
+1
*
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-14
1
-1
/
+0
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
audio: moved mixer functions to mixer_control.c
Max Kellermann
2009-03-12
1
-52
/
+0
*
mixer: include cleanup
Max Kellermann
2009-02-16
1
-0
/
+1
*
output: include cleanup
Max Kellermann
2009-02-16
1
-0
/
+1
*
mixer_api: replaced method "control()" with "{get,set}_volume()"
Max Kellermann
2009-02-16
1
-6
/
+14
*
output_plugin: replaced method "control()" with "mixer()"
Max Kellermann
2009-02-16
1
-6
/
+10
*
audio: moved code to output_command.c
Max Kellermann
2009-02-11
1
-35
/
+0
*
audio: replaced parseAudioConfig() with audio_format_parse()
Max Kellermann
2009-02-11
1
-57
/
+8
*
audio: moved code to output_all.c
Max Kellermann
2009-02-10
1
-255
/
+20
*
audio: moved protocol code to output_print.c
Max Kellermann
2009-02-10
1
-16
/
+0
*
audio: moved state file code to output_state.c
Max Kellermann
2009-02-10
1
-53
/
+0
*
audio: removed isCurrentAudioFormat()
Max Kellermann
2009-02-10
1
-8
/
+0
*
audio: added output enumeration functions
Max Kellermann
2009-02-10
1
-0
/
+22
*
audio: added audio_output_config_count()
Max Kellermann
2009-02-10
1
-1
/
+7
*
use g_free() instead of free()
Max Kellermann
2009-01-25
1
-1
/
+1
*
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
2009-01-25
1
-17
/
+0
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
1
-3
/
+3
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-6
/
+6
*
renaming mixer.h to mixer_api.h
Viliam Mateicka
2009-01-04
1
-1
/
+1
*
audio: use GLib instead of utils.h
Max Kellermann
2009-01-03
1
-2
/
+2
*
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
1
-0
/
+55
*
exporting functions
Viliam Mateicka
2008-12-31
1
-1
/
+1
*
removed os_compat.h
Max Kellermann
2008-12-29
1
-1
/
+2
*
utils: removed myFgets()
Max Kellermann
2008-12-28
1
-1
/
+3
*
output_control: no static "notify" initialization
Max Kellermann
2008-12-27
1
-0
/
+4
*
output: use GLib instead of log.h/util.h
Max Kellermann
2008-11-25
1
-19
/
+18
*
output: don't allow length==0
Max Kellermann
2008-11-02
1
-0
/
+1
*
output: removed audio_output.result
Max Kellermann
2008-10-29
1
-5
/
+3
*
output: delay reopen after device failure
Max Kellermann
2008-10-29
1
-0
/
+1
*
output: moved code to audio_output_update()
Max Kellermann
2008-10-29
1
-8
/
+2
*
output: always call cancel() before stop()
Max Kellermann
2008-10-29
1
-10
/
+1
*
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
2008-10-29
1
-20
/
+6
*
output: use bool for return values and flags
Max Kellermann
2008-10-29
1
-14
/
+14
*
audio: call closeAudioDevice() on error
Max Kellermann
2008-10-29
1
-5
/
+2
*
audio: removed variable "audioOpened"
Max Kellermann
2008-10-29
1
-9
/
+1
*
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-28
1
-1
/
+3
*
audio: allow 24 and 8 bit output
Max Kellermann
2008-10-23
1
-4
/
+2
*
output_buffer: don't split frames
Max Kellermann
2008-10-23
1
-0
/
+3
*
command: added command "idle"
Max Kellermann
2008-10-14
1
-0
/
+3
*
audio: don't clear input_audio_format on openAudioDevice(NULL)
Max Kellermann
2008-10-13
1
-3
/
+1
*
audio: renamed the audio_format variables
Max Kellermann
2008-10-12
1
-17
/
+13
*
audio: removed enum ad_state
Max Kellermann
2008-10-12
1
-22
/
+14
*
audio: removed audio_buffer.buffer
Max Kellermann
2008-10-12
1
-69
/
+2
[next]