Go to file
Klaus Schmidinger 539e6623fd Updated 'channels.conf.cable' 2003-09-17 16:12:38 +02:00
PLUGINS/src Introduced cPlugin::Initialize() 2003-05-09 15:27:46 +02:00
libdtv Made crc32() a static function in libdtv/libsi/si_parser.c 2003-08-15 14:04:48 +02:00
CONTRIBUTORS Updated 'ca.conf' 2003-09-14 11:17:07 +02:00
COPYING Added the COPYING file 2002-03-10 10:05:20 +01:00
Doxyfile Using 'Doxygen' to generate source code documentation 2002-12-15 15:36:02 +01:00
HISTORY Updated 'channels.conf.cable' 2003-09-17 16:12:38 +02:00
INSTALL Fixed the URL to the 'Doxygen' tool in INSTALL 2003-09-09 19:03:29 +02:00
MANUAL Removed the obsolete chapter "Stopping a recording on the primary DVB interface" from MANUAL 2003-09-09 21:38:19 +02:00
Make.config.template Made the plugin library directory configurable via Make.config 2003-08-09 11:09:45 +02:00
Makefile Made the plugin library directory configurable via Make.config 2003-08-09 11:09:45 +02:00
PLUGINS.html Some touchups for version 1.2.0 2003-05-29 12:44:06 +02:00
README Some touchups for version 1.2.0 2003-05-29 12:44:06 +02:00
UPDATE-1.2.0 Added the UPDATE-1.2.0 file 2003-05-30 09:00:00 +02:00
audio.c Implemented audio plugin interface 2002-11-03 11:53:58 +01:00
audio.h Implemented audio plugin interface 2002-11-03 11:53:58 +01:00
ca.conf Updated 'ca.conf' 2003-09-14 11:17:07 +02:00
channels.c Fixed handling ':' characters in channel names when reading channels.conf 2003-09-09 18:55:26 +02:00
channels.conf channels.conf 2003-09-05 12:46:20 +02:00
channels.conf.cable Updated 'channels.conf.cable' 2003-09-17 16:12:38 +02:00
channels.conf.terr Updated 'channels.conf.terr' for Berlin 2003-08-30 10:32:54 +02:00
channels.h VDR now stops with result value 2 if one of the configuration files can't be read correctly at program startup 2003-08-16 09:18:52 +02:00
ci.c Fixed checking CA capabilities with the dvb-kernel driver 2003-08-02 10:04:21 +02:00
ci.h The cCiHandler now closes its file handle when it gets destroyed 2003-05-25 11:51:28 +02:00
config.c Empty values in setup.conf are no longer treated as an error 2003-08-24 11:01:42 +02:00
config.h Updated 'channels.conf.cable' 2003-09-17 16:12:38 +02:00
cutter.c Removing deleted recordings faster than normal when cutting 2003-08-17 09:18:40 +02:00
cutter.h Activated cutting 2002-06-22 10:11:59 +02:00
device.c Fixed scaling SPU bitmaps in Letterbox mode when playing NTSC material 2003-08-15 13:05:50 +02:00
device.h Fixed scaling SPU bitmaps in Letterbox mode when playing NTSC material 2003-08-15 13:05:50 +02:00
diseqc.c The actual tuning is now done in a separate thread 2002-12-08 09:55:26 +01:00
diseqc.conf Added more examples to 'diseqc.conf' 2002-11-15 16:22:19 +01:00
diseqc.h The actual tuning is now done in a separate thread 2002-12-08 09:55:26 +01:00
dvbdevice.c The DVB devices no longer send CA descriptors to the CAM while the EPG scanner is active 2003-09-06 13:22:24 +02:00
dvbdevice.h Fixed scaling SPU bitmaps in Letterbox mode when playing NTSC material 2003-08-15 13:05:50 +02:00
dvbosd.c If no device with an MPEG decoder can be found at startup, the first device is now used as primary device 2003-04-12 12:20:07 +02:00
dvbosd.h Completely switched to the HEAD driver version 2002-11-01 10:26:45 +01:00
dvbplayer.c Fixed a memory leak in cNonBlockingFileReader 2003-05-24 09:10:07 +02:00
dvbplayer.h Switched VDR's own player to the new cPlayer/cControl structures 2002-06-23 11:23:34 +02:00
dvbspu.c Fixed scaling SPU bitmaps in Letterbox mode when playing NTSC material 2003-08-15 13:05:50 +02:00
dvbspu.h Fixed handling DVD subtitles in the SPU decoder 2002-09-29 13:50:17 +02:00
eit.c Fixed a possible access of invalid file handles in cSIProcessor::Action() 2003-05-29 15:10:12 +02:00
eit.h Avoiding spurious section filter settings after a channel switch 2003-05-18 12:55:16 +02:00
eitscan.c The DVB devices no longer send CA descriptors to the CAM while the EPG scanner is active 2003-09-06 13:22:24 +02:00
eitscan.h The DVB devices no longer send CA descriptors to the CAM while the EPG scanner is active 2003-09-06 13:22:24 +02:00
epg2html.pl Fixed parsing 'E' records 2002-05-30 09:50:19 +02:00
font.c Fixed font for system commands 2000-11-18 15:46:00 +01:00
font.h Fixed font for system commands 2000-11-18 15:46:00 +01:00
fontfix.c Fixed font for system commands 2000-11-18 15:46:00 +01:00
fontosd.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
genfontfile.c Some touchups for version 1.2.0 2003-05-29 12:44:06 +02:00
i18n.c Completed Dutch language texts 2003-09-11 13:51:56 +02:00
i18n.h Added Catalanian language texts 2003-05-16 13:04:52 +02:00
interface.c Avoiding short display of the main menu if a plugin displays its own OSD 2003-04-27 12:36:21 +02:00
interface.h Now taking an active SVDRP connection into account when doing shutdown or housekeeping 2002-11-30 14:40:10 +01:00
keymacros.conf Macros in 'keymacros.conf' can now use "@plugin" to directly access the main menu function of a given plugin 2002-12-01 10:48:08 +01:00
keys.c VDR now starts up even if 'keymacros.conf' references a plugin that is currently not loaded 2003-09-14 10:07:47 +02:00
keys.h Implemented raw keyboard input 2002-12-15 10:58:00 +01:00
lirc.c Skipping keys that come in too fast from LIRC 2003-04-27 11:41:51 +02:00
lirc.h The LIRC and RCU remote control no longer try to learn keys in case of errors during startup 2003-04-12 14:37:57 +02:00
menu.c Added 'repeat' function keys '7' and '9' ("jump to mark") in replay mode 2003-09-14 10:53:06 +02:00
menu.h Added the usual menu timeout to the CAM menus 2003-08-03 09:54:18 +02:00
menuitems.c Fixed handling min/max borders when entering integer values 2003-04-12 09:24:48 +02:00
menuitems.h Implemented actual user input for CAM enquiry menus 2003-01-19 14:59:46 +01:00
newplugin Introduced cPlugin::Initialize() 2003-05-09 15:27:46 +02:00
osd.c Fixed OSD access in case none of the devices provides one 2003-06-06 12:28:29 +02:00
osd.h Made cOsdMenu::Display() virtual 2003-09-14 11:05:44 +02:00
osdbase.c Fixed a bug in resetting OSD color palettes 2003-08-24 11:42:08 +02:00
osdbase.h Implemented an SPU decoder 2002-09-08 14:17:51 +02:00
player.c Implemented audio plugin interface 2002-11-03 11:53:58 +01:00
player.h Implemented audio plugin interface 2002-11-03 11:53:58 +01:00
plugin.c Fixed handling extra blanks in plugin command lines 2003-08-30 14:52:58 +02:00
plugin.h Introduced cPlugin::Initialize() 2003-05-09 15:27:46 +02:00
rcu.c The RCU channel display no longer changes when a recording on a different channel starts on the primary device 2003-05-02 14:45:40 +02:00
rcu.h The LIRC and RCU remote control no longer try to learn keys in case of errors during startup 2003-04-12 14:37:57 +02:00
receiver.c Changed the cDevice class to allow plugins to implement their own devices 2002-08-04 14:57:29 +02:00
receiver.h Fixed PID handling for cReceiver 2002-07-28 11:29:32 +02:00
recorder.c Fixed a possible crash in case a VFAT file system is used without compiling VDR with VFAT=1 2003-08-02 13:23:58 +02:00
recorder.h Totally rearranged device/player/recorder structures 2002-06-16 12:57:31 +02:00
recording.c Fixed dropping out of replay mode while viewing a recording that is still going on 2003-09-09 16:09:05 +02:00
recording.h Fixed dropping out of replay mode while viewing a recording that is still going on 2003-09-09 16:09:05 +02:00
remote.c Fixed double call to MainMenuAction() of a plugin if invoked via a hotkey 2003-05-02 10:54:00 +02:00
remote.h Fixed double call to MainMenuAction() of a plugin if invoked via a hotkey 2003-05-02 10:54:00 +02:00
remux.c Fixed checking for VIDEO_STREAM_S in cRemux::SetBrokenLink() 2003-09-14 10:43:46 +02:00
remux.h Now setting the 'broken link' flag for GOPs at the beginning of a new video sequence 2003-04-26 15:11:17 +02:00
ringbuffer.c Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plugins actually need this 2003-05-12 17:46:34 +02:00
ringbuffer.h Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plugins actually need this 2003-05-12 17:46:34 +02:00
runvdr Explicitly handling exit value 0 and 2 2003-08-26 16:15:41 +02:00
sources.c Modified channel handling; full DiSEqC support 2002-10-06 10:25:42 +02:00
sources.conf Added Telecom 2B to 'sources.conf' 2002-10-20 13:14:23 +02:00
sources.h Modified channel handling; full DiSEqC support 2002-10-06 10:25:42 +02:00
spu.c Implemented an SPU decoder 2002-09-08 14:17:51 +02:00
spu.h Implemented an SPU decoder 2002-09-08 14:17:51 +02:00
status.c Added cStatus::OsdItem() to provide the entire list of menu items to a plugin 2003-05-03 14:55:17 +02:00
status.h Added cStatus::OsdItem() to provide the entire list of menu items to a plugin 2003-05-03 14:55:17 +02:00
svdrp.c Actually implemented the SVDRP command DELC 2003-08-31 11:26:46 +02:00
svdrp.h New SVDRP command STAT 2003-04-27 14:23:30 +02:00
svdrphosts.conf Introduced 'svdrphosts.conf' 2002-02-02 17:20:54 +01:00
svdrpsend.pl New SVDRP command MESG; SVDRP can reuse port; SVDRP timeout 2001-02-18 14:18:13 +01:00
thread.c Fixed setting the locking pid after a timed wait 2003-05-18 12:46:39 +02:00
thread.h Removed the (no longer necessary) 'panic' stuff from cThread 2003-05-03 14:08:28 +02:00
timers.c Implemented separate PausePriority and PauseLifetime parameters for the recordings created when pausing live video 2003-05-11 14:10:00 +02:00
timers.h Implemented separate PausePriority and PauseLifetime parameters for the recordings created when pausing live video 2003-05-11 14:10:00 +02:00
tools.c Avoiding high CPU load in case the connection to LIRC gets lost 2003-04-06 15:43:41 +02:00
tools.h Using 'Doxygen' to generate source code documentation 2002-12-15 15:36:02 +01:00
transfer.c Now clearing the player device if there are too many poll timeouts in 'Transfer Mode' 2003-08-31 12:41:19 +02:00
transfer.h Implemented cDevice::ActualDevice() 2003-05-11 09:01:51 +02:00
vdr.1 Some touchups for version 1.2.0 2003-05-29 12:44:06 +02:00
vdr.5 Some touchups for version 1.2.0 2003-05-29 12:44:06 +02:00
vdr.c Made 'diseqc.conf' a required file only if Setup.DiSEqC is activated 2003-09-14 09:38:44 +02:00
videodir.c Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile or Makefile.config as defaults 2003-08-02 14:32:53 +02:00
videodir.h The 'Main' menu now displays the used disk space in the title 2002-01-27 13:11:23 +01:00

README

Video Disk Recorder ('VDR')
---------------------------

These files contain the source code of the "Video Disk Recorder",
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
For details about the "Video Disk Recorder" project please
refer to http://www.cadsoft.de/vdr.

There is also a remote control unit described on those
Web pages, which can be used within this program.

Please see the INSTALL file for details on how to install
this program on your computer.

The MANUAL file describes how to operate the VDR.

The CONTRIBUTORS file lists all the people who have contributed to the
development of VDR.

The author can be contacted at kls@cadsoft.de.

Yet another "set-top-box"?
--------------------------

The "set-top-boxes" available from commercial companies all have
one major drawback: they are not "open". This project's goal is
to build an "open" digital satellite receiver and timer controlled
video disk recorder, based upon open standards and freely available
driver software (of course, the hardware still has to be bought).

The on screen menu system is simple, but shall provide all the
possibilites necessary to perform timer controlled recording,
file management and even "on disk editing". The menus
of commercial set-top-boxes usually are a lot more fancy than
the ones in this system, but here we have the full source code
and can modify the menus in whatever way desired.