Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filmgrain - fix memory leak when blur = 0 #193

Merged
merged 5 commits into from
Jun 3, 2024
Merged

Filmgrain - fix memory leak when blur = 0 #193

merged 5 commits into from
Jun 3, 2024

Conversation

esmane
Copy link
Contributor

@esmane esmane commented May 29, 2024

I also moved the framebuffer allocation to the f0r_update function (so it should be thread safe now) and I swapped out my clamp function for the one in frei0r._math.h even though I doubt there's that much performance difference with that.

@jaromil
Copy link
Member

jaromil commented May 30, 2024

to trigger a minor release at least one commit should start with 4 chars fix: including colon (semantic release auto versioning). If you think you are done with fixes, I will rename the commit messages like that and merge this too. Thanks!

@esmane
Copy link
Contributor Author

esmane commented May 30, 2024

Okay, thanks, I will do that in the future. Let me look it over a bit today and see if there's anything else I want to fix, then I'll let you know and I'll be done for a while and you can merge it.

@esmane
Copy link
Contributor Author

esmane commented May 31, 2024

Did some more fixes. I think I'm finally good, so if it looks good to you too please go ahead and send it. Thanks!

on Windows RAND_MAX is only 32,767.
@jaromil jaromil merged commit 7f0c0a5 into dyne:master Jun 3, 2024
2 checks passed
@esmane esmane deleted the esmane-patch-1 branch June 6, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants