Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parameters

This commit is contained in:
Klaus Schmidinger
2014-03-16 10:48:30 +01:00
parent af56e53315
commit 25e2dbf031
35 changed files with 472 additions and 10 deletions

View File

@@ -8203,7 +8203,7 @@ Video Disk Recorder Revision History
- Fixed detecting broken video data streams when recording.
- Fixed handling frame detection buffer length (reported by Eike Sauer).
2014-03-11: Version 2.1.6
2014-03-16: Version 2.1.6
- Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because this
did not compile with older versions of gcc (thanks to S<>ren Moch).
@@ -8250,3 +8250,5 @@ Video Disk Recorder Revision History
original "full featured" DVB cards - do not use it for new developments!
If an output device has several ways of replaying audio (like HDMI or analog jack)
it shall implement the proper options in its plugin's SetupMenu() function.
- Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parameters (thanks to
Rolf Ahrenberg).