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
/
output
/
alsa_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
1
-29
/
+44
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+2
2009-11-09
output/alsa: fill period buffer with silence before draining
Max Kellermann
1
-3
/
+47
2009-11-02
alsa_plugin.c: workaround snd_pcm_drain bug
Jeffrey Middleton
1
-1
/
+2
2009-10-29
output_plugin: added method "drain"
Max Kellermann
1
-3
/
+9
2009-10-29
output/alsa: don't recover on CANCEL
Max Kellermann
1
-1
/
+1
2009-10-20
mixer/{oss,alsa}: renamed the mixer source files
Max Kellermann
1
-1
/
+2
2009-07-19
Support wrong-endian ALSA output
David Woodhouse
1
-2
/
+50
2009-04-21
alsa_output: don't use atexit() to clean up the ALSA library
Max Kellermann
1
-7
/
+3
2009-03-26
output_plugin: replaced output_plugin.get_mixer() with mixer_plugin
Max Kellermann
1
-19
/
+1
2009-03-14
mixer_api: moved mixer_plugin imports to mixer_list.h
Max Kellermann
1
-1
/
+1
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
1
-0
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-10
alsa: use snd_pcm_sframes_t instead of int
Max Kellermann
1
-2
/
+1
2009-03-10
alsa: don't close PCM handle in alsa_recover()
Max Kellermann
1
-13
/
+3
2009-03-08
alsa: determine buffer_time if not already known
Max Kellermann
1
-0
/
+5
2009-03-08
alsa: better period_time default value for high sample rates
Max Kellermann
1
-3
/
+8
2009-03-03
alsa: log period and buffer size
Max Kellermann
1
-0
/
+3
2009-03-03
alsa: fall back to 32 bit samples if 16 is not supported
Max Kellermann
1
-1
/
+2
2009-03-02
alsa: fall back to 32 bit samples if 24 is not supported
Max Kellermann
1
-0
/
+8
2009-03-01
output: removed duplicate debug messages from plugins
Max Kellermann
1
-4
/
+0
2009-02-26
output_plugin: report errors with GError
Max Kellermann
1
-20
/
+35
2009-02-25
alsa: fall back to 16 bit audio
Max Kellermann
1
-3
/
+8
2009-02-25
alsa: moved code from alsa_open() to alsa_setup()
Max Kellermann
1
-32
/
+49
2009-02-25
output_plugin: don't pass audio_output object to method init()
Max Kellermann
1
-2
/
+1
2009-02-23
output: pass the music chunk pointer as void*, not char*
Max Kellermann
1
-1
/
+1
2009-02-23
output_api: play() returns a length
Max Kellermann
1
-20
/
+11
2009-02-16
output_plugin: replaced method "control()" with "mixer()"
Max Kellermann
1
-8
/
+9
2009-01-25
use g_free() instead of free()
Max Kellermann
1
-1
/
+1
2009-01-25
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
1
-7
/
+1
2009-01-25
mixer: return a mixer struct pointer
Max Kellermann
1
-7
/
+7
2009-01-25
conf: allow param==NULL
Max Kellermann
1
-5
/
+2
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-2
/
+2
2009-01-25
alsa: added comments
Max Kellermann
1
-3
/
+21
2009-01-25
alsa: frame_size is size_t, not int
Max Kellermann
1
-1
/
+1
2009-01-25
alsa: no CamelCase
Max Kellermann
1
-93
/
+103
2009-01-25
alsa: fix option parsing and restore default period_time
Dan McGee
1
-3
/
+6
2009-01-18
conf: added config_get_block_unsigned()
Max Kellermann
1
-6
/
+2
2009-01-18
conf: added config_get_block_string()
Max Kellermann
1
-2
/
+1
2009-01-17
conf: replaced getBoolBlockParam() with config_get_block_bool()
Max Kellermann
1
-6
/
+5
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-5
/
+6
2009-01-10
Introducing mixer api
Viliam Mateicka
1
-7
/
+8
2009-01-07
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
1
-1
/
+1
2009-01-04
renaming mixer.h to mixer_api.h
Viliam Mateicka
1
-1
/
+1
2009-01-02
alsa: use GLib instead of utils.h
Max Kellermann
1
-3
/
+2
2009-01-01
output plugins: don't include gcc.h
Max Kellermann
1
-2
/
+2
2008-12-31
Moving mixers to audio outputs
Viliam Mateicka
1
-1
/
+21
2008-12-29
alsa: use GLib logging
Max Kellermann
1
-29
/
+30
2008-12-01
alsa: reverted the default buffer_time to 500 ms
Max Kellermann
1
-1
/
+5
2008-11-03
alsa: initialize "device" with NULL
Max Kellermann
1
-2
/
+1
[next]