summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Expand)Author
2003-08-02Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile...Klaus Schmidinger
2003-06-19Changed the behaviour of the '0' key in normal viewing mode to have a 3 secon...Klaus Schmidinger
2003-05-29Some touchups for version 1.2.0Klaus Schmidinger
2003-05-24Fixed channel switching in case the current channel becomes unavailableKlaus Schmidinger
2003-05-24Fixed channel switching in the EPG scanner on single device systemsKlaus Schmidinger
2003-05-24Fixed volume display in case a plugin has its own OSD openKlaus Schmidinger
2003-05-24Fixed I/O handling in case an explicit controlling terminal is givenKlaus Schmidinger
2003-05-16Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets ...Klaus Schmidinger
2003-05-11Fixed keeping live video active in case the primary device doesn't have an MP...Klaus Schmidinger
2003-05-09Introduced cPlugin::Initialize()Klaus Schmidinger
2003-05-03Restoring the current channel in case a recording has switched the transponderKlaus Schmidinger
2003-05-02Fixed handling dedicated keysKlaus Schmidinger
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 i...Klaus Schmidinger
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 th...Klaus Schmidinger
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
2002-11-30Now taking an active SVDRP connection into account when doing shutdown or hou...Klaus Schmidinger
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 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