Klaus Schmidinger 7df66b0587 Version 1.7.20
Original announce message:
VDR developer version 1.7.20 is now available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.20.tar.bz2

A 'diff' against the previous version is available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.19-1.7.20.diff

MD5 checksums:

eda2911fff1715ba5b1482b20ad18188  vdr-1.7.20.tar.bz2
a8f5bcaf3294cc9fce87283a618d5ce1  vdr-1.7.19-1.7.20.diff

WARNING:
========

This is a developer version. Even though I use it in my productive
environment. I strongly recommend that you only use it under controlled
conditions and for testing and debugging.

This version contains functions to determine the "signal strength"
and "signal quality" through cDevice. If you are using a DVB card that
contains an stb0899 frontend chip (like the TT-budget S2-3200) you may
want to apply the patches from

   ftp://ftp.tvdr.de/vdr/Developer/Driver-Patches

to the LinuxDVB driver source in order to receive useful results from
that frontend.

From the HISTORY file:
- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).
- The isnumber() function now checks the given pointer for NULL (thanks to Holger
  Dengler).
- Now checking Setup.InitialChannel for NULL before using it (reported by
  Christoph Haubrich).
- cSkins::Message() now blocks calls from background threads (thanks to Michael
  Eiler for reporting a crash in such a scenario).
- Fixed the return value of the svdrpsend.pl script in case of an error (thanks to
  Jonas Diemer).
- Increased MAXCAIDS to 12 (thanks to Jerome Lacarriere).
- Fixed handling DiSEqC codes (thanks to Mark Hawes for reporting the bug, and
  Udo Richter for suggesting the fix).
- Added a mechanism to defer timer handling in case of problems (reported by
  Frank Niederwipper).
- Fixed distortions that happened when splitting recording into several files
  (was a side effect of "Fixed detecting frames in case the Picture Start Code or
  Access Unit Delimiter extends over TS packet boundaries" in version 1.7.19).
  cRecorder::Action() now buffers TS packets in case the frame type is
  not yet known when a new payload starts. This adds no overhead for channels
  that broadcast the frame type within the first TS packet of a payload; it only
  kicks in if that information is not in the first TS packet.
- Fixed handling the channelID in cMenuEditChanItem (thanks to Udo Richter).
- cStringList::Sort() can now be called with a boolean parameter that controls
  case insensitive sorting (suggested by Sundararaj Reel).
- Now scanning new transponders before old ones, to make sure transponder changes
  are recognized (thanks to Reinhard Nissl).
- Implemented static cIndexFile::IndexFileName().
- The length (as number of frames) of a recording's index file can now be determined
  by a call to cIndexFile::GetLength() (suggested by Christoph Haubrich).
- Fixed some crashes in subtitle display (thanks to Rolf Ahrenberg).
- Made DELETENULL() thread safe (reported by Rolf Ahrenberg).
- The pic2mpg script of the 'pictures' plugin now generates HD images (thanks to
  Andre Weidemann for his support in using convert/ffmpeg). The old SD version is
  still available as pic2mpg-sd.
- Added a mutex to protect cOsd::Osds from simultaneous access from different threads
  (reported by Rolf Ahrenberg).
- The cutter now sets the 'broken link' flag for MPEG2 TS recordings (thanks to
  Oliver Endriss).
- Fixed language code entry for Portuguese.
- The new command line options --filesize (suggested by Marco Göbenich) and --split
  can be used together with --edit to set the maximum video file size and turn on
  splitting edited files at the editing marks. These options must be given before
  --edit to have an effect.
- cTimeMs is no longer initialized to the current time if the value given to the
  constructor is negative (avoids the "cTimeMs: using monotonic clock..." log message
  before VDR's starting log message).
2011-08-16 20:32:01 +02:00
2011-06-19 18:35:46 +02:00
2011-08-16 20:32:01 +02:00
2011-06-19 18:35:46 +02:00
2006-02-05 18:00:00 +01:00
2010-06-06 14:49:00 +02:00
2008-09-06 18:00:00 +02:00
2011-03-19 19:02:09 +01:00
2007-06-10 18:00:00 +02:00
2003-09-17 18:00:00 +02:00
2005-01-23 18:00:00 +01:00
2011-08-16 20:32:01 +02:00
2011-06-19 18:35:46 +02:00
2008-04-13 18:00:00 +02:00
2011-06-19 18:35:46 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2006-04-23 18:00:00 +02:00
2011-03-19 19:02:09 +01:00
2010-09-19 16:00:00 +02:00
2011-06-19 18:35:46 +02:00
2011-06-19 18:35:46 +02:00
2011-08-16 20:32:01 +02:00
2010-02-28 16:07:00 +01:00
2011-06-19 18:35:46 +02:00
2002-12-15 18:00:00 +01:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2011-06-19 18:35:46 +02:00
2011-06-19 18:35:46 +02:00
2010-03-14 11:56:00 +01:00
2008-04-13 18:00:00 +02:00
2010-01-31 15:42:00 +01:00
2011-04-17 17:09:00 +02:00
2011-08-16 20:32:01 +02:00
2011-04-17 17:09:00 +02:00
2010-06-06 14:49:00 +02:00
2010-01-06 13:34:00 +01:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2011-03-19 19:02:09 +01:00
2011-08-16 20:32:01 +02:00
2011-03-19 19:02:09 +01:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2011-04-17 17:09:00 +02:00
2011-03-19 19:02:09 +01:00
2011-08-16 20:32:01 +02:00
2009-11-22 15:58:00 +01:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2010-09-19 16:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2006-01-08 18:00:00 +01:00
2010-06-06 14:49:00 +02:00
2010-06-06 14:49:00 +02:00
2011-03-19 19:02:09 +01:00
2008-04-13 18:00:00 +02:00
2011-04-17 17:09:00 +02:00
2010-02-28 16:07:00 +01:00
2011-06-19 18:35:46 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2010-03-14 11:56:00 +01:00
2011-08-16 20:32:01 +02:00
2011-06-19 18:35:46 +02:00
2011-03-19 19:02:09 +01:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2011-03-19 19:02:09 +01:00
2010-01-31 15:42:00 +01:00
2011-04-17 17:09:00 +02:00
2009-08-23 16:04:00 +02:00
2008-04-13 18:00:00 +02:00
2009-04-12 11:39:00 +02:00
2010-01-06 13:34:00 +01:00
2008-04-13 18:00:00 +02:00
2011-04-17 17:09:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2010-06-06 14:49:00 +02:00
2009-11-22 15:58:00 +01:00
2011-03-19 19:02:09 +01:00
2010-01-31 15:42:00 +01:00
2011-08-16 20:32:01 +02:00
2011-03-19 19:02:09 +01:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2011-08-16 20:32:01 +02:00
2011-06-19 18:35:46 +02:00
2009-11-22 15:58:00 +01:00
2009-11-22 15:58:00 +01:00
2011-04-17 17:09:00 +02:00
2010-06-06 14:49:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2011-03-19 19:02:09 +01:00
2008-04-13 18:00:00 +02:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2011-06-19 18:35:46 +02:00
2008-04-13 18:00:00 +02:00
2010-03-14 11:56:00 +01:00
2010-02-28 16:07:00 +01:00
2010-03-14 11:56:00 +01:00
2010-03-14 11:56:00 +01:00
2010-03-14 11:56:00 +01:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00
2011-03-19 19:02:09 +01:00
2008-04-13 18:00:00 +02:00
2006-04-17 18:00:00 +02:00
2011-08-16 20:32:01 +02:00
2011-03-19 19:02:09 +01:00
2008-04-13 18:00:00 +02:00
2009-04-26 12:19:00 +02:00
2009-04-26 12:19:00 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2011-08-16 20:32:01 +02:00
2010-01-31 15:42:00 +01:00
2010-01-31 15:42:00 +01:00
2009-11-22 15:58:00 +01:00
2006-04-23 18:00:00 +02:00
2008-03-23 18:00:00 +01:00
2011-08-16 20:32:01 +02:00
2011-04-17 17:09:00 +02:00
2011-08-16 20:32:01 +02:00
2008-04-13 18:00:00 +02:00
2008-04-13 18:00:00 +02:00

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. 
Description
Mirror of the official VDR GIT repository.
Readme 13 MiB
Languages
C 70.8%
C++ 21.3%
HTML 3.5%
Roff 1.9%
Makefile 1.2%
Other 1.2%