diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 24 |
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): |