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-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
2008-11-01
alsa, jack: no const pointers for allocated strings
Max Kellermann
1
-17
/
+25
2008-10-29
output: close device on play error
Max Kellermann
1
-1
/
+0
2008-10-29
output: use bool for return values and flags
Max Kellermann
1
-9
/
+10
2008-10-26
output: don't compile plugins which are disabled
Max Kellermann
1
-11
/
+3
2008-10-26
renamed src/audioOutputs/ to src/output/
Max Kellermann
1
-0
/
+0
2008-10-14
alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx
Max Kellermann
1
-0
/
+6
2008-10-14
alsa: optionally disable resampling and others
Max Kellermann
1
-1
/
+15
2008-10-12
alsa: fall back to 16 bit output
Max Kellermann
1
-0
/
+11
2008-10-12
alsa: moved code to alsa_configure()
Max Kellermann
1
-13
/
+18
2008-10-11
alsa: don't override libasound's buffer_time and period_time
Max Kellermann
1
-20
/
+19
2008-10-11
alsa: re-enable blocking mode
Max Kellermann
1
-15
/
+2
2008-10-10
audio_format: added audio_format_frame_size()
Max Kellermann
1
-1
/
+1
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-8
/
+8
2008-10-10
audio_format: unsigned integers
Max Kellermann
1
-4
/
+4
2008-09-29
use C99 struct initializers
Max Kellermann
1
-9
/
+8
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
1
-1
/
+1
2008-09-24
output: make "struct audio_output" opaque for output plugins
Max Kellermann
1
-18
/
+15
2008-09-24
output: set audio_output->open=1 in audio_output_task()
Max Kellermann
1
-5
/
+0
2008-09-24
output: pass audio_format to plugin.init() and plugin.open()
Max Kellermann
1
-2
/
+3
2008-09-23
audio_format: added audio_format_sample_size()
Max Kellermann
1
-1
/
+1
2008-09-23
alsa: re-enable-nonblocking, but sleep if busy
Eric Wong
1
-7
/
+10
2008-09-09
alsa: use blocking instead of non-blocking write
Eric Wong
1
-1
/
+6
2008-09-08
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
1
-5
/
+0
2008-09-08
alsa: only run snd_config_update_free_global once atexit
Eric Wong
1
-3
/
+7
2008-09-08
alsa: move bitformat reading code out of the way
Eric Wong
1
-16
/
+12
2008-09-08
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
1
-11
/
+12
2008-09-08
alsa: get rid of the needless canPause flag
Eric Wong
1
-3
/
+0
2008-09-08
alsa: capitalize "ALSA" consistently in messages
Eric Wong
1
-8
/
+8
[next]