summaryrefslogtreecommitdiff
path: root/rcu.c
AgeCommit message (Collapse)Author
2007-08-24Fixed some compiler warnings with gcc-4.2.0Klaus Schmidinger
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' ↵Klaus Schmidinger
to avoid problems on 64-bit machines
2006-06-16Modified rcu.c to better handle RC5 codesKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2005-12-31Changed the API of the functions cStatus::Recording() and ↵Klaus Schmidinger
cStatus::Replaying(), so that they can provide the full file name of the recording
2005-12-16Fixed the RCU remote control handling to avoid problems with NPTLKlaus Schmidinger
2005-08-15Some missed places where cThread::Running() should be usedKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2004-12-19Replaced time_ms() with a threadsafe and non-overflowing cTimeMsKlaus Schmidinger
2004-12-19Removed delay_ms(), using cCondWait::SleepMs() insteadKlaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-05-02The RCU channel display no longer changes when a recording on a different ↵Klaus Schmidinger
channel starts on the primary device
2003-04-12The LIRC and RCU remote control no longer try to learn keys in case of ↵Klaus Schmidinger
errors during startup
2002-12-07The RCU now only sets the channel number display when there are no incoming ↵Klaus Schmidinger
remote control keys
2002-10-07Added cDevice::DeviceNumber()Klaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger