Go to file
Klaus Schmidinger 2c5faf0b65 Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
PLUGINS/src Fixed renamed constants 2008-09-07 11:55:36 +02:00
libsi Fixed wrong value for TableIdBAT in libsi/si.h 2008-09-06 12:44:51 +02:00
po Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
symbols Made all font and image data 'const' 2006-02-05 13:55:58 +01:00
CONTRIBUTORS Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
COPYING Updated the GPL copies 2006-04-21 14:53:26 +02:00
Doxyfile Using 'Doxygen' to generate source code documentation 2002-12-15 15:36:02 +01:00
HISTORY Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
INSTALL Added a note to the INSTALL file about using subdirectories to split a large disk into separate areas for VDR's video data and other stuff 2009-04-25 14:23:58 +02:00
MANUAL Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
Make.config.template Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to Make.config.template 2009-01-18 10:46:13 +01:00
Makefile The recording format is now Transport Stream 2009-01-06 14:41:11 +01:00
PLUGINS.html Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards 2009-05-09 10:11:16 +02:00
README Fixed several spelling errors 2006-04-21 15:15:18 +02:00
README.i18n Added a note about how to initiate internationalization support to the README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file 2007-10-14 09:29:59 +02:00
UPDATE-1.2.0 Added the UPDATE-1.2.0 file 2003-05-30 09:00:00 +02:00
UPDATE-1.4.0 Moved 'VPS' to a separate section 2006-04-22 13:56:23 +02:00
UPDATE-1.6.0 Version 1.6.0 2008-03-23 11:00:31 +01:00
audio.c First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
audio.h First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
channels.c Using CA_USER_MAX instead of 0x00FF 2009-04-25 13:57:32 +02:00
channels.conf channels.conf 2007-06-10 13:28:09 +02: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 Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks the symbol rate in case of DVB-S and DVB-C 2008-12-13 12:22:36 +01:00
ci.c Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs 2008-04-13 13:30:55 +02:00
ci.h CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
config.c Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
config.h Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
cutter.c Implemented TsSetTeiOnBrokenPackets() 2009-04-19 11:07:07 +02:00
cutter.h Activated cutting 2002-06-22 10:11:59 +02:00
device.c Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards 2009-05-09 10:11:16 +02:00
device.h Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards 2009-05-09 10:11:16 +02:00
diseqc.c Some code cleanup 2008-02-10 14:11:47 +01:00
diseqc.conf Fixed 'sources.conf' and 'diseqc.conf' 2006-03-31 14:12:53 +02:00
diseqc.h The actual tuning is now done in a separate thread 2002-12-08 09:55:26 +01:00
dvbci.c CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
dvbci.h CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
dvbdevice.c Removed unnecessary checks 2009-05-15 11:08:18 +02:00
dvbdevice.h Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards 2009-05-09 10:11:16 +02:00
dvbosd.c Implemented handling DVB subtitles 2007-10-12 14:52:30 +02:00
dvbosd.h There can now be more than one OSD at the same time 2007-08-26 09:58:10 +02:00
dvbplayer.c Only storing non-zero Pts values in ptsIndex 2009-04-19 15:19:10 +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 Removed limitation to PAL resolution from SPU handling 2009-05-09 16:41:59 +02:00
dvbspu.h Removed limitation to PAL resolution from SPU handling 2009-05-09 16:41:59 +02:00
dvbsubtitle.c First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
dvbsubtitle.h First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
eit.c EIT events are now only processed if a plausible system time is available, to avoid wrong handling of PDC descriptors 2009-05-15 12:41:50 +02: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 Implemented handling the standard component descriptor for AC3 2008-05-01 15:41:04 +02:00
epg.h Fixed handling language codes and descriptions of recorded audio tracks 2006-10-07 13:59:21 +02:00
epg2html.pl Stripped some trailing whitespace 2006-04-17 12:19:31 +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 OSD sizes in percent; automatic update of OSD size 2009-05-03 14:15:21 +02:00
font.h OSD sizes in percent; automatic update of OSD size 2009-05-03 14:15:21 +02:00
i18n-to-gettext.pl Improved the 'i18n' target in plugin Makefiles 2007-11-04 11:00:16 +01:00
i18n.c Replaced the Finnish language code "smi" with "suo" 2008-09-06 12:25:32 +02:00
i18n.h The new option --localedir can be used to set the locale directory at runtime 2008-01-19 12:25:54 +01:00
interface.c Using cString::sprintf() instead of asprintf() 2008-02-15 14:57:48 +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 Some code cleanup 2008-02-10 14:11:47 +01:00
keys.h Implemented handling DVB subtitles 2007-10-12 14:52:30 +02:00
lirc.c Improved the repeat function for LIRC remote controls 2006-05-28 08:49:52 +02: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 Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
menu.h Using cString::sprintf() instead of asprintf() 2008-02-15 14:57:48 +01:00
menuitems.c OSD sizes in percent; automatic update of OSD size 2009-05-03 14:15:21 +02:00
menuitems.h OSD sizes in percent; automatic update of OSD size 2009-05-03 14:15:21 +02:00
newplugin Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings 2008-01-13 13:00:23 +01:00
nit.c Fixed handling modulation types for DVB-S transponders when processing the NIT 2008-12-20 11:05:22 +01:00
nit.h Freetype font support; full UTF-8 support; dropped pixel fonts 2007-06-10 13:02:43 +02:00
osd.c Implemented cSetup::OSDAspect 2009-05-09 10:42:35 +02:00
osd.h Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards 2009-05-09 10:11:16 +02:00
osdbase.c Implemented cSkin::SetScrollbar() 2008-02-17 12:31:16 +01:00
osdbase.h Added some missing 'const' keywords 2007-11-03 14:52:08 +01:00
pat.c First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
pat.h CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
player.c Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory 2007-07-20 15:26:13 +02:00
player.h Replaced cBackTrace with cPtsIndex 2009-03-13 14:45:12 +01:00
plugin.c Now freeing configDirectory before setting it to a new value in cPlugin::SetConfigDirectory() 2009-04-05 10:21:20 +02:00
plugin.h Switched I18N to gettext 2007-08-11 12:39:06 +02:00
rcu.c Fixed some compiler warnings with gcc-4.2.0 2007-08-24 13:18:21 +02:00
rcu.h Fixed some compiler warnings with gcc-4.2.0 2007-08-24 13:18:21 +02:00
receiver.c Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device 2007-08-12 12:30:00 +02:00
receiver.h CAM handling refactored; multiple recordings with one CAM; automatic CAM selection 2007-01-07 14:46:14 +01:00
recorder.c Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over several payload units 2009-03-27 13:38:59 +01:00
recorder.h The recording format is now Transport Stream 2009-01-06 14:41:11 +01:00
recording.c Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThread 2009-04-13 13:55:23 +02:00
recording.h Added missing 'const' to cRecording::FramesPerSecond() 2009-04-19 09:02:16 +02:00
remote.c The CAM menu now stays open as long as it is automatically updated 2008-02-23 14:40:58 +01:00
remote.h The CAM menu now stays open as long as it is automatically updated 2008-02-23 14:40:58 +01:00
remux.c Removed unused 'synced' member from cTsToPes 2009-05-17 09:48:14 +02:00
remux.h Fixed a typo 2009-05-17 10:09:35 +02:00
ringbuffer.c Added a note about the meaning of PERCENTAGEDELTA in cRingBuffer::UpdatePercentage() 2009-05-17 10:07:17 +02:00
ringbuffer.h Replaced cBackTrace with cPtsIndex 2009-03-13 14:45:12 +01:00
runvdr Removed leftover LSMOD=... line from 'runvdr' 2006-05-14 16:03:34 +02:00
sdt.c Re-implemented handling of DVB-S2 2008-04-12 13:39:12 +02:00
sdt.h Enhanced the SDT filter to handle multi part sections 2004-01-05 14:30:31 +01:00
sections.c Added cDevice::CloseFilter(); some fixes to PLUGINS.html 2007-10-14 13:11:23 +02:00
sections.h Centralized 'thread active' handling 2005-08-13 13:17:24 +02:00
shutdown.c Added the backslash ('\') to the list of characters that need to be escaped when executing external commands 2008-02-24 10:30:49 +01:00
shutdown.h Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit() 2007-02-25 10:56:29 +01:00
skinclassic.c The scrollbar handle now always has a height that is at least the width of the scrollbar 2008-02-23 10:50:28 +01:00
skinclassic.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
skins.c Implemented cSkin::SetScrollbar() 2008-02-17 12:31:16 +01:00
skins.h Implemented cSkin::SetScrollbar() 2008-02-17 12:31:16 +01:00
skinsttng.c The scrollbar handle now always has a height that is at least the width of the scrollbar 2008-02-23 10:50:28 +01:00
skinsttng.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
sources.c Some code cleanup 2008-02-10 14:11:47 +01:00
sources.conf Updated the sources.conf file 2008-08-16 10:10:51 +02:00
sources.h Using '>' as separator for short channel names on cable channels 2005-05-14 09:47:06 +02:00
spu.c Some code cleanup 2008-02-10 14:11:47 +01:00
spu.h Some comment cleanups 2006-04-17 11:00:00 +02:00
status.c Added cStatus::TimerChange() 2008-02-16 15:04:49 +01:00
status.h Added cStatus::TimerChange() 2008-02-16 15:04:49 +01:00
summary2info.pl Stripped some trailing whitespace 2006-04-17 12:19:31 +02:00
svdrp.c The SVDRP command PUTE now supports reading the EPG data from a given file 2009-04-13 13:35:29 +02:00
svdrp.h Implemented the SVDRP command REMO 2007-04-30 12:53:35 +02:00
svdrphosts.conf Stripped some trailing whitespace 2006-04-17 12:19:31 +02:00
svdrpsend.pl New SVDRP command MESG; SVDRP can reuse port; SVDRP timeout 2001-02-18 14:18:13 +01:00
themes.c Using cString::sprintf() instead of asprintf() 2008-02-15 14:57:48 +01:00
themes.h Switched I18N to gettext 2007-08-11 12:39:06 +02:00
thread.c Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThread 2009-04-13 13:55:23 +02:00
thread.h Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThread 2009-04-13 13:55:23 +02:00
timers.c Fixed initializing the timer's flags in the cTimer copy constructor 2008-04-13 12:45:15 +02:00
timers.h Added cStatus::TimerChange() 2008-02-16 15:04:49 +01:00
tools.c Added a typecast in cUnbufferedFile::Write() to avoid an error message when compiling on 64 bit systems 2009-01-16 14:31:26 +01:00
tools.h Fixed the MEGABYTE() macro to make it correctly handle parameters resulting in values larger than 2GB 2009-04-18 09:37:54 +02:00
transfer.c Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of the actual pids of the channel 2009-01-23 16:44:46 +01:00
transfer.h First step towards switching to TS (Transport Stream) as recording format 2008-08-15 14:49:34 +02:00
vdr.1 Implemented option '-i' 2009-01-18 11:10:29 +01:00
vdr.5 The recording format is now Transport Stream 2009-01-06 14:41:11 +01:00
vdr.c Implemented setup option "Recording/Pause key handling" 2009-05-21 11:35:37 +02:00
videodir.c Fixed handling recordings on other file systems than the video directory 2008-02-16 13:38:22 +01:00
videodir.h Fixed handling recordings on other file systems than the video directory 2008-02-16 13:38:22 +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
possibilities 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.