fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
928 stars 164 forks source link

Segfaults using FGA with certain resolutions #400

Closed 6ws closed 4 weeks ago

6ws commented 1 month ago

When film grain analysis is enabled, using non-mod 8 resolutions such as 1920x804 will cause a segmentation fault upon encoding.

trixoniisama commented 1 month ago

I have had segfaults happen to me after a few hundred frames with 1920x1080 sources, so it's definitely not just related to that. Simply disabling FGA would fix the segfault and the entire video would encode normally.

vigneshvijay03 commented 1 month ago

@trixoniisama, Could you please provide the sequence and settings you used when you encountered the segmentation faults so that we can replicate the issue and work towards a solution? Thank you.

trixoniisama commented 3 weeks ago

Seemingly fixed with the above commit, thanks!