Go to file
Klaus Schmidinger 57f58a1546 Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
PLUGINS/src Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
libsi Added some typecasts to silence gcc compiler warnings 2012-02-26 14:02:17 +01:00
po Fixed the German translation of "VDR will shut down in %s minutes" 2012-03-03 14:06:14 +01:00
symbols Made all font and image data 'const' 2006-02-05 13:55:58 +01:00
CONTRIBUTORS Fixed the German translation of "VDR will shut down in %s minutes" 2012-03-03 14:06:14 +01: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 Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
INSTALL The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
MANUAL Removed the "PrimaryLimit" 2012-02-25 14:44:43 +01:00
Make.config.template The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
Make.global Moved strictly necessary Makefile options into Make.global 2010-02-06 15:02:35 +01:00
Makefile The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
PLUGINS.html Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
README 'TVDR TV Done Right' is now a registered trademark 2010-05-16 14:50:16 +02:00
README.i18n Changed the project's URLs and email to tvdr.de 2009-10-18 14:18:22 +02:00
UPDATE-1.2.0 Changed the project's URLs and email to tvdr.de 2009-10-18 14:18:22 +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 Fixed a problem with external Dolby Digital processing via the '-a' option in live mode and with TS recordings 2010-05-16 11:00:52 +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 Moved scanning tpid back to where Rolf Ahrenberg's patch originally did it 2011-08-26 12:44:21 +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 Increased MAXCAIDS to 12 2011-08-06 09:57:25 +02:00
ci.c Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
ci.h Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
config.c Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
config.h Now checking for NULL in cOsd::AddPixmap() 2012-03-03 13:25:22 +01:00
cutter.c An ongoing editing process is now canceled if either the original or the edited version of the recording is deleted from the Recordings menu 2012-02-16 12:20:46 +01:00
cutter.h An ongoing editing process is now canceled if either the original or the edited version of the recording is deleted from the Recordings menu 2012-02-16 12:20:46 +01:00
device.c Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
device.h Fixed switching devices to the transponders of VPS recordings in case there are only bonded devices 2012-03-06 12:32:38 +01:00
diseqc.c Added device number selection to scr.conf 2011-09-17 14:13:31 +02:00
diseqc.conf VDR now supports "Satellite Channel Routing" (SCR) 2011-09-11 14:09:03 +02:00
diseqc.h Added device number selection to scr.conf 2011-09-17 14:13:31 +02: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 Fixed selecting devices for the EPG scan in case the primary device is bonded with an other one 2012-03-07 13:46:13 +01:00
dvbdevice.h Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
dvbplayer.c Revoked "Fixed a possible deadlock in time shift mode" 2012-02-21 11:36:49 +01:00
dvbplayer.h Fixed switching into time shift mode when pausing live video 2012-02-19 11:50:20 +01:00
dvbspu.c Removed a redundant NULL check in cDvbSpuDecoder::setTime() 2011-12-10 14:40:16 +01:00
dvbspu.h Added a missing initialization to sDvbSpuRect 2011-03-27 14:52:31 +02:00
dvbsubtitle.c Replaced min(max()) calls with the new function constrain() 2012-03-02 10:51:46 +01:00
dvbsubtitle.h Fixed horizontal scaling of subtitles 2011-03-20 15:19:28 +01:00
eit.c If the first event in a schedule has a table id of 0x00, any incoming EIT data for that schedule from the DVB stream will be completely ignored 2012-02-25 15:52:16 +01:00
eit.h After a CLRE command, no further EPG processing is now done for 10 seconds 2010-01-03 15:45:23 +01:00
eitscan.c Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
eitscan.h Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
epg.c Added a missing '.' after the month in VPS strings 2012-02-13 15:00:24 +01:00
epg.h Added some typecasts to silence gcc compiler warnings 2012-02-26 14:02:17 +01:00
epg2html Removed the '.pl' suffix from all scripts 2011-12-04 14:36:37 +01: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 Replaced min(max()) calls with the new function constrain() 2012-03-02 10:51:46 +01:00
font.h Fixed several spelling errors 2011-12-04 13:40:52 +01:00
i18n-to-gettext Removed the '.pl' suffix from all scripts 2011-12-04 14:36:37 +01:00
i18n.c Fixed language code entry for Portuguese 2011-08-15 10:05:19 +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 Replaced all calls to sleep() with cCondWait::SleepMs() 2011-12-04 14:53:41 +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 Added user defined key kUser0 2010-04-05 10:14:19 +02:00
keys.h Added user defined key kUser0 2010-04-05 10:14:19 +02:00
lirc.c Removed checking for minimum line length of 21 characters in the LIRC receiver code 2011-03-08 15:38:58 +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 Toggling a mark now restarts the timeout of the replay progress display 2012-03-03 15:03:09 +01:00
menu.h Fixed switching into time shift mode when pausing live video 2012-02-19 11:50:20 +01:00
menuitems.c Fixed handling OSD color button texts in case a menu item has texts of its own 2012-03-02 15:49:57 +01:00
menuitems.h Fixed handling OSD color button texts in case a menu item has texts of its own 2012-03-02 15:49:57 +01:00
newplugin Some improvements to the Makefiles 2012-01-18 12:40:17 +01:00
nit.c Fixes from Rolf Ahrenberg 2012-01-12 08:43:52 +01:00
nit.h Freetype font support; full UTF-8 support; dropped pixel fonts 2007-06-10 13:02:43 +02:00
osd.c Added some missing member initializations in cBitmap 2012-03-05 10:34:49 +01:00
osd.h Fixed several spelling errors 2011-12-04 13:40:52 +01:00
osdbase.c Fixed handling OSD color button texts in case a menu item has texts of its own 2012-03-02 15:49:57 +01:00
osdbase.h Fixed handling OSD color button texts in case a menu item has texts of its own 2012-03-02 15:49:57 +01:00
pat.c Fixed some typos 2012-03-02 10:56:49 +01:00
pat.h Fixed several spelling errors 2011-12-04 13:40:52 +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 Fixed plugin arguments corruption with glibc 2.11 on x86_64 2010-01-06 11:41:14 +01:00
plugin.h Switched I18N to gettext 2007-08-11 12:39:06 +02:00
receiver.c Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
receiver.h Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
recorder.c Revoked the changes to cFrameDetector that have been introduced in version 1.7.19 2011-09-04 10:13:14 +02:00
recorder.h Now updating the 'frames per second' data in the list of recordings when a new recording is started that has a frame rate other than the default 2010-12-27 12:25:19 +01:00
recording.c Added some typecasts to silence gcc compiler warnings 2012-02-26 14:02:17 +01:00
recording.h Fixed switching into time shift mode when pausing live video 2012-02-19 11:50:20 +01:00
remote.c Fixed indentation 2012-01-16 16:57:00 +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 Fixed some typos 2012-03-02 10:56:49 +01:00
remux.h Detecting frames in case the Picture Start Code or Access Unit Delimiter extends over TS packet boundaries is now done by locally skipping TS packets in cFrameDetector 2011-09-04 13:09:06 +02:00
ringbuffer.c Fixed generating the index for recordings from channels that put a whole GOP into one payload unit; regenerating index file 2009-11-22 11:30:27 +01:00
ringbuffer.h Fixed several spelling errors 2011-12-04 13:40:52 +01:00
runvdr.template The dvbhddevice plugin is now part of the VDR distribution archive 2011-04-17 12:35:46 +02:00
scr.conf Added device number selection to scr.conf 2011-09-17 14:13:31 +02:00
sdt.c Added detecting channels that use service type 0x16 2010-05-16 14:25:58 +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 Direct access to several class members is now deprecated 2011-08-21 11:34:30 +02:00
skinclassic.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
skins.c Increased the average character estimate for calculating tab positions in skins, to better suit wide fonts 2012-02-20 11:53:47 +01:00
skins.h Fixed several spelling errors 2011-12-04 13:40:52 +01:00
skinsttng.c Improved displaying signal strength and quality in the ST:TNG skin's channel display 2012-03-05 12:05:53 +01:00
skinsttng.h Implemented audio track menu 2005-01-02 15:11:44 +01:00
sourceparams.c Added support for ATSC devices 2010-03-06 12:01:17 +01:00
sourceparams.h Added plugin-defined sources 2010-02-28 12:19:50 +01:00
sources.c Fixed handling empty strings in cSource::FromString() 2010-02-28 15:18:31 +01:00
sources.conf Updated sources.conf 2011-09-11 14:32:29 +02:00
sources.h Added cChannel::IsSourceType() to test if a channel's source is of a given type 2010-03-07 13:56:09 +01: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 Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
status.h Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch() 2012-03-07 14:39:38 +01:00
summary2info Removed the '.pl' suffix from all scripts 2011-12-04 14:36:37 +01:00
svdrp.c Fixed a possible race condition with the SVDRP commands CLRE and PUTE 2012-03-04 12:05:56 +01:00
svdrp.h Removed code stub for obsolete SVDRP command MOVT 2012-02-16 12:38:48 +01:00
svdrphosts.conf Stripped some trailing whitespace 2006-04-17 12:19:31 +02:00
svdrpsend Removed the '.pl' suffix from svdrpsend.pl 2011-12-04 21:46:30 +01:00
themes.c cReadDir::Next() now skips directory entries "." and ".." 2012-02-17 14:02:13 +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 handling overlapping timers in case a VPS timer with higher priority needs to interrupt a timer with lower priority 2012-02-27 10:21:28 +01:00
timers.h Changed the return value of cTimer::SetFile() to 'void' 2012-02-20 15:53:33 +01:00
tools.c Fixed switching into time shift mode when pausing live video 2012-02-19 11:50:20 +01:00
tools.h Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
transfer.c Revised priority handling to allow receivers with a priority that is lower than that of live viewing 2012-03-02 10:19:00 +01:00
transfer.h The PCR pid is now recorded for channels where this is different from the video PID 2010-01-30 11:10:25 +01:00
vdr.1 The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
vdr.5 The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
vdr.c Fixed switching devices to the transponders of VPS recordings in case there are only bonded devices 2012-03-06 12:32:38 +01: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.tvdr.de.

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@tvdr.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.


"VDR Video Disk Recorder" is a registered trademark of Klaus Schmidinger. 
"TVDR TV Done Right" is a registered trademark of Klaus Schmidinger.