summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-18Fixed the character width and shifted the codes; Renamed font???.c to ↵Klaus Schmidinger
font???-iso8859-1.c
2004-12-18Fixed genfontfile.c (wrong width, shifted values)Klaus Schmidinger
2004-12-18Removed the LOCK_THREAD from the LIRC threadKlaus Schmidinger
2004-12-18Fixed setting 'synced' in cRemux when recording radio channelsKlaus Schmidinger
2004-12-18Completed the Italian OSD textsKlaus Schmidinger
2004-12-18Escaped the '-' and 'ö' characters in the man pagesKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-27Fixed a possible race condition in generating the DVB device namesKlaus Schmidinger
2004-11-27Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in ↵Klaus Schmidinger
still picture mode
2004-11-26Fixed the spelling of 'canceling'Klaus Schmidinger
2004-11-26Some more changes to the 'childTid' handling in cThreadKlaus Schmidinger
2004-11-22Removed an unused variable from cTimer::GetWDayFromMDay()Klaus Schmidinger
2004-11-21Some improvements to cPoller1.3.17Klaus Schmidinger
2004-11-21channels.confKlaus Schmidinger
2004-11-21Fixed toggling the 'Day' item in the 'Timers' menu, so that it selects the ↵Klaus Schmidinger
right day of week for timers in the future
2004-11-21Back to the old DVB driver due to tuning failures with dvb-kernelKlaus Schmidinger
2004-11-20Fixed handling childTid in cThread to avoid possible race conditionsKlaus Schmidinger
2004-11-20Fixed some typos in the Makefile's 'font' targetKlaus Schmidinger
2004-11-20Now checking available OSD memory at runtimeKlaus Schmidinger
2004-11-20Now setting the VPID before the APID in live mode to avoid unnecessary ↵Klaus Schmidinger
overhead in the firmware
2004-11-20Fixed a possible recursion in cControl::Shutdown()Klaus Schmidinger
2004-11-20Fixed some errors in the Croatian language textsKlaus Schmidinger
2004-11-20Fixed some characters in the iso8859-2 font fileKlaus Schmidinger
2004-11-20Fixed a possible crash when pausing live video and the recording was unable ↵Klaus Schmidinger
to start
2004-11-19Switched to 'dvb-kernel' driver (build-2.4)Klaus Schmidinger
2004-11-16Fixed cRemux::ScanVideoPacket() to make sure it doesn't access memory beyond ↵Klaus Schmidinger
the end of the given buffer
2004-11-14Implemented handling of number keys in the 'Timers' menu for toggling days1.3.16Klaus Schmidinger
2004-11-14channels.confKlaus Schmidinger
2004-11-14Checking PID language codes for ISO 639 complianceKlaus Schmidinger
2004-11-07Added missing initialization of cEvent::seenKlaus Schmidinger
2004-11-07Fixed a short glitch when starting a recording on the primary device while ↵Klaus Schmidinger
in replay or transfer mode
2004-11-07Added a missing call to cStatus::MsgOsdStatusMessage(NULL) in cSkins::Message()Klaus Schmidinger
2004-11-06Fixed handling of pmAudioOnlyBlackKlaus Schmidinger
2004-11-06Fixed the cDvbSpuDecoderKlaus Schmidinger
2004-11-06Added missing calls to cStatus::MsgOsdClear() in cSkins::Message()Klaus Schmidinger
2004-11-06Reactivated the NPTL check at startupKlaus Schmidinger
2004-11-06Added Danish language textsKlaus Schmidinger
2004-11-05Changed channel number of 'itv2'Klaus Schmidinger
2004-11-02Fixed cChannel::SetName() in case only the ShortName or Provider has changedKlaus Schmidinger
2004-11-01Now displaying the name of the remote control for which the keys are being ↵1.3.15Klaus Schmidinger
learned inside the menu
2004-11-01channels.confKlaus Schmidinger
2004-11-01Fixed the buffer size in cRecording::SortName()Klaus Schmidinger
2004-11-01Implemented sort modes for the 'Channels' menuKlaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-10-31Fixed handling key codes that start with 0x1B in the KBD remote control codeKlaus Schmidinger
2004-10-31Added the 'portal name' to cChannelsKlaus Schmidinger
2004-10-31Now handling the channel name, short name and provider separatelyKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-10-31Now calling pthread_cond_broadcast() in the desctructor of cCondWait and ↵Klaus Schmidinger
cCondVar; using pthread_cond_broadcast() instead of pthread_cond_signal() in cCondWait
2004-10-31Moved the main program loop variables further up to allow compilation with ↵Klaus Schmidinger
older compiler versions