Version 1.1.19, 2020-08-23
New Features
Fixed Defects
I-CONIC API
New Features
- A video file with two video streams can be processed with FFmpeg decoder. Select "Stereo video" in project dialog.
- When selecting a video in the project dialog, the same video is filled in as default as second video.
- Added the I-CONIC API documentation to the API documentation.
Fixed Defects
I-CONIC API
Video over network added:
- Enabled decoding and displaying video over UDP network
- Enabled connecting to server in sample and filter sample applications
- Added LoadVideo with host:port overload to video decoder
- Added IconicUdpServer to installation
- Enabled IconicUdpServer to take video file and port as argument
- Added IconicUdpServer sample UDP server
- Added iconic::Network class
- Added dependency of boost::asio for networking
Other:
- Check for Intel OpenCL before vcpkg opencl in cmake
- Added a uchar version of RGBA2RGB conversion
- Removed defines of sA - sF, included in boost::compute
- Added GetDevices to GpuContext
- Added experimental fast forward in decoder and OpenGL window. Only skips OpenCL processing for now.
- Enabled setting image format when image is created by ImageGLBase
- Updated README.md with more tests and samples