Skip to content

Releases: paperManu/splash

0.3.12

25 Mar 18:36

Choose a tag to compare

New features:

  • Added warp to take care of thoses cases where camera calibration is not sufficient
  • Added per-media filter, to control brightness, contrast, saturation and black level
  • Added support for threaded HapQ decoding

Improvements:

  • Improved performances by reducing the number of buffer copies
  • Improved queues
  • Improved LTC support
  • Added a file selector for media and configurations
  • Overall GUI improvements
  • Removed dependency to OpenImageIO, now using stb_image
  • JsonCpp, libltc and cppzmq are now included as submodules

Bug fixed:

  • Fixed some crashes related to $DISPLAY
  • Fixed a crash specific to OSX

0.3.10

09 Dec 15:58

Choose a tag to compare

Improvements:

  • Improved GUI to hide complexity

Bug fixed:

  • Fixed a random race condition in Timer
  • Fixed a crash happening on Object deletion

0.3.8

22 Nov 22:47

Choose a tag to compare

Improvements

  • Big improvements to the Blender addon

0.3.6

13 Nov 16:37

Choose a tag to compare

New features:

  • Added queues, to create playlists of media
  • SMTPE LTC can be activated for compatible sources (image_ffmpeg and queues)
  • Added a preliminary support for joysticks during calibration

Improvements:

  • If possible, no additional process is launched for a Scene
  • Improved sound synchronization
  • HttpServer can control Scene parameters
  • Improved Blender addon
  • Improved logs and timing handling

Bug fixed:

  • Fixed a race condition at launch time
  • Fixed random freezes when quitting

0.3.4

30 Sep 19:25

Choose a tag to compare

New features:

  • Sound support in Image_FFmpeg
  • Seeking in Image_FFmpeg
  • Added architecture for effects on video
  • SMPTE LTC support, though not active yet

Improvements:

  • Various fixes to enable building on OSX / Homebrew
  • Now using GLAD as a GL loader
  • Improved HTTP server

Bug fixed:

  • Camera calibration

0.3.2

05 Aug 15:29

Choose a tag to compare

New features:

  • Real-time blending (for OpenGL >= 4.3)
  • Added an HTTP server (not activated by default, draft version)

Improvements:

  • More control over the configuration from the GUI
  • Slight performance improvements
  • Automatic GL version detection
  • Improved Blender addon

Bug fixed:

  • Keyboard shortcuts
  • Memory leak in Blender addon

0.3.0

05 Aug 13:39

Choose a tag to compare

New features:

  • Packaged for OSX!
  • Added support for Syphon on OSX
  • Can read videos through ffmpeg
  • Can access video grabbers through OpenCV
  • Added an exporter for Blender to ease configuration
  • Supports multithreaded Hap

Improvements:

  • Improved camera manipulation
  • Improved GUI
  • Removed dependency to OpenMesh
  • Now uses shmdata 1.0
  • Various optimizations and fixes

Bug fixed:

  • Fixed shaders to work on ATI cards
  • Fixed some crashes