Release notes:
- Options for demuxers (including protocols), decoders, and HW accelerations can now be passed on the command line. This allows, for example, experimental codec playback (such as VVC; see #67) and using the
rawvideo
demuxer - Added a decoder option
trust_dec_pts
for trusting the PTS decoded, thus disabling the default extrapolation logic (useful, for example, for videos where the picture type of each frame is not known; see #67) - Added support for handling dynamically changing resolution, color space, and color range per frame
- Added support for arbitrary angle auto-rotations via FFmpeg's
rotate
video filter - Fixed crashes caused by a memory alignment issue
- Fixed end-of-file condition check (for
-a
auto-loop) - The cursor now changes while in pan mode
- Improved formatting of the on-screen help view
The build for Windows 10 64-bit includes FFmpeg v7.0, SDL2 v2.28.5 and SDL2_ttf v2.22.0 DLLs.