summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorCatalin Climov <devnull@localhost>2005-08-17 20:55:37 +0000
committerCatalin Climov <devnull@localhost>2005-08-17 20:55:37 +0000
commitb3f409c46b9b52d0526cc21ac645a19d8f8e7662 (patch)
tree66f1cf6de83cef0f08993ff57d272f8953671058 /v4l
parentcad4a4110faf2672fc6dec4d5ca6c09ccac2e3e2 (diff)
downloadmediapointer-dvb-s2-b3f409c46b9b52d0526cc21ac645a19d8f8e7662.tar.gz
mediapointer-dvb-s2-b3f409c46b9b52d0526cc21ac645a19d8f8e7662.tar.bz2
Small mpeg fixes and cleanups for blackbird.
* cx88-blackbird.c: - fix mpeg packet size & count - add VIDIOC_QUERYCAP ioctl for the mpeg stream - return more information in struct v4l2_format - fix default window height * cx88-video.c: - small cleanups Signed-off-by: Catalin Climov <catalin@climov.com>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index fda54eb12..b015a78f2 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-18 00:00 catalin
+
+ * cx88-blackbird.c:
+ - fix mpeg packet size & count
+ - add VIDIOC_QUERYCAP ioctl for the mpeg stream
+ - return more information in the struct v4l2_format
+ - fix default window height
+
+ * cx88-video.c:
+ - small cleanups
+
+ Signed-off-by: Catalin Climov <catalin@climov.com>
+
2005-08-17 19:40 nsh
* cx88-dvb.c: (lgdt330x_pll_set):
@@ -13,7 +26,7 @@
(tuner_command):
* tuner-simple.c: (default_tuner_init):
* tuner.h:
-
+
- New tuner standby API.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>