dreambox-dvb-modules.bb: update dm800/dm8000 drivers
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 5 Oct 2009 08:56:29 +0000 (10:56 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 5 Oct 2009 08:56:29 +0000 (10:56 +0200)
changes both:
- implement FE_TIMEDOUT flags in all tuner drivers (used in e2 to speedup the service searching a little bit)
- add new option to change scaler sharpness (/proc/stb/vmpeg/0/pep_scaler_sharpness)
- fix kernel freeze caused by demux problem when try to use more the 64 section filter (i.e. much recordings on the same transponder are running)
- deinterlacer optimizations
please no more use "off" when the vertical input/output resolution are not equal
"bob" is the equivalent to the old "off" option... but "auto" should generate better quality as off/bob in most case .. so changing the default behaviour is no more needed
changes dm800:
- fix stuttering video with enabled deinterlacer (i.e. N24 ticker)
- add some PEP options to /proc/stb/vmpeg/0 (pep_brightness, pep_saturation, pep_hue, pep_contrast, pep_block_noise_reduction, pep_digital_contour_removal, pep_mosquito_noise_reduction)
changes dm8000:
- fix no more working 1080p24/25/30 output (in 20090916 drivers)
- fix stuttering video on (cvbs) analog output when no hdmi cable was connected but a DVI option was configured

packages/dreambox/dreambox-dvb-modules.bb

index 9af188f..8f773dd 100644 (file)
@@ -24,13 +24,13 @@ KV_dm500plus = "2.6.12"
 PV_dm500plus = "${KV}-20080822"
 
 KV_dm800 = "2.6.12-5.1-brcmstb-dm800"
-PV_dm800 = "${KV}-20090907"
+PV_dm800 = "${KV}-20091005"
 
 KV_dm500hd = "2.6.12-5.1-brcmstb-dm500hd"
 PV_dm500hd = "${KV}-20090521"
 
 KV_dm8000 = "2.6.12-5.1-brcmstb-dm8000"
-PV_dm8000 = "${KV}-20090916"
+PV_dm8000 = "${KV}-20091005
 
 RDEPENDS = "kernel (${KV})"
 PR = "r0"