index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
outputBuffer.h
Age
Commit message (
Expand
)
Author
2008-04-13
Make the OutputBuffer API more consistent
Eric Wong
2008-04-13
Stop passing our single OutputBuffer object everywhere
Eric Wong
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-12
eliminate OutputBuffer.currentChunk
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
removed "volatile" from OutputBufferChunk properties
Max Kellermann
2008-04-12
added output_buffer_free()
Max Kellermann
2008-04-12
don't use short chunk numbers
Max Kellermann
2008-04-12
added output_buffer_skip()
Max Kellermann
2008-04-12
pass buffered_chunks to initOutputBuffer()
Max Kellermann
2008-04-12
let initOutputBuffer() allocate memory
Max Kellermann
2008-04-12
Fix a few more warnings from -Wshadow
Eric Wong
2008-04-12
moved currentChunk into OutputBuffer
Max Kellermann
2008-04-12
added outputBufferShift()
Max Kellermann
2008-04-12
added struct OutputBufferChunk
Max Kellermann
2008-04-12
moved CHUNK_SIZE to outputBuffer.h
Max Kellermann
2008-04-12
added outputBufferChunkData()
Max Kellermann
2008-04-12
added outputBufferRelative()
Max Kellermann
2008-04-12
added outputBufferEmpty()
Max Kellermann
2008-04-12
moved check to outputBufferAbsolute()
Max Kellermann
2008-04-12
add method availableOutputBuffer()
Max Kellermann
2008-04-12
some documentation about OutputBuffer
Max Kellermann
2008-04-12
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-04-12
use unsigned integers in outputBuffer.c
Max Kellermann
2008-03-26
notify the decoder instead of polling 100hz
Max Kellermann
2008-03-26
moved code to initOutputBuffer()
Max Kellermann
2008-03-26
use size_t
Max Kellermann
2007-05-24
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-19
Remove useless buffer signedness warnings, use
Avuton Olrich
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2004-11-02
rewrite replaygain code, needs testing
Warren Dukes
2004-06-10
minor little cleanups
Warren Dukes
2004-06-08
remove "wrap" from buffering control, its not needed, and could potentially
Warren Dukes
2004-06-06
harden metadatabuffer
Warren Dukes
2004-06-06
spelling fix for avuton
Warren Dukes
2004-06-06
mechanism for updating metadata while decoding
Warren Dukes
2004-06-06
todo update
Warren Dukes
2004-05-30
clean up some grammar
Warren Dukes
2004-05-29
fix TIcho's seeking while paused bug
Warren Dukes
2004-05-21
do input buffering in while sleeping loop of sending stuff to output buffer
Warren Dukes
2004-05-18
yes! rudimentary stream playing for mp3's!
Warren Dukes
2004-05-10
some more work on organizing code for resampling/audioFormat conversion
Warren Dukes
2004-05-07
rewrite outputBuffer'ing abstraction a bit to be more effecient and easier
Warren Dukes
2004-05-07
new OutputBuffer abstraction stuff, implemented for mp3, now need to
Warren Dukes