Changelog:
- General
- Fixed point to point end detection in certain scenarios.
- Improved support for H.265 video in AVI container produced by some security cameras.
- Added logging to identify problematic sources where container and video track pixel aspect ratios differ.
- Added logging to help debug potential JSON API issues.
- Video
- Fixed color range conversion being applied twice when scaling video.
- Fixed incorrect identification of support for QSV HEVC encoder on older Intel hardware.
- Added logging to identify automatic picture rotation.
- Miscellaneous bug fixes and improvements.
- Audio
- Fixed an upstream FFmpeg issue where passing through AAC ADTS audio could produce invalid MKV output in rare cases (error instead).
- Filters
- Fixed uninitialized memory in NLMeans prefilter leading to video corruption at bottom of picture (only affects custom settings).
- Fixed a crash in the Detelecine filter with out of bounds parameters (only affects custom settings).
- Subtitles
- Fixed burned in subtitles position offset where cropscale filter is not used.
- Command line interface
- Fixed subtitles not being selected when specifying --all-subtitles without also specifying a non-empty --subtitle-lang-list.
- Build system
- Miscellaneous bug fixes and improvements.
- Linux
- Fixed point to point controls not accepting fractional seconds.
- Fixed updating presets with identical names in different categories.
- Improved parity with other platforms by allowing removal of preset categories (automatic after last preset in category is removed).
- Improved parity with other platforms by showing title and chapter range on the queue summary tab.