Added proper error handling for a failure of ftruncate()
Made a very stupid fix to fix build errors when _FORTIFY_SOURCE > 0. Will work on a proper error handling solution
Added (void) cast to ftruncate() in order to prevent build failures on certain distros
Added tag v1.2 for changeset 7270eca5e0bf
Fixed compiler errors when using C23/GCC15. Thanks to pastalian for the patch
Updated .hgignore
Backed out changeset f271daf8f42b
Added a dmabuf print at the start of _frame since this is before ANY code is run...not that the code inside _frame is all that complicated
Backed out changeset e92872971945
Backed out changeset f271daf8f42b
Added perf timing prints to dmabuf for testing performance issues. This commit is slow DO NOT RUN
Added hotplug support to dmabuf, screencopy is still missing it for now
Updated meson command in readme
Added tag v1.1 for changeset ea943161622b
Fixed indentation
Added RT library to scpy dependencies
Fixed dmabuf not capturing at 60fps
Properly added wayland versioning and added an option to the scpy backend to control y axis flipping
Removed comments about wayland and dmabuf quirks from the README as stable releases of OBS now have all required features
Added support for format modifiers in DMA-BUF source Fixes https://todo.sr.ht/~scoopta/wlrobs/16