Skip to content

Version 2.14.0

Latest

Choose a tag to compare

@Tom94 Tom94 released this 23 Aug 05:02
· 4 commits to master since this release
18dabdd

Changes Since Last Release

New features

  • Up to 3x faster image loading and other significant performance improvements. These largely stem from:
    • Heavy use of SIMD instructions for color space conversions, transfer functions, statistics calculations, etc.
    • Replaced the AOM AVIF decoder with DAV1D
  • Added support for JPM and MJ2 files (multi-frame JPEG 2000 images)
  • Added support for text drawing via IPC (e.g. via tevclient; thanks to @lewisfish)
  • Added support for fractional playback rates (thanks to @kongdai123)

Bugfixes & improvements

  • RGB images (without alpha channel) now use 25% less RAM on macOS
  • Fixed crash when loading certain TIFF images with subsampled YCbCr channels
  • Fixed out of gamut color rendering on Windows and Linux in certain circumstances
  • Fixed file extensions and mime types for the JPEG 2000 family of images being absent from the file dialog
  • Fixed a rare flickering border around the displayed image, occurring on some graphics hardware / drivers

Released Files

  • Pre-built installer (.msi) and portable binary (.exe) for Microsoft Windows targeting x86 (tev-installer.msi, tev.exe) and ARM (tev-arm-installer.msi, tev-arm.exe)
  • Pre-built installers for macOS targeting ARM (tev.dmg) and Intel (tev-intel.dmg)
  • Pre-built binaries for Linux targeting x86 (tev.appimage) and ARM (tev-arm.appimage)
  • Source code of tev excluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.