Klaus Schmidinger ed643353b1 Version 1.1.7
- Adapted VDR to the NEWSTRUCT driver. To use the new driver, compile VDR with
  'make NEWSTRUCT=1' (thanks to Holger Wächtler for some valuable advice).
  By default it currently still uses the old driver.
- Added some missing #includes (thanks to Martin Hammerschmid).
- Changed the log error message "can't record MPEG1!" to "error in data stream!",
  since the mentioning of MPEG1 has irritated many people.
- Consistently using malloc/free and new/delete (thanks to Andreas Schultz).
- Temporarily made cDevice::ProvidesCa() virtual (Andreas Schultz needs this
  in his DXR3 plugin).
- cDevice no longer exposes a file handle to cPlayer. A derived cPlayer class
  can now call DevicePoll() to see whether the replay device is ready for
  further data. A derived cDevice class must implement Poll() and shall
  check if any of its file handles is ready for data.
- Implemented several replay modes to allow players that play only audio (thanks
  to Stefan Huelswitt).
- Improved cCondVar::Wait() and implemented cCondVar::TimedWait() (thanks to
  Stefan Huelswitt).
- VDR no longer gives up if there is no DVB device. It continues to work if
  there is at least one device, either a DVB device found by the core VDR code
  itself, or a device implemented by a plugin.
2002-08-16 18:00:00 +02:00
2002-01-30 18:00:00 +01:00
2002-08-04 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-03-17 18:00:00 +01:00
2002-08-04 18:00:00 +02:00
2002-05-13 18:00:00 +02:00
2002-05-09 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-03-17 18:00:00 +01:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2000-11-19 18:00:00 +01:00
2000-11-19 18:00:00 +01:00
2000-11-19 18:00:00 +01:00
2000-10-03 18:00:00 +02:00
2000-10-03 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-04-01 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-04-01 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-05-11 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-07-21 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-05-13 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-04-01 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-06-16 18:00:00 +02:00
2002-05-09 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-08-04 18:00:00 +02:00
2002-03-17 18:00:00 +01:00
2002-07-21 18:00:00 +02:00
2002-07-21 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-03-17 18:00:00 +01:00
2002-02-03 18:00:00 +01:00
2001-02-24 18:00:00 +01:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-06-23 18:00:00 +02:00
2002-05-09 18:00:00 +02:00
2002-04-07 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-08-16 18:00:00 +02:00
2002-01-27 18:00:00 +01: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.cadsoft.de/people/kls/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 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.
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%