Releases: caffeinetv/libcaffeine
Releases · caffeinetv/libcaffeine
libcaffeine v0.6.6
Update max title limit to 255 characters
libcaffeine v0.6.5
Disable frame adaptation. Split max and min bitrates.
libcaffeine v0.6.4
- Allowed frame size limits to be increased via backend
libcaffeine v0.6.3
New Features/ Additions:
- Added function for checking internet connection
- Added function for checking Caffeine connection health
libcaffeine v0.6.2
New Features/ Additions:
- Added a new API call to the backend to get the encoder settings for the current specific user. Currently only supports adjusting encoding bitrate.
- Dynamically adjusted the encoder fps base on input. If the incoming fps is higher than 50, we will switch x264 to encode at 60fps. Otherwise, if the incoming fps drops below 35, we will switch to encode at 30fps. The default target framerate is 30.
- Prevented encoding at 60 fps if bitrate is 2Mbps only.
libcaffeine v0.6.1
- Fixed some third-party logs being sent to stdout.
- Added the include directory to the libcaffeine target.
- Removed suffix from Release and MinSizeRel binaries. Since the do not differ by much when Clang/LLVM is used, and we only lose debugging and proper crash reports, it makes no sense to have them.