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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
jack: initialize libjack's error function in mpd_jack_init()
Max Kellermann
2009-01-29
1
-1
/
+2
*
jack: reduced sleep time to 1ms
Max Kellermann
2009-01-29
1
-1
/
+1
*
jack: clear "shutdown" flag on reconnect
Max Kellermann
2009-01-29
1
-0
/
+2
*
jack: allocate ring buffers before connecting
Max Kellermann
2009-01-29
1
-5
/
+3
*
jack: register ports before activating clients
Max Kellermann
2009-01-29
1
-5
/
+5
*
use g_free() instead of free()
Max Kellermann
2009-01-25
7
-12
/
+11
*
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
2009-01-25
2
-11
/
+3
*
mixer: return a mixer struct pointer
Max Kellermann
2009-01-25
2
-15
/
+17
*
conf: allow param==NULL
Max Kellermann
2009-01-25
3
-27
/
+10
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
10
-12
/
+12
*
alsa: added comments
Max Kellermann
2009-01-25
1
-3
/
+21
*
alsa: frame_size is size_t, not int
Max Kellermann
2009-01-25
1
-1
/
+1
*
alsa: no CamelCase
Max Kellermann
2009-01-25
1
-93
/
+103
*
alsa: fix option parsing and restore default period_time
Dan McGee
2009-01-25
1
-3
/
+6
*
null: added option to disable timer synchronization
Max Kellermann
2009-01-22
1
-1
/
+11
*
null: implemented finish() method
Max Kellermann
2009-01-22
1
-0
/
+13
*
null: no CamelCase
Max Kellermann
2009-01-22
1
-13
/
+18
*
conf: added config_get_block_unsigned()
Max Kellermann
2009-01-18
4
-39
/
+7
*
conf: added config_get_block_string()
Max Kellermann
2009-01-18
7
-86
/
+57
*
jack: parse "ports" setting with g_strsplit()
Max Kellermann
2009-01-18
1
-20
/
+7
*
jack: use audio_output_get_name()
Max Kellermann
2009-01-18
1
-11
/
+1
*
conf: replaced getBoolBlockParam() with config_get_block_bool()
Max Kellermann
2009-01-17
2
-9
/
+6
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
10
-26
/
+29
*
oss: evaluate the oss_open() return value properly
Max Kellermann
2009-01-16
1
-1
/
+1
*
shout: enlarge buffer size to 32 kB
Antoine Beaupré
2009-01-14
1
-1
/
+1
*
Introducing mixer api
Viliam Mateicka
2009-01-10
2
-15
/
+16
*
added missing explicit config.h includes
Max Kellermann
2009-01-08
1
-0
/
+1
*
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
2009-01-07
1
-1
/
+1
*
fix G_BYTE_ORDER check
Max Kellermann
2009-01-05
3
-3
/
+3
*
use GLib byte order macros
Max Kellermann
2009-01-05
3
-9
/
+10
*
renaming mixer.h to mixer_api.h
Viliam Mateicka
2009-01-04
2
-2
/
+2
*
null, fifo: use GLib instead of utils.h
Max Kellermann
2009-01-03
2
-7
/
+8
*
ao: use g_strsplit() instead of strtok_r()
Max Kellermann
2009-01-03
1
-37
/
+15
*
alsa: use GLib instead of utils.h
Max Kellermann
2009-01-02
1
-3
/
+2
*
jack: use GLib instead of utils.h
Max Kellermann
2009-01-02
1
-15
/
+14
*
jack: duplicate jack_get_ports() return values
Max Kellermann
2009-01-02
1
-3
/
+4
*
output plugins: don't include gcc.h
Max Kellermann
2009-01-01
9
-24
/
+29
*
null: don't include gcc.h
Max Kellermann
2009-01-01
1
-4
/
+7
*
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
2
-1
/
+40
*
alsa: use GLib logging
Max Kellermann
2008-12-29
1
-29
/
+30
*
jack: use GLib logging
Max Kellermann
2008-12-29
1
-28
/
+30
*
fifo: use GLib logging
Max Kellermann
2008-12-29
1
-21
/
+24
*
osx_plugin: migrate from pthread to glib threads
Thomas Jansen
2008-12-28
1
-19
/
+18
*
shout: fixed bad error message printout
Viliam Mateicka
2008-12-23
1
-2
/
+2
*
Remove useless statement.
Emanuele Giaquinta
2008-12-17
1
-1
/
+0
*
Remove useless computation. After the pthread_cond_wait loop there are at lea...
Emanuele Giaquinta
2008-12-17
1
-2
/
+0
*
Remove useless statement, curpos is initialized at the beginning of the loop.
Emanuele Giaquinta
2008-12-17
1
-1
/
+0
*
Factor computation.
Emanuele Giaquinta
2008-12-17
1
-4
/
+6
*
Use MIN.
Emanuele Giaquinta
2008-12-17
1
-2
/
+2
*
Call CloseComponent after AudioUnitUninitialize.
Emanuele Giaquinta
2008-12-17
1
-1
/
+1
[prev]
[next]