summaryrefslogtreecommitdiff
path: root/thread.h
AgeCommit message (Expand)Author
2004-10-24Added cCondWait::Sleep() and using it to replace all usleep() callsKlaus Schmidinger
2004-10-24Added some checks when cancelling a thread and removed the usleep() in cThrea...Klaus Schmidinger
2004-10-24Removed the signal handler and WakeUp() call from cThreadKlaus Schmidinger
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-10-18Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NPKlaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-10-18Changed thread handling to make it work with NPTLKlaus Schmidinger
2003-05-03Removed the (no longer necessary) 'panic' stuff from cThreadKlaus Schmidinger
2002-08-15Improved cCondVar::Wait() and implemented cCondVar::TimedWait()Klaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-02-23Accessing Schedules data directly via cSIProcessorKlaus Schmidinger
2001-10-27Removed the recursion stuff from cThread (cMutex already does this)Klaus Schmidinger
2001-10-20Closing all open file descriptors when calling external programsKlaus Schmidinger
2001-09-15Pipe to Dolby Digital replay command closes all unused file descriptors to av...Klaus Schmidinger
2001-08-05New ringbuffer for framesKlaus Schmidinger
2001-08-03Added support for replaying DVDsKlaus Schmidinger
2001-07-12Additional 'emergency exit' in case channel switching doesn't work several ti...Klaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2000-12-08Switched to PES recordingKlaus Schmidinger
2000-11-18All cards write EIT info into the same data structure; free cards scan for EI...Klaus Schmidinger
2000-10-29Implemented 'Schedules' menuKlaus Schmidinger
2000-10-08Remote control uses threadsKlaus Schmidinger