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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ringbuf: get_{write,read}_vector returns total bytes in both vec elts
Eric Wong
2008-06-30
2
-5
/
+9
*
http: split out logic around getaddrinfo() and connect()
Eric Wong
2008-06-30
1
-40
/
+42
*
http: split out auth code since it's mostly uninteresting for now
Eric Wong
2008-06-30
3
-75
/
+103
*
Add a generic ring buffer implementation
Eric Wong
2008-06-30
3
-0
/
+503
*
os_compat.h: add sys/uio.h for writev/readv
Eric Wong
2008-06-30
1
-0
/
+1
*
Die if a specific backend is requested but not found.
Jim Ramsay
2008-06-16
1
-3
/
+3
*
jack: initialize audioOutput->data
Max Kellermann
2008-06-13
1
-1
/
+3
*
mod: fix crashing on modtracker files
Hans de Goede
2008-06-13
1
-1
/
+1
*
audio.c: avoid magic numbers even if they have comments :)
Eric Wong
2008-06-02
1
-1
/
+1
*
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
2008-06-02
5
-40
/
+14
*
fix stream URL
Max Kellermann
2008-06-01
1
-1
/
+2
*
oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)
Eric Wong
2008-06-01
1
-1
/
+1
*
make DecoderControl.state an enum
Max Kellerman
2008-06-01
1
-4
/
+6
*
Add the bs build system from mpd-ke
Eric Wong
2008-06-01
15
-0
/
+751
*
notify: don't use camelCase in notify.[ch]
Max Kellerman
2008-06-01
5
-26
/
+26
*
assert dc.state == DECODE_STATE_STOP
Max Kellerman
2008-06-01
1
-1
/
+2
*
fix race condition in main_notify.c
Max Kellermann
2008-04-17
1
-1
/
+6
*
added ob_set_lazy()
Max Kellermann
2008-04-15
3
-2
/
+26
*
use dc.current_song instead of pc.current_song
Max Kellermann
2008-04-15
1
-1
/
+1
*
const pointers in decode.c
Max Kellermann
2008-04-15
1
-1
/
+1
*
const pointers in normalize.c
Max Kellermann
2008-04-15
2
-2
/
+2
*
more const pointers in pcm_utils.[ch]
Max Kellermann
2008-04-15
2
-6
/
+8
*
fix XFADE_DISABLED=-1
Max Kellermann
2008-04-15
1
-1
/
+1
*
decode.c: make the crossfade state variable self-documenting
Eric Wong
2008-04-14
1
-15
/
+18
*
command.c: remove dead commented code
Eric Wong
2008-04-14
1
-1
/
+0
*
Always compile ioops.h, since main_notify uses it now
Eric Wong
2008-04-13
2
-11
/
+0
*
Make the OutputBuffer API more consistent
Eric Wong
2008-04-13
17
-146
/
+146
*
Stop passing our single OutputBuffer object everywhere
Eric Wong
2008-04-13
18
-215
/
+199
*
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-13
20
-374
/
+337
*
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-13
7
-246
/
+184
*
main_notify: just use cond_signal to wakeup, no need to trylock
Eric Wong
2008-04-13
1
-11
/
+1
*
main_notify: use pthread_cond_signal instead of broadcast
Eric Wong
2008-04-12
1
-1
/
+1
*
Fix a deadlock after pause/next
Eric Wong
2008-04-12
1
-0
/
+1
*
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
8
-20
/
+173
*
command.h: include sllist.h which defines struct strnode
Eric Wong
2008-04-12
1
-2
/
+1
*
const pointers in audioOutput.c
Max Kellermann
2008-04-12
2
-2
/
+4
*
const pointers in audio.c
Max Kellermann
2008-04-12
2
-10
/
+11
*
flush after loop in sendDataToOutputBuffer()
Max Kellermann
2008-04-12
1
-5
/
+4
*
constant pointers in replayGain.c
Max Kellermann
2008-04-12
2
-2
/
+2
*
yet another migration to size_t
Max Kellermann
2008-04-12
1
-4
/
+4
*
check cb->stop in the while loop
Max Kellermann
2008-04-12
1
-4
/
+4
*
eliminate OutputBuffer.currentChunk
Max Kellermann
2008-04-12
2
-31
/
+51
*
added output_buffer_expand()
Max Kellermann
2008-04-12
1
-13
/
+22
*
initialize all elements in initOutputBuffer()
Max Kellermann
2008-04-12
1
-0
/
+2
*
wake up player on demand
Max Kellermann
2008-04-12
1
-1
/
+9
*
unlink the socket before bind()
Max Kellermann
2008-04-12
1
-0
/
+2
*
replaced assertion with check
Max Kellermann
2008-04-12
1
-2
/
+1
*
fix several errors/warnings which only appear with -O3
Max Kellermann
2008-04-12
2
-1
/
+3
*
multiply num_samples with bytes_per_channel
Max Kellermann
2008-04-12
1
-1
/
+1
*
missing num_channels check in previous patch
Max Kellermann
2008-04-12
1
-1
/
+1
[prev]
[next]