summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index c09a791fb..c19075d0c 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,26 @@
+2005-12-05 02:21 mchehab
+
+ * linux/drivers/media/video/cx88/cx88-tvaudio.c:
+ (set_audio_finish):
+ * linux/drivers/media/video/cx88/cx88.h:
+ * linux/drivers/media/video/cx88/cx88-blackbird.c:
+ (blackbird_probe):
+ - This patch adds eeprom awareness for the Roslyn. In effect, the
+ blackbird will query the tuner V4L2_STD_xxxx definitions to determine
+ whether it's connected to a NTSC or PAL tuner. Based on that, various
+ default values will change for blackbird encoding.
+
+ - Fixes back panel SVIDEO/COMPOSITE with audio, work properly.
+ - Fixes a problem with lip sync issues, due to bad framerate vs
+ audio rate assumptions.
+
+ * linux/drivers/media/video/cx88/cx88-cards.c: (hauppauge_eeprom):
+ - Fixed a problem with the GPIO configuration in cx88-cards.
+ - Removed the comments in cx88-cards that made no sense.
+
+ Signed-off-by: Steven Toth <stoth@hauppauge.com>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-12-04 21:01 mkrufky
* linux/drivers/media/video/bttv-driver.c: