Go to file
Klaus Schmidinger b0678c91ab Now trying to reestablish the connection to the LIRC daemon in case it breaks 2006-01-27 16:03:32 +01:00
PLUGINS/src Fixed a typo 2006-01-08 10:21:32 +01:00
libsi Added support for multiple audio language codes in ISO639LanguageDescriptors to 'libsi' 2005-09-03 15:19:00 +02:00
symbols Implemented displaying audio channel 2005-01-09 12:08:34 +01:00
CONTRIBUTORS Now trying to reestablish the connection to the LIRC daemon in case it breaks 2006-01-27 16:03:32 +01: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 Now trying to reestablish the connection to the LIRC daemon in case it breaks 2006-01-27 16:03:32 +01:00
INSTALL Added a note about "modprobe capability" to INSTALL 2006-01-14 11:30:12 +01:00
MANUAL Implemented '0' key function in the "Schedule" menu 2006-01-15 13:09:16 +01:00
Make.config.template Dropped the default vdr user 2006-01-13 16:16:32 +01:00
Makefile Dropped the default vdr user 2006-01-13 16:16:32 +01:00
PLUGINS.html Updated copyright date 2006-01-08 11:49:03 +01:00
README Fixed some typos 2004-12-19 09:36:25 +01:00
README.developer Now handling "linked services" 2004-02-08 11:05:22 +01:00
README.vps Updated contact info for ZDF 2006-01-09 22:06:52 +01:00
UPDATE-1.2.0 Added the UPDATE-1.2.0 file 2003-05-30 09:00:00 +02:00
audio.c Added 'uchar Id' to cAudio::Play()' 2005-02-12 13:01:24 +01:00
audio.h Added 'uchar Id' to cAudio::Play()' 2005-02-12 13:01:24 +01:00
channels.c Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data 2006-01-14 15:52:40 +01:00
channels.conf channels.conf 2006-01-22 16:05:00 +01:00
channels.conf.cable Updated 'channels.conf.cable' 2003-09-17 16:12:38 +02:00
channels.conf.terr Added 'channels.conf.terr' entries for Düsseldorf and Köln 2005-01-16 15:56:36 +01:00
channels.h Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data 2006-01-14 15:52:40 +01:00
ci.c Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling 2006-01-07 15:16:09 +01:00
ci.h Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling 2006-01-07 15:16:09 +01:00
config.c Implemented the option "Setup/OSD/Menu button closes" 2006-01-13 15:45:02 +01:00
config.h EPG events from epg.data or SVDRP's PUTE command now have their Title set to "No Title" if none was set 2006-01-27 13:42:10 +01:00
cutter.c Fixed checking toFile in cCuttingThread::Action() 2006-01-27 13:47:08 +01:00
cutter.h Activated cutting 2002-06-22 10:11:59 +02:00
device.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
device.h Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack() 2006-01-08 10:13:38 +01:00
diseqc.c Changed all "illegal" to "invalid" in error messages 2005-12-30 15:43:21 +01:00
diseqc.conf Added missing description of L and R circular polarization to 'diseqc.conf' 2006-01-14 11:15:33 +01:00
diseqc.h The actual tuning is now done in a separate thread 2002-12-08 09:55:26 +01:00
dvbdevice.c Made the log messages regarding lost lock of devices "info" instead of "error" 2006-01-14 16:04:36 +01:00
dvbdevice.h cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::GrabImageFile() grabs the image to a file 2005-12-29 14:51:59 +01:00
dvbosd.c Changed all "illegal" to "invalid" in error messages 2005-12-30 15:43:21 +01:00
dvbosd.h Some improvements in cOsd creation 2004-06-12 13:30:11 +02:00
dvbplayer.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
dvbplayer.h Switched VDR's own player to the new cPlayer/cControl structures 2002-06-23 11:23:34 +02:00
dvbspu.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
dvbspu.h Added missing #include "thread.h" to dvbspu.c 2006-01-05 10:19:30 +01:00
eit.c Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data 2006-01-14 15:52:40 +01:00
eit.h Changed section handling; replaced 'libdtv' with 'libsi' 2003-12-22 13:29:24 +01:00
eitscan.c The file 'ca.conf' is obsolete and has been removed; revised all descriptions regarding CICAM 2006-01-07 14:10:17 +01:00
eitscan.h Changed the audio PID language codes to hold up to two 3 letter codes; automatic audio channel setting for two channel audio 2005-09-04 14:48:39 +02:00
epg.c EPG events from epg.data or SVDRP's PUTE command now have their Title set to "No Title" if none was set 2006-01-27 13:42:10 +01:00
epg.h Made the "What's on now/next?" menus a lot faster by storing a pointer to each channel's schedule in the cChannel data 2006-01-14 15:52:40 +01:00
epg2html.pl The epg2html.pl script now handles '|' in description texts 2004-03-28 11:16:17 +02:00
filter.c The actual transponder data is now taken from the NIT 2004-01-11 15:54:37 +01:00
filter.h The actual transponder data is now taken from the NIT 2004-01-11 15:54:37 +01:00
font.c Completed the Estonian OSD texts and switched to iso8859-13 character set 2005-01-14 13:30:57 +01:00
font.h Some fixes to avoid compiler warnings in gcc 4.0 2005-03-20 10:10:38 +01:00
fontfix-iso8859-1.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontfix-iso8859-2.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontfix-iso8859-5.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontfix-iso8859-7.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontfix-iso8859-13.c Completed the Estonian OSD texts and switched to iso8859-13 character set 2005-01-14 13:30:57 +01:00
fontfix-iso8859-15.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontosd-iso8859-1.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontosd-iso8859-2.c Updated the Polish OSD texts and the fontosd-iso8859-2.c file 2006-01-21 12:36:36 +01:00
fontosd-iso8859-5.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontosd-iso8859-7.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontosd-iso8859-13.c Completed the Estonian OSD texts and switched to iso8859-13 character set 2005-01-14 13:30:57 +01:00
fontosd-iso8859-15.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontsml-iso8859-1.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontsml-iso8859-2.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontsml-iso8859-5.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontsml-iso8859-7.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
fontsml-iso8859-13.c Completed the Estonian OSD texts and switched to iso8859-13 character set 2005-01-14 13:30:57 +01:00
fontsml-iso8859-15.c Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c 2004-12-18 16:42:46 +01:00
genfontfile.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
i18n.c Updated the Estonian OSD texts 2006-01-27 14:25:39 +01:00
i18n.h Fixed selecting preferred audio for multi audio channels 2005-09-09 14:50:35 +02:00
interface.c Removed an obsolete "Summary" text from i18n.c and preceded all key definition texts with "Key$" to avoid duplicates 2006-01-04 15:51:03 +01:00
interface.h Implemented 'skins' and 'themes' 2004-05-16 10:35:36 +02:00
keymacros.conf Implemented the "Info" key 2006-01-06 12:53:28 +01:00
keys.c Fixed a problem with @plugin in keymacros.conf in case the named plugin is not loaded 2006-01-20 13:19:35 +01:00
keys.h Implemented the "Info" key 2006-01-06 12:53:28 +01:00
lirc.c Now trying to reestablish the connection to the LIRC daemon in case it breaks 2006-01-27 16:03:32 +01:00
lirc.h Now trying to reestablish the connection to the LIRC daemon in case it breaks 2006-01-27 16:03:32 +01:00
menu.c Fixed a crash when pressing '0' in the "Schedule" menu on a channel that doesn't have any EPG data 2006-01-27 14:11:25 +01:00
menu.h Improved channel switching when repeat function kicks in; updating channel display before switching channel; added a missing initialization of 'timeout' in the cDisplayChannel constructor 2006-01-22 14:27:53 +01:00
menuitems.c When entering text via the numeric keys, the cursor now automatically advances 2006-01-21 12:27:14 +01:00
menuitems.h When entering text via the numeric keys, the cursor now automatically advances 2006-01-21 12:27:14 +01:00
newplugin Added compiler options "-fPIC -g" to all plugins 2005-11-11 13:22:02 +01:00
nit.c Removed the 'Log' parameter from the cChannel::Set... functions 2004-10-17 12:22:56 +02:00
nit.h Now only processing NITs that contain the transponder they are actually broadcast on 2004-01-18 16:31:58 +01:00
osd.c Changed all "illegal" to "invalid" in error messages 2005-12-30 15:43:21 +01:00
osd.h Fixed handling OSD areas that have invalid sizes 2005-12-18 12:58:31 +01:00
osdbase.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
osdbase.h The default cOsdObject::Show() now automatically calls cOsdMenu::Display() if this is a menu 2006-01-05 15:35:06 +01:00
pat.c Now checking whether the channel exists before setting the PMT filter in cPatFilter::Process() 2006-01-27 15:53:08 +01:00
pat.h Taking the Sid into account when detecting version changes in processing the PMT 2004-03-13 10:35:38 +01:00
player.c Implemented the "Info" key 2006-01-06 12:53:28 +01:00
player.h Implemented the "Info" key 2006-01-06 12:53:28 +01:00
plugin.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
plugin.h Implemented SVDRP command for plugins 2005-08-27 16:42:28 +02:00
rcu.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
rcu.h Changed the API of the functions cStatus::Recording() and cStatus::Replaying(), so that they can provide the full file name of the recording 2005-12-31 15:20:19 +01:00
receiver.c Recording and Transfer Mode now handle more than 2 audio PIDs 2005-01-16 14:40:47 +01:00
receiver.h Recording and Transfer Mode now handle more than 2 audio PIDs 2005-01-16 14:40:47 +01:00
recorder.c Added a SleepMs() in cRecorder::Action() to avoid a busy loop 2006-01-08 11:03:44 +01:00
recorder.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
recording.c Added AssertFreeDiskSpace() before starting a timer recording 2006-01-20 17:19:46 +01:00
recording.h Added AssertFreeDiskSpace() before starting a timer recording 2006-01-20 17:19:46 +01:00
remote.c Added 0x5B to more-byte sequence detection 2006-01-15 15:00:00 +01:00
remote.h Fixed handling multi byte key sequences in cKbdRemote 2006-01-01 14:28:47 +01:00
remux.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
remux.h Implemented cAudioRepacker 2005-08-26 13:34:07 +02:00
ringbuffer.c Changed all "illegal" to "invalid" in error messages 2005-12-30 15:43:21 +01:00
ringbuffer.h Now using the gettid() syscall to get a thread's pid, so that we get a useful value on NPTL systems 2005-12-11 12:10:28 +01:00
runvdr When started as user 'root' VDR now switches to a lesser privileged user id, keeping the capability to set the system time 2005-12-31 13:30:11 +01:00
sdt.c Fixed detecting short channel names for "Kabel Deutschland" 2005-08-27 09:29:30 +02:00
sdt.h Enhanced the SDT filter to handle multi part sections 2004-01-05 14:30:31 +01:00
sections.c Fixed a typo 2005-09-18 09:33:40 +02:00
sections.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
skinclassic.c Removed unused variables in skinclassic.c and skinsttng.c 2006-01-01 14:40:09 +01:00
skinclassic.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
skins.c Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
skins.h Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
skinsttng.c Removed unused variables in skinclassic.c and skinsttng.c 2006-01-01 14:40:09 +01:00
skinsttng.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
sources.c Made several functions threadsafe (cont'd) 2004-12-26 12:45:22 +01:00
sources.conf Updated 'sources.conf' 2005-10-08 08:49:57 +02:00
sources.h Using '>' as separator for short channel names on cable channels 2005-05-14 09:47:06 +02:00
spu.c Implemented an SPU decoder 2002-09-08 14:17:51 +02:00
spu.h Added support for setting the video display mode 2005-02-20 12:01:05 +01:00
status.c Changed the API of the functions cStatus::Recording() and cStatus::Replaying(), so that they can provide the full file name of the recording 2005-12-31 15:20:19 +01:00
status.h Changed the API of the functions cStatus::Recording() and cStatus::Replaying(), so that they can provide the full file name of the recording 2005-12-31 15:20:19 +01:00
summary2info.pl Fixed converting arbitrarily formatted summary.vdr files 2005-09-17 09:20:31 +02:00
svdrp.c The SVDRP command GRAB allows file names without extension again 2006-01-14 16:12:13 +01:00
svdrp.h New option '-g'; fixed security hole CAN-2005-0071 when grabbing to file 2005-12-30 15:11:16 +01: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
themes.c Removed '\n' from several syslog() calls 2005-11-04 14:22:04 +01:00
themes.h Implemented 'skins' and 'themes' 2004-05-16 10:35:36 +02:00
thread.c Added a missing #include <linux/unistd.h> to thread.c 2006-01-08 16:05:23 +01:00
thread.h Cleaned up some trailing white space 2006-01-08 11:44:37 +01:00
timers.c Fixed handling the tfRecording flag when reading timers 2006-01-27 15:41:41 +01:00
timers.h The status markers in the "Schedule" menu are now only updated if a submenu is closed in which a timer has been modified 2006-01-15 13:44:55 +01:00
tools.c Improved NULL checking in strreplace() 2006-01-20 14:02:17 +01:00
tools.h Modified logging so that even on NPTL systems each line in the log file shows the individual thread's pid 2006-01-15 16:42:37 +01:00
transfer.c Disabled the "buffer reserve" in Transfer Mode 2006-01-21 14:24:52 +01:00
transfer.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
vdr.1 Removed the now obsolete "ca.conf" section from vdr.1 2006-01-14 11:10:24 +01:00
vdr.5 Adjusted the "KEY MACROS" section of vdr.5 to the new plugin calling mechanism introduced in version 1.3.32 2006-01-14 11:04:37 +01:00
vdr.c Fixed handling the '0' key for switching between the last two channels 2006-01-22 16:10:35 +01:00
videodir.c When displaying the amount of free disk space, the space consumed by "deleted" recordings is now taken into account 2005-12-18 10:41:26 +01:00
videodir.h The new class cUnbufferedFile is used for the recording files to avoid thrashing the file system cache 2005-10-31 13:14:26 +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.