summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Expand)Author
2002-11-03Removed displaying 'Recording' since this caused a lengthy black screen on si...Klaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-10-27Implemented key macrosKlaus Schmidinger
2002-10-27Implemented additional dedicated keysKlaus Schmidinger
2002-10-20Timers now internally have a pointer to their channelKlaus Schmidinger
2002-10-13New configuration file 'reccmds.conf'Klaus Schmidinger
2002-10-12Fixed a crash when closing down with remote control pluginsKlaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-09-15A previous 'Transfer Mode' is now automatically re-started after a replay stopsKlaus Schmidinger
2002-09-08Skipping unavailable channels when switching with 'Up' and 'Down' keysKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-16Now running even w/o DVB devices, provided at least one device is implemented...1.1.7Klaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger
2002-06-23Switched VDR's own player to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-23Moved handling of the Menu key entirely into vdr.cKlaus Schmidinger
2002-06-22Activated cuttingKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-20Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.cKlaus 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-18Added an error message if the directory specified in the '-L' option can't be...Klaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-05-13Made the config directory available to pluginsKlaus Schmidinger
2002-05-12Added the cPlugin::Housekeeping() functionKlaus Schmidinger
2002-05-12Changed the cPlugin::Start() function to return a boolean valueKlaus Schmidinger
2002-05-11Improved implementation of setup menus for pluginsKlaus Schmidinger
2002-05-09Implemented plugin interface1.1.0Klaus Schmidinger
2002-04-26Now taking an active video cutting process into account when doing shutdown o...Klaus Schmidinger
2002-03-29Added command line option -VKlaus Schmidinger
2002-03-09Implemented OSD for Volume and MuteKlaus Schmidinger
2002-03-09New SVDRP command VOLUKlaus Schmidinger
2002-03-08New command line option '-m'Klaus Schmidinger
2002-03-03CICAM setup for conditional access channelsKlaus Schmidinger
2002-02-24Removed DVD support from the core VDR sourceKlaus Schmidinger
2002-02-23Reading 'epg.data' at startupKlaus Schmidinger
2002-02-10Confirmation prompt in case of an upcoming timer event when pressing the 'Pow...Klaus Schmidinger
2002-02-02Introduced 'svdrphosts.conf'Klaus Schmidinger
2002-01-26Fixed setting the LastActivity timestamp after a shutdown promptKlaus Schmidinger
2002-01-26Improved error handling in the editing process; message prompt at the end of ...Klaus Schmidinger
2002-01-26Fixed handling file names that contain single quotes or dollar signs in calls...Klaus Schmidinger
2002-01-13Removed the check to see whether the system time is running linearlyKlaus Schmidinger
2001-11-03Added a fifth parameter to the 'shutdown' call that indicates the reason for ...Klaus Schmidinger
2001-11-03Fixed handling the 'Power' key in case Setup.MinUserInactivity is set to 0Klaus Schmidinger
2001-10-27Completed storing the current audio volume in the setup.conf fileKlaus Schmidinger
2001-10-20The menu timeout now also works when pressing the 'Back' button during replay...Klaus Schmidinger
2001-10-20Closing all open file descriptors when calling external programsKlaus Schmidinger
2001-10-19Removed the 'system time seen...' messageKlaus Schmidinger
2001-10-07Moved the _GNU_SOURCE macro into the MakefileKlaus Schmidinger