-
Notifications
You must be signed in to change notification settings - Fork 12
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
valgrind issue for SAO filter. #26
Comments
Hi @nuomi2021. My name is Aarya Chaumal and I would like to take this issue up as my qualification task for this year's GSoC any advice on how should I set up my development environment for this task? I'm on a Linux machine. |
great! you can check https://github.com/ffvvc/FFmpeg/blob/main/.github/workflows/makefile.yml for configuration and bitstream download. |
Okay so I was able to build. (Encountered some issue with yasm, so switched to nasm) |
@light2802 is everything smooth? |
I sent a patch to the ffmpeg-devel mailing list but it is not showing up on the patchwork.ffmpeg.org/ page |
the code is not merged by ffmpeg yet. could you help send pr to https://github.com/ffvvc/FFmpeg instead? thank you |
Sure created a PR at #49 |
remove low priority since #64 |
run "valgrind ./ffmpeg_g -i SLICES_A_HUAWEI_3.bit -f rawvideo /dev/null -y"
you will get
It's realted to sao temporary buffer lc->sao_buffer, once you memset the buffer here , valgrind will not report any issue.
The text was updated successfully, but these errors were encountered: