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
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
2008-09-08
alsa: optimistically try resuming from suspend
Eric Wong
1
-6
/
+4
2008-09-08
output: const plugin structures
Max Kellermann
1
-1
/
+1
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
1
-7
/
+8
2008-09-07
output: added output_api.h
Max Kellermann
1
-3
/
+2
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-1
/
+1
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
1
-1
/
+2
2008-04-12
whitespace cleanup
Max Kellermann
1
-7
/
+7
2008-03-26
explicitly downcast
Max Kellermann
1
-1
/
+1
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-4
/
+1
2007-12-16
Know about SND_PCM_STATE_RUNNING, might fix some bugs
Qball Cow
1
-0
/
+4
2007-09-05
conf: use getBoolBlockParam for block params, too
Eric Wong
1
-3
/
+3
2007-06-08
dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING
Warren Dukes
1
-1
/
+3
2007-04-09
Don't allow "true" as a value for use_mmap for consistency with other "yes
J. Alexander Treuman
1
-2
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2006-11-07
audioOutput_alsa: print out the bitrate we wanted to set
Eric Wong
1
-1
/
+1
2006-10-18
remove some unneccesary includes from the audioOutput's
Warren Dukes
1
-3
/
+0
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-3
/
+3
2006-08-20
trivial: labels should be on the left-most column, no tabbing
Eric Wong
1
-2
/
+2
2006-08-12
audioOutput_alsa.c: avoid changing our internal period and buffer time values
Eric Wong
1
-6
/
+9
2006-07-24
audioOutput_alsa: better period_size auto-configuration
Eric Wong
1
-13
/
+20
[next]