summaryrefslogtreecommitdiff
path: root/ringbuffer.h
AgeCommit message (Expand)Author
2005-12-11Now using the gettid() syscall to get a thread's pid, so that we get a useful...Klaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-06-19Fixed the description of cRingBufferLinearKlaus Schmidinger
2004-03-07Avoiding too many consecutive "ring buffer overflow" messagesKlaus Schmidinger
2003-10-18Changed thread handling to make it work with NPTLKlaus Schmidinger
2003-05-12Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plu...Klaus Schmidinger
2003-05-11Removed the WaitForPut/WaitForGet stuff from cRingBufferKlaus Schmidinger
2003-04-27Setting the 'broken link' flag for GOPs during replay when necessaryKlaus Schmidinger
2003-01-26Modified cRingBufferLinear to avoid excessive memmove() calls in 'Transfer Mo...Klaus Schmidinger
2003-01-19Implemented non blocking file reader for cDvbPlayerKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2001-11-03Added PTS to the converted PCM audio when replaying a DVDKlaus Schmidinger
2001-08-05New ringbuffer for framesKlaus Schmidinger
2001-08-03Added support for replaying DVDsKlaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2001-03-31Redesigned the ring buffer; prepared for remultiplexingKlaus Schmidinger