libavformat/mov.c: attacker-controlled count in mov_read_keys can trigger excessive allocations / OOM
libavformat/mov.c: attacker-controlled count in mov_read_keys can trigger excessive allocations / OOM
libavformat/mov.c: attacker-controlled count in mov_read_keys can trigger excessive allocations / OOM
@nyanmisaka commented on GitHub (Dec 20, 2025):
For archival purposes, there are no plans to rebase the 6.x branch to the latest upstream commit.
Please use the latest 7.x and 8.x branch.…
@flyingbird1002 commented on GitHub (Dec 5, 2025):
I try a lot, but it can not be solved; I refer to "https://blog.csdn.net/Leon_Chenl/article/details/145042973" , a lot of person encounter this…
@nyanmisaka commented on GitHub (Dec 5, 2025):
Unable to reproduce. This is not an ffmpeg-rockchip issue.
2eb0b5dc03…
@flyingbird1002 commented on GitHub (Dec 5, 2025):
编码器找不到,但解码器可以找到 // 查找解码器 rk_h264_decodec = avcodec_find_decoder_by_name(DECODEC_NAME); if (!rk_h264_decod…
@nyanmisaka commented on GitHub (Dec 2, 2025):
Use LD_LIBRARY_PATH or static link your app to ffmpeg-rockchip instead of the system ffmpeg.
@nyanmisaka commented on GitHub (Dec 2, 2025):
You can enable AVS2 with this patch, but it hasn't been extensively tested, so I won't enable it by default.
[0001-avs2.patch](https://github.com/us…
@flyingbird1002 commented on GitHub (Dec 5, 2025):
编码器找不到,但解码器可以找到 // 查找解码器 rk_h264_decodec = avcodec_find_decoder_by_name(DECODEC_NAME); if (!rk_h264_decod…
@flyingbird1002 commented on GitHub (Dec 2, 2025):
but by command line. I can find it
root@topeet:~/dev/ffmpeg/doc/examples# ffmpeg -encoders