Releases: erazortt/DoViBaker
Releases · erazortt/DoViBaker
v0.3.4
v0.3.3
v0.3.2
v0.3.1
- Move the LUT processing capabilities from DoViBaker to DoViCubes.
- Add DoViTonemap which applies tonemapping according to ITU-R BT.2408-7 Annex 5
- Add DoViStatsFileLoader to provide the necessary information to DoViCubes or DoViTonemap so that these can also be applied to non-DV sources
v0.2.0
- RPU data can also be read directly off the stream
(this seems to be supported by LSMASHSource and unoffical releases of FFMS2) - support of 10-14 bits inputs
(no unnecessary upconversion to 16 bits anymore) - use of tetrahedral interpolation for LUT processing
(higher quality than trilinear, with almost no performance loss) - libdovi and timecube statically linked
(no need to have dovi.dll lurking on the system anymore)
v0.1.7
Fix very ugly overflow of MMR mapping procedure.
The resuls of this bug being hit have been quite drastic to the viewer:
https://forum.makemkv.com/forum/viewtopic.php?p=140846&sid=26174d2c458930f8b6c14dc918dfbe33#p140846
Thanks @rome1983 for bringing up that thread
Thanks @quietvoid for being persistent
Thanks @Asd-g for his implementation of avslibplacebo