Skip to content

1.4.0-2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:34
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
bb159b9

Summary

This releases features some desperately-needed fixes for TASVideo, as well as fixes related to FFmpeg capture.

We've also improved the documentation, thanks to @hugou74130!

⚡ Performance

  • Skip audio thread creation if plugin doesnt need it (#704)

✨ Features

  • DummyInput – Always enable controller 1 (#725)

🐞 Bugfixes

  • FFmpegEncoder – Sync logic diverges from VFW (#731)
  • TASVideo – Broken rectangle drawing (#733)
  • TASVideo – Multiple context initialization causes crash (#721)
  • TASVideo – Inconsistent clearing behavior (#720)
  • FFmpegEncodervf option being overwritten (#715)

📚 Documentation

  • Add Quick Start Guide (#712)
  • Local in-IDE lua API definitions instead of online reference (#696)