Skip to content

NvPipe Improvements and Bugfixes

Tim Biedert requested to merge tbiedert/paraview:NvPipe-Runtime into master

This merge request includes an updated version of the NvPipe image compressor:

  • Use of CUDA runtime instead of manual PTX module loading (PTX files are no longer required; conversion kernels are compiled into the NvPipe shared libary)
  • Support for odd frame sizes (no more even height or size divisible by 16 requirements)
  • Decoder: Dynamic resize bug fix (frame size can now more robustly decrease and increase again)

Additional bugfixes and changes in ParaView:

  • Fixed crash when no compressor is selected (raw image is transferred in this case)
  • Removed "PIXELS SKIPPED" information of vtkNvPipeCompressor's output (not required anymore)
  • Fixed NvPipe quality parameter (was inverted)
  • Fixed varying offset of reduced image during interaction depending on frame size and image reduction factor (fixed by updated NvPipe)
Edited by Tim Biedert

Merge request reports