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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-01
Fix shadow warnings
Eric Wong
2
-4
/
+4
2008-08-27
metadata_pipe: free current_tag in metadata_pipe_clear
Eric Wong
1
-0
/
+5
2008-08-27
metadata_pipe: inline clear_pipe_unlocked() function
Eric Wong
1
-12
/
+9
2008-08-27
playlist: fix deleting the last song in a playlist
Eric Wong
1
-1
/
+2
2008-08-27
decode: clear dc.seek_where if we're not seeking
Eric Wong
1
-2
/
+1
2008-08-27
tagTracker: locks around {get,remove}TagItemString
Eric Wong
1
-2
/
+13
2008-08-27
metadata_pipe: remove highly unlikely memory leak
Eric Wong
1
-0
/
+1
2008-08-27
Fix software mixer
Eric Wong
2
-1
/
+2
2008-08-26
Reimplement dynamic metadata handling
Eric Wong
12
-35
/
+287
2008-08-25
playlist: fix "currentsong" after song deletion
Eric Wong
1
-0
/
+2
2008-08-25
playlist: fix "currentsong" after song movement
Eric Wong
1
-1
/
+4
2008-08-23
xfade: gracefully fail on very short xfade times
Eric Wong
1
-1
/
+2
2008-08-23
xfade: copy xfade_time locally to avoid race conditions
Eric Wong
1
-2
/
+5
2008-08-23
outputBuffer: never calculate xfade time if xfade is off
Eric Wong
1
-3
/
+5
2008-08-23
don't crossfade different audio formats
Eric Wong
1
-2
/
+4
2008-08-23
outputBuffer: close audio device on stop
Eric Wong
2
-15
/
+9
2008-08-23
outputBuffer_audio: eliminate the hacky audio_opened variable
Eric Wong
1
-10
/
+3
2008-08-23
playlist: queue songs after adding them
Eric Wong
1
-0
/
+6
2008-08-23
outputBuffer: fix buffer_before_play handling
Eric Wong
3
-38
/
+55
2008-08-23
change queueNextSongInPlaylist assertion to check
Eric Wong
1
-1
/
+2
2008-08-20
mp3_plugin: fix assertion during seeking
Eric Wong
1
-3
/
+3
2008-08-20
outputBuffer: drop buffered audio on new songs
Eric Wong
1
-0
/
+1
2008-08-19
Remove ob_wait_sync and cleanup triggering in playlist
Eric Wong
3
-72
/
+46
2008-08-19
fix output buffer deadlock when daemonizing
Eric Wong
12
-90
/
+48
2008-08-19
log.c: thread-safety for warning log
Eric Wong
1
-4
/
+12
2008-08-16
core rewrite (decode,player,outputBuffer,playlist)
Eric Wong
47
-2199
/
+1951
2008-06-30
http: hopefully allow seeking to work on static files
Eric Wong
1
-1
/
+2
2008-06-30
don't call seekInputStream(0) if r==0
Max Kellermann
1
-1
/
+2
2008-06-30
eliminated local variable "to_read"
Max Kellermann
1
-4
/
+3
2008-06-30
introduce struct condition as a more correct version of Notify
Eric Wong
4
-64
/
+191
2008-06-30
utils: pthread_{mutex,cond}_init can fail, so check for it
Eric Wong
2
-0
/
+18
2008-06-30
http: initial rewrite using ringbuffer + pthreads
Eric Wong
2
-562
/
+799
2008-06-30
http: fix some small memory leaks when hitting redirects
Eric Wong
1
-0
/
+6
2008-06-30
utils: add new unforgiving utility functions
Eric Wong
2
-0
/
+30
2008-06-30
ringbuf: add thread-safe, thread-specific reset functions
Eric Wong
2
-0
/
+30
2008-06-30
ringbuf: get_{write,read}_vector returns total bytes in both vec elts
Eric Wong
2
-5
/
+9
2008-06-30
http: split out logic around getaddrinfo() and connect()
Eric Wong
1
-40
/
+42
2008-06-30
http: split out auth code since it's mostly uninteresting for now
Eric Wong
3
-75
/
+103
2008-06-30
Add a generic ring buffer implementation
Eric Wong
3
-0
/
+503
2008-06-30
os_compat.h: add sys/uio.h for writev/readv
Eric Wong
1
-0
/
+1
2008-06-13
jack: initialize audioOutput->data
Max Kellermann
1
-1
/
+3
2008-06-13
mod: fix crashing on modtracker files
Hans de Goede
1
-1
/
+1
2008-06-02
audio.c: avoid magic numbers even if they have comments :)
Eric Wong
1
-1
/
+1
2008-06-02
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
5
-40
/
+14
2008-06-01
fix stream URL
Max Kellermann
1
-1
/
+2
2008-06-01
oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)
Eric Wong
1
-1
/
+1
2008-06-01
make DecoderControl.state an enum
Max Kellerman
1
-4
/
+6
2008-06-01
notify: don't use camelCase in notify.[ch]
Max Kellerman
5
-26
/
+26
2008-06-01
assert dc.state == DECODE_STATE_STOP
Max Kellerman
1
-1
/
+2
2008-04-17
fix race condition in main_notify.c
Max Kellermann
1
-1
/
+6
[next]