index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ringbuffer.c
Age
Commit message (
Expand
)
Author
2016-12-22
Improved handling frame numbers to have a smoother progress display during re...
Klaus Schmidinger
2012-09-22
The new class cIoThrottle is used to allow I/O intense threads to temporarily...
Klaus Schmidinger
2012-09-17
Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10
Klaus Schmidinger
2009-11-22
Fixed generating the index for recordings from channels that put a whole GOP ...
Klaus Schmidinger
2009-05-17
Added a note about the meaning of PERCENTAGEDELTA in cRingBuffer::UpdatePerce...
Klaus Schmidinger
2009-03-13
Replaced cBackTrace with cPtsIndex
Klaus Schmidinger
2007-11-17
Fixed handling small PES packets that caused subtitles to be displayed late i...
Klaus Schmidinger
2006-06-16
Added a missing variable initialization in cRingBufferLinear::cRingBufferLine...
Klaus Schmidinger
2005-12-30
Changed all "illegal" to "invalid" in error messages
Klaus Schmidinger
2005-12-11
Now using the gettid() syscall to get a thread's pid, so that we get a useful...
Klaus Schmidinger
2004-10-16
Improved buffer handling
Klaus Schmidinger
2004-06-19
Fixed cRingBufferLinear::Get() in case the buffer wraps around
Klaus Schmidinger
2004-03-07
Avoiding too many consecutive "ring buffer overflow" messages
Klaus Schmidinger
2003-10-18
Changed thread handling to make it work with NPTL
Klaus Schmidinger
2003-05-12
Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plu...
Klaus Schmidinger
2003-05-11
Removed the WaitForPut/WaitForGet stuff from cRingBuffer
Klaus Schmidinger
2003-04-27
Setting the 'broken link' flag for GOPs during replay when necessary
Klaus Schmidinger
2003-02-15
Fixed margin handling in cRingBufferLinear
Klaus Schmidinger
2003-01-26
Fixed a new/delete malloc/free mismatch
Klaus Schmidinger
2003-01-26
Modified cRingBufferLinear to avoid excessive memmove() calls in 'Transfer Mo...
Klaus Schmidinger
2003-01-19
Implemented non blocking file reader for cDvbPlayer
Klaus Schmidinger
2002-07-28
Added a missing #include
Klaus Schmidinger
2002-06-16
Totally rearranged device/player/recorder structures
Klaus Schmidinger
2002-05-18
Fixed some function headers to make them compile with gcc 3.x
Klaus Schmidinger
2002-05-13
Improved the [eid]syslog() macros
Klaus Schmidinger
2002-04-19
Improved thread locking in the ring buffer to avoid possible race conditions ...
Klaus Schmidinger
2001-11-03
Added PTS to the converted PCM audio when replaying a DVD
Klaus Schmidinger
2001-08-05
New ringbuffer for frames
Klaus Schmidinger
2001-08-03
Added support for replaying DVDs
Klaus Schmidinger
2001-06-02
Converted to the new API plus several small enhancements
0.8.0
Klaus Schmidinger
2001-03-31
Redesigned the ring buffer; prepared for remultiplexing
Klaus Schmidinger