summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2004-11-26Some more changes to the 'childTid' handling in cThreadKlaus Schmidinger
2004-11-20Fixed handling childTid in cThread to avoid possible race conditionsKlaus Schmidinger
2004-10-31Now calling pthread_cond_broadcast() in the desctructor of cCondWait and cCon...Klaus Schmidinger
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-03-14Fixed a memory leak in thread handling when using NPTLKlaus 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-18Fixed setting the locking pid after a timed waitKlaus Schmidinger
2003-05-03Removed the (no longer necessary) 'panic' stuff from cThreadKlaus Schmidinger
2002-11-02Fixed closing all dup'ed file descriptors in cPipeKlaus Schmidinger
2002-08-15Improved cCondVar::Wait() and implemented cCondVar::TimedWait()Klaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-03-09Fixed 'zombie' processes when closing a pipeKlaus Schmidinger
2002-02-23Accessing Schedules data directly via cSIProcessorKlaus Schmidinger
2002-02-17Fixed closing all unused file descriptors when opening a pipeKlaus Schmidinger
2001-10-27Removed the recursion stuff from cThread (cMutex already does this)Klaus Schmidinger
2001-10-21Fixed handling trick modes near the beginning and end of a recordingKlaus Schmidinger
2001-10-20Closing all open file descriptors when calling external programsKlaus Schmidinger
2001-09-23Fixed setting the locking PID in cMutexKlaus 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-28Implemented 'on disk editing'Klaus Schmidinger
2000-12-08Switched to PES recordingKlaus Schmidinger
2000-11-22Typecast for gcc-2.96 (under Mandrake)Klaus 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-08Stopping remote control thread at endKlaus Schmidinger
2000-10-08Remote control uses threadsKlaus Schmidinger