Go to file
Klaus Schmidinger 0795050f6d Modified red button handling in the "Schedule" menu 2005-12-27 15:06:26 +01:00
PLUGINS/src Fixed SetProgress() in the 'skincurses' plugin in case Total is 0 2005-11-26 13:55:38 +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 The version number of EPG events is now also stored in the epg.data file 2005-12-25 11:13:33 +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 Modified red button handling in the "Schedule" menu 2005-12-27 15:06:26 +01:00
INSTALL Implemented option '--vfat'; replaced ':' with '.' in recording names 2005-09-03 13:35:55 +02:00
MANUAL Modified red button handling in the "Schedule" menu 2005-12-27 15:06:26 +01:00
Make.config.template Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and up 2005-09-02 14:54:29 +02:00
Makefile Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and up 2005-09-02 14:54:29 +02:00
PLUGINS.html Implemented message queueing 2005-11-27 15:57: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 Added contact info for ARD and ZDF 2004-03-03 19:20:20 +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
ca.conf Removed the now obsolete CaCaps stuff 2004-02-08 15:11:07 +01:00
channels.c Implemented a hash for the channels to reduce the system load in the EIT scanning thread 2005-09-11 13:23:49 +02:00
channels.conf channels.conf 2005-11-27 15:10: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 Added cChannel::LinkChannels() and cChannel::RefChannel() 2005-09-17 10:03:19 +02:00
ci.c Implemented handling of the "CA PMT Reply" for CAMs; some preparations for being able to record several encrypted channels from the same transponder 2005-11-26 13:39:47 +01:00
ci.h Added some comments 2005-12-03 11:59:05 +01:00
config.c Fixed the default value for "Setup/EPG bugfix level" 2005-09-09 15:10:11 +02:00
config.h Fixed handling second audio and Dolby Digital PIDs for encrypted channels (was broken in version 1.3.37) 2005-12-03 11:51:05 +01:00
cutter.c 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
cutter.h Activated cutting 2002-06-22 10:11:59 +02:00
device.c Implemented handling of the "CA PMT Reply" for CAMs; some preparations for being able to record several encrypted channels from the same transponder 2005-11-26 13:39:47 +01:00
device.h The EPG scan no longer disturbs players that have also set live PIDs 2005-11-05 15:48:05 +01:00
diseqc.c Added support for circular polarization 2005-01-09 13:18:15 +01:00
diseqc.conf Added a sample setup for 'DisiCon-4 Single Cable Network' 2004-10-23 10:07:38 +02:00
diseqc.h The actual tuning is now done in a separate thread 2002-12-08 09:55:26 +01:00
dvbdevice.c Now checking the channel's symbol rate in order to avoid problems on full featured DVB cards with symbol rates below 10000 2005-12-03 13:50:19 +01:00
dvbdevice.h Modified switching to Dolby Digital audio in live mode 2005-11-11 16:13:19 +01:00
dvbosd.c Fixed handling OSD areas that have invalid sizes 2005-12-18 12:58:31 +01:00
dvbosd.h Some improvements in cOsd creation 2004-06-12 13:30:11 +02:00
dvbplayer.c 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
dvbplayer.h Switched VDR's own player to the new cPlayer/cControl structures 2002-06-23 11:23:34 +02:00
dvbspu.c Fixed a race condition in the SPU decoder 2005-11-05 12:12:18 +01:00
dvbspu.h Fixed a race condition in the SPU decoder 2005-11-05 12:12:18 +01:00
eit.c EPG events that are no longer in the currently broadcasted data stream are now automatically deleted 2005-12-26 14:44:28 +01:00
eit.h Changed section handling; replaced 'libdtv' with 'libsi' 2003-12-22 13:29:24 +01:00
eitscan.c The EPG scan no longer disturbs players that have also set live PIDs 2005-11-05 15:48:05 +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 Improved cSchedule::DropOutdated() 2005-12-27 10:26:38 +01:00
epg.h cTimer no longer has its own 'schedule' member 2005-12-27 14:39:14 +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 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-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 Fixed genfontfile.c (wrong width, shifted values) 2004-12-18 13:30:19 +01:00
i18n.c Updated the Dutch OSD texts 2005-11-04 14:39:01 +01:00
i18n.h Fixed selecting preferred audio for multi audio channels 2005-09-09 14:50:35 +02:00
interface.c Implemented message queueing 2005-11-27 15:57:03 +01:00
interface.h Implemented 'skins' and 'themes' 2004-05-16 10:35:36 +02: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 Fixed handling key macros with keys after @plugin 2005-09-17 11:30:37 +02:00
keys.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
lirc.c Made LIRC command parsing more robust 2005-09-02 12:52:37 +02:00
lirc.h Added the command line options '--lirc', '--rcu' and '--no-kbd' 2005-07-31 11:38:40 +02:00
menu.c Modified red button handling in the "Schedule" menu 2005-12-27 15:06:26 +01:00
menu.h The main menu now dynamically updates its contents 2005-12-24 15:53:53 +01:00
menuitems.c Fixed initializing the day index when editing the weekday parameter of a repeating timer 2005-11-11 13:31:02 +01:00
menuitems.h Fixed initializing the day index when editing the weekday parameter of a repeating timer 2005-11-11 13:31:02 +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 Removed '\n' from several syslog() calls 2005-11-04 14:22:04 +01:00
osd.h Fixed handling OSD areas that have invalid sizes 2005-12-18 12:58:31 +01:00
osdbase.c Making sure no item is displayed as "current" if Up, Down, Left or Right is pressed in a menu with no selectable items 2005-10-09 11:00:50 +02:00
osdbase.h Fixed setting current menu item if the first one is non-selectable; cOsdItem::cOsdItem() now has a 'Selectable' parameter 2005-10-02 09:57:52 +02:00
pat.c 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
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 Added support for AC3 replay over the DVB device 2004-12-17 14:55:49 +01:00
player.h Added cPlayer::DeviceSetVideoDisplayFormat() 2005-05-22 11:09:14 +02:00
plugin.c Implemented SVDRP command for plugins 2005-08-27 16:42:28 +02:00
plugin.h Implemented SVDRP command for plugins 2005-08-27 16:42:28 +02:00
rcu.c Fixed the RCU remote control handling to avoid problems with NPTL 2005-12-16 14:53:58 +01:00
rcu.h Fixed the RCU remote control handling to avoid problems with NPTL 2005-12-16 14:53:58 +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 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
recorder.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
recording.c Fixed a crash in removing recordings 2005-12-18 13:38:30 +01:00
recording.h Now avoiding unnecessary disk access when checking if there are deleted recordings that need to be removed; fixed handling the DELETEDLIFETIME 2005-12-18 12:14:11 +01:00
remote.c The main menu function of a plugin can now be called programmatically 2005-09-03 12:36:51 +02:00
remote.h The main menu function of a plugin can now be called programmatically 2005-09-03 12:36:51 +02:00
remux.c Fixed using MIN_LOG_INTERVAL 2005-12-04 13:56:50 +01:00
remux.h Implemented cAudioRepacker 2005-08-26 13:34:07 +02:00
ringbuffer.c 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
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 Back to the old DVB driver due to tuning failures with dvb-kernel 2004-11-21 11:30:41 +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 Switched from 'summary.vdr' to 'info.vdr' 2005-05-16 14:45:11 +02:00
skinclassic.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
skins.c Implemented message queueing 2005-11-27 15:57:03 +01:00
skins.h Implemented message queueing 2005-11-27 15:57:03 +01:00
skinsttng.c Avoiding unnecessary OSD draw operations caused by the audio track description display in the ST:TNG skin's channel display 2005-08-15 11:21:14 +02: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 Implemented displaying audio channel 2005-01-09 12:08:34 +01:00
status.h Implemented displaying audio channel 2005-01-09 12:08:34 +01:00
summary2info.pl Fixed converting arbitrarily formatted summary.vdr files 2005-09-17 09:20:31 +02:00
svdrp.c Implemented message queueing 2005-11-27 15:57:03 +01:00
svdrp.h Implemented message queueing 2005-11-27 15:57:03 +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 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
thread.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
timers.c cTimer no longer has its own 'schedule' member 2005-12-27 14:39:14 +01:00
timers.h cTimer no longer has its own 'schedule' member 2005-12-27 14:39:14 +01:00
tools.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
tools.h 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
transfer.c Changed cThread Active() vs. Running() 2005-08-14 11:24:57 +02:00
transfer.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
vdr.1 Fixed a leftover 'summary.vdr' in vdr.1 2005-10-09 12:31:52 +02:00
vdr.5 The version number of EPG events is now also stored in the epg.data file 2005-12-25 11:13:33 +01:00
vdr.c The main menu now dynamically updates its contents 2005-12-24 15:53:53 +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.