Skip to content

Releases: erazortt/DoViBaker

v0.3.4

02 Feb 20:55
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • DoViStatFileReader: fix minPq calculation
  • all: some minor speed optimizations

v0.3.3

01 Feb 09:22
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • DoViTonemapper: always use native bitdepth, also at 16 bits, since apparently scene changes are seldom enough so that its not worth to cut corners. This should increase speed for 14 and 16 bits inputs.
  • AVSCube: allow all bitdepths

v0.3.2

31 Jan 13:56
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

DoViTonemapper: some minor improvements, it should be stable now

v0.3.1

25 Jan 13:56
cc17bdd
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • 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

10 Oct 21:20
36b339d
Compare
Choose a tag to compare
  • 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

09 Oct 01:09
aa0e1ba
Compare
Choose a tag to compare

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

v0.1.6

25 Feb 21:25
08e94c9
Compare
Choose a tag to compare

Multiple minor fixes from pull requests
This should now support also Profile 8.4

Big thanks goes to @quietvoid and @Asd-g for all their contributions and their testing.

v0.1.5

23 Feb 15:48
d3f04d9
Compare
Choose a tag to compare

move to libdovi 3
merge some changes from Asd-g

v0.1.4

29 Jan 15:37
Compare
Choose a tag to compare

DoViBaker.dll:

  • add optinal trim processing of CM v2.9
  • add frame properies: _ColorRange, _SceneChangePrev

DoViAnalyzer.exe:

  • fail in case of any decoding errors
  • show avilable trims
  • show warning if output is limited range

v0.1.3

04 Sep 16:16
Compare
Choose a tag to compare

Correcting chroma shift during internal upscales. Assuming top-left chroma location.