Releases: paperManu/splash
Releases · paperManu/splash
0.3.12
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
0.3.8
0.3.6
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
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
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
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