summaryrefslogtreecommitdiff
path: root/ringbuffer.c
AgeCommit message (Expand)Author
2017-03-19The function cRingBufferLinear::Clear() can now be called safely from the rea...Klaus Schmidinger
2016-12-22Improved handling frame numbers to have a smoother progress display during re...Klaus Schmidinger
2012-09-22The new class cIoThrottle is used to allow I/O intense threads to temporarily...Klaus Schmidinger
2012-09-17Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10Klaus Schmidinger
2009-11-22Fixed generating the index for recordings from channels that put a whole GOP ...Klaus Schmidinger
2009-05-17Added a note about the meaning of PERCENTAGEDELTA in cRingBuffer::UpdatePerce...Klaus Schmidinger
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger
2007-11-17Fixed handling small PES packets that caused subtitles to be displayed late i...Klaus Schmidinger
2006-06-16Added a missing variable initialization in cRingBufferLinear::cRingBufferLine...Klaus Schmidinger
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
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 cRingBufferLinear::Get() in case the buffer wraps aroundKlaus 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-02-15Fixed margin handling in cRingBufferLinearKlaus Schmidinger
2003-01-26Fixed a new/delete malloc/free mismatchKlaus 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-07-28Added a missing #includeKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-18Fixed some function headers to make them compile with gcc 3.xKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-04-19Improved thread locking in the ring buffer to avoid possible race conditions ...Klaus 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