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
/
oss_plugin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
database, ...: remove EINTR checks after stdio calls
Max Kellermann
2010-07-25
1
-1
/
+1
*
output/oss: 24 bit support via OSS4
Max Kellermann
2010-05-14
1
-0
/
+34
*
output/oss: rewrite of the audio format detection
Max Kellermann
2010-05-13
1
-301
/
+324
*
output/oss: use the *_NE macros
Max Kellermann
2010-05-13
1
-8
/
+2
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
2009-12-02
1
-4
/
+5
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
fd_util: removed creat_cloexec()
Max Kellermann
2009-11-10
1
-2
/
+2
*
set the close-on-exec flag on all file descriptors
Max Kellermann
2009-11-07
1
-3
/
+7
*
mixer/{oss,alsa}: renamed the mixer source files
Max Kellermann
2009-10-20
1
-1
/
+2
*
output_plugin: replaced output_plugin.get_mixer() with mixer_plugin
Max Kellermann
2009-03-26
1
-20
/
+1
*
mixer_api: moved mixer_plugin imports to mixer_list.h
Max Kellermann
2009-03-14
1
-1
/
+1
*
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-14
1
-0
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-9
/
+7
*
output: removed duplicate debug messages from plugins
Max Kellermann
2009-03-01
1
-5
/
+0
*
output_plugin: report errors with GError
Max Kellermann
2009-02-26
1
-32
/
+43
*
oss: moved code from oss_open() to oss_setup()
Max Kellermann
2009-02-26
1
-13
/
+26
*
oss: convert OSS_STAT_* to an enum
Max Kellermann
2009-02-26
1
-10
/
+15
*
oss: return bool instead of int
Max Kellermann
2009-02-26
1
-10
/
+10
*
oss: use unsigned integers
Max Kellermann
2009-02-26
1
-14
/
+9
*
oss: no CamelCase
Max Kellermann
2009-02-26
1
-107
/
+125
*
output_plugin: don't pass audio_output object to method init()
Max Kellermann
2009-02-25
1
-2
/
+1
*
output: pass the music chunk pointer as void*, not char*
Max Kellermann
2009-02-23
1
-2
/
+2
*
output_api: play() returns a length
Max Kellermann
2009-02-23
1
-10
/
+7
*
output_plugin: replaced method "control()" with "mixer()"
Max Kellermann
2009-02-16
1
-8
/
+9
*
use g_free() instead of free()
Max Kellermann
2009-01-25
1
-1
/
+1
*
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
2009-01-25
1
-4
/
+2
*
mixer: return a mixer struct pointer
Max Kellermann
2009-01-25
1
-8
/
+10
*
conf: allow param==NULL
Max Kellermann
2009-01-25
1
-9
/
+7
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
1
-2
/
+2
*
conf: added config_get_block_string()
Max Kellermann
2009-01-18
1
-3
/
+4
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-5
/
+6
*
oss: evaluate the oss_open() return value properly
Max Kellermann
2009-01-16
1
-1
/
+1
*
Introducing mixer api
Viliam Mateicka
2009-01-10
1
-8
/
+8
*
fix G_BYTE_ORDER check
Max Kellermann
2009-01-05
1
-1
/
+1
*
use GLib byte order macros
Max Kellermann
2009-01-05
1
-2
/
+2
*
renaming mixer.h to mixer_api.h
Viliam Mateicka
2009-01-04
1
-1
/
+1
*
output plugins: don't include gcc.h
Max Kellermann
2009-01-01
1
-2
/
+3
*
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
1
-0
/
+19
*
oss: use GLib instead of utils.h/log.h
Max Kellermann
2008-11-25
1
-55
/
+56
*
output: close device on play error
Max Kellermann
2008-10-29
1
-1
/
+0
*
output: use bool for return values and flags
Max Kellermann
2008-10-29
1
-16
/
+17
*
oss: check and override audio_format properly
Max Kellermann
2008-10-29
1
-0
/
+7
*
output: don't compile plugins which are disabled
Max Kellermann
2008-10-26
1
-8
/
+0
*
renamed src/audioOutputs/ to src/output/
Max Kellermann
2008-10-26
1
-0
/
+571