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
/
pipe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
music_pipe: added assertion on chunk->audio_format
Max Kellermann
2009-05-11
1
-0
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
music_pipe: added music_pipe_contains()
Max Kellermann
2009-03-09
1
-0
/
+21
*
music_chunk: added assertions on the audio format
Max Kellermann
2009-03-08
1
-0
/
+33
*
music_pipe: refuse to push empty chunks
Max Kellermann
2009-03-07
1
-0
/
+4
*
music_pipe: poison music_chunk.next
Max Kellermann
2009-03-07
1
-0
/
+5
*
music_pipe: added music_pipe_peek()
Max Kellermann
2009-03-07
1
-0
/
+6
*
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-03-06
1
-163
/
+58
*
music_pipe: added music_pipe_push()
Max Kellermann
2009-03-06
1
-86
/
+18
*
music_chunk: added music_chunk_write(), music_chunk_expand()
Max Kellermann
2009-03-05
1
-16
/
+5
*
music_pipe: moved struct music_chunk to chunk.h
Max Kellermann
2009-03-03
1
-14
/
+1
*
music_pipe: removed music_pipe_append()
Max Kellermann
2009-01-17
1
-30
/
+0
*
music_pipe: added functions music_pipe_write() and music_pipe_expand()
Max Kellermann
2009-01-17
1
-32
/
+46
*
music_pipe: narrowed assertion on chunk index
Max Kellermann
2008-11-18
1
-1
/
+1
*
player: chop the tail of the music pipe after CANCEL
Max Kellermann
2008-11-13
1
-0
/
+12
*
music_pipe: continuously check the sample format of all chunks
Max Kellermann
2008-11-13
1
-0
/
+18
*
music_pipe: check for partial frames in appended chunk
Max Kellermann
2008-11-13
1
-0
/
+2
*
music_pipe: add tag pointer to the music_chunk struct
Max Kellermann
2008-11-02
1
-1
/
+27
*
music_pipe: added functions chunk_init() and chunk_free()
Max Kellermann
2008-11-02
1
-10
/
+38
*
music_pipe: renamed "size" to "num_chunks"
Max Kellermann
2008-11-02
1
-10
/
+10
*
music_pipe: no CamelCase
Max Kellermann
2008-11-02
1
-14
/
+14
*
music_pipe: set bit_rate and time in music_pipe_append()
Max Kellermann
2008-11-02
1
-10
/
+10
*
music_pipe: moved code to music_chunk_append()
Max Kellermann
2008-11-02
1
-13
/
+28
*
music_pipe: renamed "ob" to "music_pipe"
Max Kellermann
2008-11-02
1
-43
/
+43
*
music_pipe: use GLib instead of utils.h
Max Kellermann
2008-11-02
1
-3
/
+3
*
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
2008-11-02
1
-1
/
+3
*
music_pipe: pass frame size to tail_chunk()
Max Kellermann
2008-11-02
1
-3
/
+2
*
music_pipe: renamed ob_* functions to music_pipe_*
Max Kellermann
2008-11-02
1
-20
/
+20
*
music_pipe: renamed struct output_buffer to struct music_pipe
Max Kellermann
2008-11-02
1
-6
/
+8
*
renamed outputBuffer.[ch] to pipe.[ch]
Max Kellermann
2008-11-02
1
-0
/
+228