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
/
pipe.h
Age
Commit message (
Expand
)
Author
2011-07-20
pipe: make read-only functions "pure"
Max Kellermann
2011-03-16
Merge release 0.15.16 into v0.16.x
Max Kellermann
2011-01-14
Fix NDEBUG test
Andreas Wiese
2010-11-07
Merge release 0.15.14 from branch 'v0.15.x'
Max Kellermann
2010-11-05
pipe: add helper function music_pipe_empty()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-09
music_pipe: added music_pipe_contains()
Max Kellermann
2009-03-08
music_chunk: added assertions on the audio format
Max Kellermann
2009-03-07
music_pipe: added music_pipe_peek()
Max Kellermann
2009-03-06
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-03-06
music_pipe: added music_pipe_push()
Max Kellermann
2009-03-03
music_pipe: moved struct music_chunk to chunk.h
Max Kellermann
2009-01-17
music_pipe: removed music_pipe_append()
Max Kellermann
2009-01-17
music_pipe: added functions music_pipe_write() and music_pipe_expand()
Max Kellermann
2008-11-13
player: chop the tail of the music pipe after CANCEL
Max Kellermann
2008-11-13
music_pipe: continuously check the sample format of all chunks
Max Kellermann
2008-11-02
music_pipe: add tag pointer to the music_chunk struct
Max Kellermann
2008-11-02
music_pipe: document struct music_chunk
Max Kellermann
2008-11-02
music_pipe: removed "volatile"
Max Kellermann
2008-11-02
music_pipe: renamed "size" to "num_chunks"
Max Kellermann
2008-11-02
music_pipe: no CamelCase
Max Kellermann
2008-11-02
music_pipe: renamed "ob" to "music_pipe"
Max Kellermann
2008-11-02
music_pipe: more wrapper functions
Max Kellermann
2008-11-02
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
2008-11-02
music_pipe: renamed ob_* functions to music_pipe_*
Max Kellermann
2008-11-02
music_pipe: renamed struct output_buffer to struct music_pipe
Max Kellermann
2008-11-02
renamed outputBuffer.[ch] to pipe.[ch]
Max Kellermann