mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed credits for implementing cDevice::HasInternalCam()
This commit is contained in:
parent
eb8fbeba27
commit
e775f25add
@ -2348,9 +2348,6 @@ Tobias Grimm <tobias.grimm@e-tobi.net>
|
|||||||
for avoiding a gcc 4.6 compiler error in the skincurses plugin.
|
for avoiding a gcc 4.6 compiler error in the skincurses plugin.
|
||||||
for suggesting to move setting LC_NUMERIC further up to make sure any floating point
|
for suggesting to move setting LC_NUMERIC further up to make sure any floating point
|
||||||
numbers use a decimal point
|
numbers use a decimal point
|
||||||
for implementing cDevice::HasInternalCam(), which can be implemented by devices that
|
|
||||||
provide encrypted channels in an already decrypted form, without requiring explicit
|
|
||||||
handling of a CAM
|
|
||||||
|
|
||||||
Helge Lenz <h.lenz@gmx.de>
|
Helge Lenz <h.lenz@gmx.de>
|
||||||
for reporting a bug in setting the 'Delta' parameter when calling the shutdown
|
for reporting a bug in setting the 'Delta' parameter when calling the shutdown
|
||||||
@ -2409,6 +2406,9 @@ Anssi Hannula <anssi.hannula@gmail.com>
|
|||||||
for adding support for automatically selecting subtitles when playing old PES
|
for adding support for automatically selecting subtitles when playing old PES
|
||||||
recordings made with the subtitles plugin
|
recordings made with the subtitles plugin
|
||||||
for pointing out -Werror=...
|
for pointing out -Werror=...
|
||||||
|
for implementing cDevice::HasInternalCam(), which can be implemented by devices that
|
||||||
|
provide encrypted channels in an already decrypted form, without requiring explicit
|
||||||
|
handling of a CAM
|
||||||
|
|
||||||
Antti Hartikainen <ami+vdr@ah.fi>
|
Antti Hartikainen <ami+vdr@ah.fi>
|
||||||
for updating 'S13E' in 'sources.conf'
|
for updating 'S13E' in 'sources.conf'
|
||||||
|
2
HISTORY
2
HISTORY
@ -7213,7 +7213,7 @@ Video Disk Recorder Revision History
|
|||||||
own way of retrieving section filter data (thanks to Deti Fliegl).
|
own way of retrieving section filter data (thanks to Deti Fliegl).
|
||||||
- The new function cDevice::HasInternalCam() can be implemented by devices that
|
- The new function cDevice::HasInternalCam() can be implemented by devices that
|
||||||
provide encrypted channels in an already decrypted form, without requiring explicit
|
provide encrypted channels in an already decrypted form, without requiring explicit
|
||||||
handling of a CAM (thanks to Tobias Grimm).
|
handling of a CAM (thanks to Anssi Hannula).
|
||||||
- VDR can now be built according to the FHS ("File system Hierarchy Standard") by
|
- VDR can now be built according to the FHS ("File system Hierarchy Standard") by
|
||||||
activating the line
|
activating the line
|
||||||
#USEFHS = 1
|
#USEFHS = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user