[oe-commits] ghost : dreambox-dvb-modules.bb: update dm800/dm8000 drivers

git version control git at git.openembedded.org
Mon Oct 5 12:14:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 0e0cef1fdb3f8eb2946557f295ef49a559e643a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e0cef1fdb3f8eb2946557f295ef49a559e643a5

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Mon Oct  5 10:56:29 2009 +0200

dreambox-dvb-modules.bb: update dm800/dm8000 drivers
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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/dreambox/dreambox-dvb-modules.bb b/packages/dreambox/dreambox-dvb-modules.bb
index 9af188f..8f773dd 100644
--- a/packages/dreambox/dreambox-dvb-modules.bb
+++ b/packages/dreambox/dreambox-dvb-modules.bb
@@ -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"





More information about the Openembedded-commits mailing list