Kodi DSPlayer – DirectShow Player for Windows
Comparison photos in the first post would actually be helpful. I have images for debanding, deringing and deblocking. I also have have a link for chroma upscaling and images for image upscaling, image doubling and dithering.

These are probably my favorite images:

Dithering to 2-bits:
2 bit Ordered Dithering
2 bit No Dithering

Kodi LibreELEC has finally introduced dithering when converting from Y'CbCr to RGB. The conversion from Y'CbCr to RGB involves floating point data that must be rounded to 10-bits or 8-bits. Without dithering, you end up with small quantization errors that can cause color errors, or, worse yet, subtle banding. There is still no dithering at output after pixel shaders have been applied, but that helps a lot. Dithering to address quantization, or rounding errors, was common in the audio world when reducing from a higher to lower sampling rate. Not dithering would result in audible distortion. madshi was the first to introduce dithering to video rendering; obviously borrowing dithering from the audio world.

More alarming is that a recent commit in the Kodi main branch was made to correct an error when converting from linear RGB to non-linear sRGB. Kodi converts to sRGB with all color spaces at the moment. For years, this calculation had been made incorrectly, I guess. I have no idea what the consequences were of this imperfect math. 10-bit passthrough and dithering from 10-bit to 8-bit are also now available in special LibreELEC test builds. HDR passthrough is already possible on Linux, so Kodi is becoming close to state-of-the art. But not on Windows.
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
RE: Kodi DSPlayer – DirectShow Player for Windows - by Warner306 - 2018-04-30, 20:40
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47