summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2003-04-21Implemented 'pause live video'1.1.28Klaus Schmidinger
2003-04-12The 'epg.data' file is now read after all plugins have been startedKlaus Schmidinger
2003-04-12If no device with an MPEG decoder can be found at startup, the first device ↵Klaus Schmidinger
is now used as primary device
2003-03-30Fixed faulty behaviour of the 'Mute' key in case the channel display is visibleKlaus Schmidinger
2003-03-09Trying harder to find a primary deviceKlaus Schmidinger
2003-02-16Fixed broken support for raw OSDs of pluginsKlaus Schmidinger
2003-02-15Improved keyboard detectionKlaus Schmidinger
2003-02-09Timers are now processed even if a menu is open1.1.24Klaus Schmidinger
2003-02-09Improved CAM supportKlaus Schmidinger
2003-01-26Fixed handling the LOG_LOCALn parameters in the -l optionKlaus Schmidinger
2003-01-06Implemented 'Link Layer' based CAM supportKlaus Schmidinger
2002-12-13Fixed taking an active SVDRP connection into account when doing shutdownKlaus Schmidinger
2002-12-13Checking if there is a connection to the keyboard and if VDR is running in ↵Klaus Schmidinger
the foreground
2002-12-08KBD active by default; no more 'ncurses' necessary for KBD1.1.19Klaus Schmidinger
2002-12-01Macros in 'keymacros.conf' can now use "@plugin" to directly access the main ↵Klaus Schmidinger
menu function of a given plugin
2002-11-30Now taking an active SVDRP connection into account when doing shutdown or ↵Klaus Schmidinger
housekeeping
2002-11-24Extended the '-l' option to allow logging to LOG_LOCALnKlaus Schmidinger
2002-11-24Plugins can now have their own raw OSDKlaus Schmidinger
2002-11-03Removed displaying 'Recording' since this caused a lengthy black screen on ↵Klaus Schmidinger
single DVB card systems
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 ↵1.1.7Klaus Schmidinger
implemented by a plugin
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 ↵Klaus Schmidinger
be accessed
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 ↵Klaus Schmidinger
or housekeeping
2002-03-29Added command line option -VKlaus Schmidinger
2002-03-09Implemented OSD for Volume and MuteKlaus Schmidinger