summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-08-30 17:52:33 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-08-30 17:52:33 +0000
commitdd2ac1c45dacc0ace8b20091fd156ede662878fe (patch)
tree507f91ad7e640d39c3faf641b240213ce601de81 /v4l
parente45b15bf72002c473a0e621ff96b0787a8d5267b (diff)
downloadmediapointer-dvb-s2-dd2ac1c45dacc0ace8b20091fd156ede662878fe.tar.gz
mediapointer-dvb-s2-dd2ac1c45dacc0ace8b20091fd156ede662878fe.tar.bz2
* cx88-core.c: (set_tvaudio):
* cx88-tvaudio.c: (set_audio_standard_NICAM), (set_audio_standard_A2), (set_audio_standard_FM), (cx88_detect_nicam), (cx88_set_tvaudio), (cx88_newstation), (cx88_set_stereo): * cx88.h: - Added nicam autodetection for PAL B/G/D/K/I/L. If it fails then falls back to fm / am mono audio. - Added debug messages about detecting state. - 'set_audio_standard_NICAM_L' and 'set_audio_standard_PAL_I' moved to 'set_audio_standard_A2' and 'set_audio_standard_NICAM' for cleaner code. - Changed some WW_xx values for better handling. - Added 'use_nicam' to 'core' to save nicam detecting state for later use in 'cx88_set_stereo'. - Not working: - Auto fall back to fm / am mono if transmitting quality goes bad. - A2 dual fm stereo auto detecting. Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 3a3860229..2957c4722 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,27 @@
+2005-08-30 17:37 mchehab
+
+ * cx88-core.c: (set_tvaudio):
+ * cx88-tvaudio.c: (set_audio_standard_NICAM),
+ (set_audio_standard_A2), (set_audio_standard_FM),
+ (cx88_detect_nicam), (cx88_set_tvaudio), (cx88_newstation),
+ (cx88_set_stereo):
+ * cx88.h:
+ - Added nicam autodetection for PAL B/G/D/K/I/L.
+ If it fails then falls back to fm / am mono audio.
+ - Added debug messages about detecting state.
+ - 'set_audio_standard_NICAM_L' and 'set_audio_standard_PAL_I'
+ moved to 'set_audio_standard_A2' and 'set_audio_standard_NICAM'
+ for cleaner code.
+ - Changed some WW_xx values for better handling.
+ - Added 'use_nicam' to 'core' to save nicam detecting state for
+ later use in 'cx88_set_stereo'.
+ - Not working:
+ - Auto fall back to fm / am mono if transmitting quality goes bad.
+ - A2 dual fm stereo auto detecting.
+
+ Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-08-30 15:11 mkrufky
* cx88-video.c: (cx8800_resume):