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
/
outputBuffer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-28
advance to the next song on decoder errors
Eric Wong
1
-1
/
+2
2008-09-02
Add missing function prototypes
Eric Wong
1
-0
/
+2
2008-09-02
tag: renamed functions, no CamelCase
Max Kellermann
1
-1
/
+1
2008-09-02
tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item
Max Kellermann
1
-2
/
+2
2008-09-01
Fix shadow warnings
Eric Wong
1
-2
/
+2
2008-08-30
clean up CPP includes
Max Kellermann
1
-0
/
+1
2008-08-30
ringbuf: create a new struct rbvec instead of reusing struct iovec
Eric Wong
1
-12
/
+12
2008-08-27
Fix software mixer
Eric Wong
1
-1
/
+1
2008-08-26
Reimplement dynamic metadata handling
Eric Wong
1
-7
/
+29
2008-08-23
outputBuffer: never calculate xfade time if xfade is off
Eric Wong
1
-3
/
+5
2008-08-23
outputBuffer: close audio device on stop
Eric Wong
1
-6
/
+9
2008-08-23
outputBuffer: fix buffer_before_play handling
Eric Wong
1
-12
/
+34
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
1
-28
/
+17
2008-08-19
fix output buffer deadlock when daemonizing
Eric Wong
1
-22
/
+1
2008-08-16
core rewrite (decode,player,outputBuffer,playlist)
Eric Wong
1
-185
/
+476
2008-04-15
added ob_set_lazy()
Max Kellermann
1
-1
/
+7
2008-04-13
Make the OutputBuffer API more consistent
Eric Wong
1
-65
/
+65
2008-04-13
Stop passing our single OutputBuffer object everywhere
Eric Wong
1
-69
/
+69
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
1
-15
/
+13
2008-04-12
flush after loop in sendDataToOutputBuffer()
Max Kellermann
1
-5
/
+4
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
1
-29
/
+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
clean up CPP includes
Max Kellermann
1
-5
/
+0
2008-04-12
pass DecoderControl object to decoder_sleep()
Max Kellermann
1
-1
/
+1
2008-04-12
added output_buffer_free()
Max Kellermann
1
-0
/
+6
2008-04-12
don't use short chunk numbers
Max Kellermann
1
-2
/
+2
2008-04-12
added output_buffer_skip()
Max Kellermann
1
-0
/
+6
2008-04-12
pass buffered_chunks to initOutputBuffer()
Max Kellermann
1
-14
/
+17
2008-04-12
fix typo in comment
Max Kellermann
1
-3
/
+3
2008-04-12
let initOutputBuffer() allocate memory
Max Kellermann
1
-2
/
+2
2008-04-12
added inline function successor()
Max Kellermann
1
-11
/
+12
2008-04-12
moved currentChunk into OutputBuffer
Max Kellermann
1
-10
/
+9
2008-04-12
added outputBufferShift()
Max Kellermann
1
-0
/
+10
2008-04-12
use sizeof(chunk.data) instead of CHUNK_SIZE
Max Kellermann
1
-2
/
+2
2008-04-12
added struct OutputBufferChunk
Max Kellermann
1
-17
/
+15
2008-04-12
added outputBufferChunkData()
Max Kellermann
1
-0
/
+7
2008-04-12
added outputBufferRelative()
Max Kellermann
1
-4
/
+9
2008-04-12
added outputBufferEmpty()
Max Kellermann
1
-0
/
+5
2008-04-12
moved check to outputBufferAbsolute()
Max Kellermann
1
-0
/
+17
2008-04-12
add method availableOutputBuffer()
Max Kellermann
1
-0
/
+8
2008-04-12
moved code to function tailChunk()
Max Kellermann
1
-33
/
+58
2008-04-12
use free()+malloc() instead of realloc()
Max Kellermann
1
-1
/
+3
2008-04-12
outputBuffer: remove unused variable
Eric Wong
1
-1
/
+0
2008-04-12
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
1
-76
/
+2
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
1
-3
/
+3
[next]