What's Changed​

  • QOIR support by @YorVeX in #15 - read more about that here
  • PNG support with fast FPNGE encoder by @YorVeX in #17 - read more about that here
  • 4d79046: Use only FAST setting for LZ4, offer separate frame skipping setting instead
  • 2f4ebb2: Reinitialize receiver video settings on every reconnect
  • 09f45cf: Make network bind interface selectable for the receiver (#11)
  • ecbfd0b: Fixed WSL install command in setup script
Full Changelog: v0.7.3-beta...v0.7.4-beta

What's Changed​

  • b61c4e8: Fix feed getting distorted/greenish colors with certain settings since v0.7.2 update
Full Changelog: v0.7.2-beta...v0.7.3-beta

What's Changed​

  • 28bf7db: Support JPEG frame skipping only for lossless mode (wasn't working properly anyway)
  • 69a56f6: Fix sender color range settings not properly reflected on receiver side
  • 7fc6035: Fix color conversions change color range and space if not set to default
  • 03cf2ae: Decompress JPEG lossy to YUV instead of BGRA, fixing many situations where colors were not displayed correctly on the receiver
  • ba1235d: Add JPEG lossy support for I444 (previously it was internally converted to I420)
  • #8: major code cleanup/improvement based on now enforced formatting rules and analyzer checks, following over 300 suggestions
Full Changelog: v0.7.1-beta...v0.7.2-beta

Known issues in this release​

  • #14: Odd resolutions like 1279x719 cause screen distortions when using YUV color formats

What's Changed​

  • e51c8f8: Fixed LZ4 "Sync skips with QOI" option text locale identifier
  • ccd448b: Improved error message if JPEG library is missing only for the receiver
  • 721c6b6: Fixed compression settings not being applied on output auto-start
Full Changelog: v0.7.0-beta...v0.7.1-beta

Known issues in this release​

  • #14: Odd resolutions like 1279x719 cause screen distortions when using YUV color formats

What's Changed​

  • #13: JPEG support (lossy and lossless) based on the libjpeg-turbo library
    • The Windows binary package provided here includes the necessary libjpeg-turbo library, for Linux a separate installation is necessary for this feature to be available, see Using the wrapper class for more info
  • a2dd49d: Frame sync improvements, added frame buffering option for receiver
  • cde6882: Changed QOI level logic to control the compressed frame percentage (breaking change, existing QOI level configurations <10 will behave differently now!)
  • ef554cc: Fixed wrong error message when using LZ4 on color formats != BGRA
  • 258649b: Request format conversion from OBS if necessary, meaning QOI and JPEG lossless can now properly be used on formats other than BGRA
  • 14e70a7: Fixed only first audio channel being played by source
Full Changelog: v0.6.0-beta...v0.7.0-beta
Top