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-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
2008-04-15
added ob_set_lazy()
Max Kellermann
3
-2
/
+26
2008-04-15
use dc.current_song instead of pc.current_song
Max Kellermann
1
-1
/
+1
2008-04-15
const pointers in decode.c
Max Kellermann
1
-1
/
+1
2008-04-15
const pointers in normalize.c
Max Kellermann
2
-2
/
+2
2008-04-15
more const pointers in pcm_utils.[ch]
Max Kellermann
2
-6
/
+8
2008-04-15
fix XFADE_DISABLED=-1
Max Kellermann
1
-1
/
+1
2008-04-14
decode.c: make the crossfade state variable self-documenting
Eric Wong
1
-15
/
+18
2008-04-14
command.c: remove dead commented code
Eric Wong
1
-1
/
+0
2008-04-13
Always compile ioops.h, since main_notify uses it now
Eric Wong
2
-11
/
+0
2008-04-13
Make the OutputBuffer API more consistent
Eric Wong
17
-146
/
+146
2008-04-13
Stop passing our single OutputBuffer object everywhere
Eric Wong
18
-215
/
+199
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
20
-374
/
+337
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
7
-246
/
+184
2008-04-13
main_notify: just use cond_signal to wakeup, no need to trylock
Eric Wong
1
-11
/
+1
2008-04-12
main_notify: use pthread_cond_signal instead of broadcast
Eric Wong
1
-1
/
+1
2008-04-12
Fix a deadlock after pause/next
Eric Wong
1
-0
/
+1
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
8
-20
/
+173
2008-04-12
command.h: include sllist.h which defines struct strnode
Eric Wong
1
-2
/
+1
2008-04-12
const pointers in audioOutput.c
Max Kellermann
2
-2
/
+4
2008-04-12
const pointers in audio.c
Max Kellermann
2
-10
/
+11
2008-04-12
flush after loop in sendDataToOutputBuffer()
Max Kellermann
1
-5
/
+4
2008-04-12
constant pointers in replayGain.c
Max Kellermann
2
-2
/
+2
2008-04-12
yet another migration to size_t
Max Kellermann
1
-4
/
+4
2008-04-12
check cb->stop in the while loop
Max Kellermann
1
-4
/
+4
2008-04-12
eliminate OutputBuffer.currentChunk
Max Kellermann
2
-31
/
+51
2008-04-12
added output_buffer_expand()
Max Kellermann
1
-13
/
+22
2008-04-12
initialize all elements in initOutputBuffer()
Max Kellermann
1
-0
/
+2
2008-04-12
wake up player on demand
Max Kellermann
1
-1
/
+9
2008-04-12
unlink the socket before bind()
Max Kellermann
1
-0
/
+2
2008-04-12
replaced assertion with check
Max Kellermann
1
-2
/
+1
2008-04-12
fix several errors/warnings which only appear with -O3
Max Kellermann
2
-1
/
+3
2008-04-12
multiply num_samples with bytes_per_channel
Max Kellermann
1
-1
/
+1
2008-04-12
missing num_channels check in previous patch
Max Kellermann
1
-1
/
+1
2008-04-12
special optimized case for 16bit stereo
Max Kellermann
1
-3
/
+20
2008-04-12
read num_channels once
Max Kellermann
1
-3
/
+4
2008-04-12
assume the buffer is empty in flacWrite()
Max Kellermann
1
-4
/
+3
2008-04-12
convert blocks until the buffer is full
Max Kellermann
1
-23
/
+43
2008-04-12
calculate bytes_per_channel, check for buffer flush once
Max Kellermann
1
-11
/
+14
2008-04-12
don't calculate bytes per sample within the loop
Max Kellermann
1
-1
/
+2
2008-04-12
use unsigned integers and size_t in the flac plugin
Max Kellermann
2
-4
/
+9
2008-04-12
pass dc to decoder_task()
Max Kellermann
3
-6
/
+6
2008-04-12
pass pc to set_current_song()
Max Kellermann
1
-6
/
+4
2008-04-12
pass pc to player_task()
Max Kellermann
3
-6
/
+6
2008-04-12
whitespace cleanup
Max Kellermann
1
-14
/
+14
2008-04-12
clean up CPP includes
Max Kellermann
55
-110
/
+33
2008-04-12
removed "volatile" from OutputBufferChunk properties
Max Kellermann
1
-3
/
+3
[next]