summaryrefslogtreecommitdiff
path: root/dvbosd.c
AgeCommit message (Expand)Author
2006-01-28Removed the "buffer reserve" in Transfer Mode - it's no longer necessary with...Klaus Schmidinger
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-12-18Fixed handling OSD areas that have invalid sizesKlaus Schmidinger
2005-05-22Removed converting byte order on big endian systems from cDvbOsd::Flush()Klaus Schmidinger
2005-02-12Now using twice the buffer reserve in cTransfer if the primary DVB card is an...Klaus Schmidinger
2004-11-20Now checking available OSD memory at runtimeKlaus Schmidinger
2004-07-18Avoiding flashing effects in the OSD of full featured DVB cards by explicitly...Klaus Schmidinger
2004-06-12Some improvements in cOsd creationKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2003-04-12If no device with an MPEG decoder can be found at startup, the first device i...Klaus Schmidinger
2003-03-09Removed signal handling and usleep(5000) from cDvbOsd::Cmd()Klaus Schmidinger
2002-08-25Added cPalette::AllColors() for plugins that need to get the color entries of...Klaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-05-18Completely moved OSD handling out of the cDvbApi class, into the new cOsdKlaus Schmidinger
2002-05-18Rearranged OSD class names to make 'cOsd' available for the main OSD interfaceKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-05-10Separated the actual DVB hardware OSD implementation from the abstract OSD in...Klaus Schmidinger
2002-04-13Fixed color palette handling on 'big endian' systemsKlaus Schmidinger
2002-01-13Fixed failing watchdog timer if program hangs in OSD activitiesKlaus Schmidinger
2002-01-13Prepared the OSD functions for multiple overlapping windowsKlaus Schmidinger
2001-07-24Increased the usleep value in cDvbOsd::Cmd() to 5000 in order to work on syst...Klaus Schmidinger
2001-07-22Larger OSD with 2bpp windows; Channel display at bottomKlaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2000-12-09Moved progress display to menu.cKlaus Schmidinger
2000-11-18Fixed font for system commandsKlaus Schmidinger
2000-11-05Date and time in the title of an event info page are now always right adjustedKlaus Schmidinger
2000-11-01Improved Schedules menusKlaus Schmidinger
2000-10-08Remote control uses threadsKlaus Schmidinger
2000-10-03Displaying as much as possible of the current/next info (dropping characters ...Klaus Schmidinger
2000-10-03Faster OSD by using bitmapKlaus Schmidinger