aboutsummaryrefslogtreecommitdiffstats
path: root/src/ringbuf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-30ringbuf: create a new struct rbvec instead of reusing struct iovecEric Wong1-6/+12
2008-08-30fixed ringbuf.c warningsMax Kellermann1-1/+1
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-2/+4
2008-06-30ringbuf: add thread-safe, thread-specific reset functionsEric Wong1-0/+18
2008-06-30ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong1-2/+5
2008-06-30Add a generic ring buffer implementationEric Wong1-0/+205