mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
- Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed wrong bracketing in cChannel::SubtitlingType() etc. (thanks to Rolf Ahrenberg). - Fixed not logging changes for channels that have no number (reported by Timothy D. Lenz). - Changed the project's URLs and email to tvdr.de. - Added Lithuanian language translations (thanks to Valdemaras Pipiras). - Updated Chinese language texts (thanks to Nan Feng). - Only checking DVB_API_VERSION to be >=5 in order to stay compileable in case the DVB API version number is increased (the API claims to always be backward compatible). - Fixed saving terminal settings when running in background (thanks to Manuel Reimer). - Fixed cFrameDetector::Analyze() to handle video streams where the frame type is not detectable from the first TS packet of a frame. - Fixed writing the PCR pid into the PMT in cPatPmtGenerator::GeneratePmt() (reported by Rene van den Braken). - Added Slovakian language texts (thanks to Milan Hrala). - Fixed EntriesOnSameFileSystem() to avoid using f_fsid, which may be 0 (thanks to Frank Schmirler). - Fixed starting a recording at an I-frame. - Fixed generating the index for recordings from channels that put a whole GOP into one payload unit. - The index file for TS recordings is now regenerated on-the-fly if a recording is replayed that has no index. This can also be used to re-create a broken index file by manually deleting the index file and then replaying the recording (at least until the index file has been generated). - The cRingBufferLinear::Read() function now returns -1 and sets errno to EAGAIN if the buffer is already full. - Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg). - Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio() (thanks to Andreas Schaefers). - Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov). - Reverted "Removed limitation to PAL resolution from SPU handling" because it cause nothing but trouble. Besides, the core VDR doesn't use this, anyway. - Fixed the default value for "Pause key handling" in the MANUAL (reported by Diego Pierotto).
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
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.
|