summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-12-22 10:26:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-12-22 10:26:16 +0100
commit7b2085b575777d1fbcf93acd03a96ae307847611 (patch)
treeddd0684629abdbe23dce9c45fdff1167d8b41b1f /HISTORY
parent7702a6c7e30dab3cab062e385f503a06f2038271 (diff)
downloadvdr-7b2085b575777d1fbcf93acd03a96ae307847611.tar.gz
vdr-7b2085b575777d1fbcf93acd03a96ae307847611.tar.bz2
Changed cDvbDevice::GrabImage() to use V4L2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d2adef99..35a66b50 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5849,9 +5849,10 @@ Video Disk Recorder Revision History
the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
to the driver (thanks to Oliver Endriss).
-2008-12-20: Version 1.7.3
+2008-12-22: Version 1.7.3
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Fixed handling the 'pointer field' in generating and parsing PAT/PMT (thanks to
Frank Schmirler).
- Fixed handling modulation types for DVB-S transponders when processing the NIT.
+- Changed cDvbDevice::GrabImage() to use V4L2 (thanks to Marco Schlüßler).