Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 2008-11-02 | 1 | -14/+14 |
| | | | | Rename all functions to the new prefix. | ||||
* | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 2008-11-02 | 1 | -6/+7 |
| | | | | .. and rename ob_chunk to struct music_chunk. | ||||
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -0/+115 |
No CamelCase in the file name. The output_buffer struct is going to be renamed to music_pipe. There are so many buffer levels in MPD, and calling this one "output buffer" is wrong, because it's not the last buffer before the music reaches the output devices. |