Releases: deltacasttv/video-viewer
Releases · deltacasttv/video-viewer
1.3.0
1.2.0
Added
- Add support for BGR 4:4:4:4 8bits (little endian + padding)
1.1.2
Fixes
- Fix GL_CHECK and GLFW_CHECK macro on GCC with < C++20
1.1.1
Fixes
- Improve GL_CHECK and GLFW_CHECK macros to support conditional statements
1.1.0
Added
- Add support for BGR 4:4:4 8bits pixel format
1.0.2
1.0.1
1.0.0
Added
- Initial pixel packings support:
- YCbCr 4:2:2 8bits
- YCbCr 4:2:2 10bits (little endian + padding)
- YCbCr 4:2:2 10bits (Big endian)
- YCbCr 4:4:4 8bits
- RGB 4:4:4 8bits
- Static library that supports Windows and Linux OS