mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the cDevice class to allow plugins to implement their own devices (cont'd)
This commit is contained in:
parent
d987c94909
commit
506c772bd7
4
HISTORY
4
HISTORY
@ -1379,7 +1379,7 @@ Video Disk Recorder Revision History
|
|||||||
for pointing out this one).
|
for pointing out this one).
|
||||||
- Disabled channels on Transponder 12070 in 'channels.conf', which apparently no longer transmits.
|
- Disabled channels on Transponder 12070 in 'channels.conf', which apparently no longer transmits.
|
||||||
|
|
||||||
2002-07-28: Version 1.1.6
|
2002-08-04: Version 1.1.6
|
||||||
|
|
||||||
- Re-visited the race condition fix in the cDvbPlayer (thanks again to Andreas
|
- Re-visited the race condition fix in the cDvbPlayer (thanks again to Andreas
|
||||||
Schultz).
|
Schultz).
|
||||||
@ -1390,3 +1390,5 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed PID handling for cReceiver.
|
- Fixed PID handling for cReceiver.
|
||||||
- Added a missing #include to ringbuffer.c (thanks to Martin Hammerschmid).
|
- Added a missing #include to ringbuffer.c (thanks to Martin Hammerschmid).
|
||||||
- Now using CC, CFLAGS, CXX and CXXFLAGS in Makefile.
|
- Now using CC, CFLAGS, CXX and CXXFLAGS in Makefile.
|
||||||
|
- Changed the cDevice class to allow plugins to implement their own devices (see
|
||||||
|
PLUGINS.html for details).
|
||||||
|
Loading…
Reference in New Issue
Block a user