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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
flush after loop in sendDataToOutputBuffer()
Max Kellermann
2008-04-12
1
-5
/
+4
*
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
1
-29
/
+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
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-5
/
+0
*
pass DecoderControl object to decoder_sleep()
Max Kellermann
2008-04-12
1
-1
/
+1
*
added output_buffer_free()
Max Kellermann
2008-04-12
1
-0
/
+6
*
don't use short chunk numbers
Max Kellermann
2008-04-12
1
-2
/
+2
*
added output_buffer_skip()
Max Kellermann
2008-04-12
1
-0
/
+6
*
pass buffered_chunks to initOutputBuffer()
Max Kellermann
2008-04-12
1
-14
/
+17
*
fix typo in comment
Max Kellermann
2008-04-12
1
-3
/
+3
*
let initOutputBuffer() allocate memory
Max Kellermann
2008-04-12
1
-2
/
+2
*
added inline function successor()
Max Kellermann
2008-04-12
1
-11
/
+12
*
moved currentChunk into OutputBuffer
Max Kellermann
2008-04-12
1
-10
/
+9
*
added outputBufferShift()
Max Kellermann
2008-04-12
1
-0
/
+10
*
use sizeof(chunk.data) instead of CHUNK_SIZE
Max Kellermann
2008-04-12
1
-2
/
+2
*
added struct OutputBufferChunk
Max Kellermann
2008-04-12
1
-17
/
+15
*
added outputBufferChunkData()
Max Kellermann
2008-04-12
1
-0
/
+7
*
added outputBufferRelative()
Max Kellermann
2008-04-12
1
-4
/
+9
*
added outputBufferEmpty()
Max Kellermann
2008-04-12
1
-0
/
+5
*
moved check to outputBufferAbsolute()
Max Kellermann
2008-04-12
1
-0
/
+17
*
add method availableOutputBuffer()
Max Kellermann
2008-04-12
1
-0
/
+8
*
moved code to function tailChunk()
Max Kellermann
2008-04-12
1
-33
/
+58
*
use free()+malloc() instead of realloc()
Max Kellermann
2008-04-12
1
-1
/
+3
*
outputBuffer: remove unused variable
Eric Wong
2008-04-12
1
-1
/
+0
*
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
2008-04-12
1
-76
/
+2
*
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-04-12
1
-3
/
+3
*
use unsigned integers in outputBuffer.c
Max Kellermann
2008-04-12
1
-1
/
+1
*
fix sign compare warnings
Max Kellermann
2008-04-12
1
-1
/
+1
*
notify the decoder instead of polling 100hz
Max Kellermann
2008-03-26
1
-1
/
+3
*
moved code to initOutputBuffer()
Max Kellermann
2008-03-26
1
-0
/
+17
*
use size_t
Max Kellermann
2008-03-26
1
-2
/
+2
*
fixed -Wshadow warnings
Max Kellermann
2008-01-26
1
-2
/
+2
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-3
/
+1
*
Make pcm_convertAudioFormat return the buffer size. This is necessary
J. Alexander Treuman
2007-05-26
1
-3
/
+3
*
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
2007-05-24
1
-1
/
+2
*
Split pcm_convertAudioFormat into separate functions for bitrate, channel,
J. Alexander Treuman
2007-05-22
1
-7
/
+2
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
#1) fix a few potential deadlock conditons in decode.c when crossfading is en...
Warren Dukes
2007-02-11
1
-4
/
+3
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-4
/
+4
*
outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()
Eric Wong
2006-09-21
1
-3
/
+3
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-1
/
+1
*
Use AudioCompress for volume normalization
J. Alexander Treuman
2006-07-27
1
-19
/
+2
*
Do normalization if there's replaygain data but replaygain is off
J. Alexander Treuman
2006-07-24
1
-1
/
+1
*
Adding on the fly volume normalization support. Code originally from mplayer...
J. Alexander Treuman
2006-07-22
1
-0
/
+20
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-77
/
+84
*
Remove useless buffer signedness warnings, use
Avuton Olrich
2006-07-19
1
-1
/
+1
[next]