diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-16 21:38:45 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-16 21:38:45 +0000 |
commit | a5fd51aa1ea7fae7684b2b36cd2e0853e3f2581c (patch) | |
tree | 8a66e4a90857878774adb7d0e12afbe345c2f572 /v4l | |
parent | 85e7d6db1f3eec265980dae6231bcf531fa19bdd (diff) | |
download | mediapointer-dvb-s2-a5fd51aa1ea7fae7684b2b36cd2e0853e3f2581c.tar.gz mediapointer-dvb-s2-a5fd51aa1ea7fae7684b2b36cd2e0853e3f2581c.tar.bz2 |
* bttv-driver.c, bttvp.h:
- New bttv module params:
- uv_ratio : allow a ratio of saturation between u and v. If you have a ratio
of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct
a bad color balance.
- full_luma_range : provide a better contrast in using the full range 0-253
of values instead of 16-253.
- coring : to have a better black level.
Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b79b4d95e..65689e4ca 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2005-06-17 00:00 nshmyrev + * bttv-driver.c, bttvp.h: + + - New bttv module params: + + - uv_ratio : allow a ratio of saturation between u and v. If you have a ratio + of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct + a bad color balance. + - full_luma_range : provide a better contrast in using the full range 0-253 + of values instead of 16-253. + - coring : to have a better black level. + + Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr> + 2005-06-16 21:13 mchehab * cx88-video.c, saa7134-video.c, bttv-driver.c: |