backuprepo
  • Joined on 2024-05-18
backuprepo closed issue starred/ffmpeg-rockchip#233 2025-12-23 10:36:32 +01:00
[PR #12] [CLOSED] lavfi/rga: P210 support
backuprepo closed issue starred/ffmpeg-rockchip#234 2025-12-23 10:36:32 +01:00
[PR #6] [CLOSED] HACK: Route v4l2m2m codecs to rkmpp via ENV variable
backuprepo opened issue starred/ffmpeg-rockchip#230 2025-12-23 10:36:31 +01:00
[PR #1] [CLOSED] [RFC] HwFramesContext config method support
backuprepo opened issue starred/ffmpeg-rockchip#231 2025-12-23 10:36:31 +01:00
[PR #2] [CLOSED] Introduce AVRKMPPDRMFrameDescriptor
backuprepo opened issue starred/ffmpeg-rockchip#232 2025-12-23 10:36:31 +01:00
[PR #4] [CLOSED] rkmppdec: Allow to change AFBC mode from env
backuprepo opened issue starred/ffmpeg-rockchip#233 2025-12-23 10:36:31 +01:00
[PR #12] [CLOSED] lavfi/rga: P210 support
backuprepo opened issue starred/ffmpeg-rockchip#234 2025-12-23 10:36:31 +01:00
[PR #6] [CLOSED] HACK: Route v4l2m2m codecs to rkmpp via ENV variable
backuprepo closed issue starred/ffmpeg-rockchip#230 2025-12-23 10:36:31 +01:00
[PR #1] [CLOSED] [RFC] HwFramesContext config method support
backuprepo opened issue starred/ffmpeg-rockchip#229 2025-12-23 10:36:29 +01:00
libavformat/mov.c: attacker-controlled count in mov_read_keys can trigger excessive allocations / OOM
backuprepo closed issue starred/ffmpeg-rockchip#229 2025-12-23 10:36:29 +01:00
libavformat/mov.c: attacker-controlled count in mov_read_keys can trigger excessive allocations / OOM
backuprepo commented on issue starred/ffmpeg-rockchip#229 2025-12-23 10:36:29 +01:00
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.…

backuprepo commented on issue starred/ffmpeg-rockchip#226 2025-12-23 10:36:28 +01:00
rk3588 h264_rkmpp encoder can not be found

@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…

backuprepo commented on issue starred/ffmpeg-rockchip#228 2025-12-23 10:36:28 +01:00
rk3588 h264_rkmpp/hevc-rkmpp encoder can not be found

@nyanmisaka commented on GitHub (Dec 5, 2025):

Unable to reproduce. This is not an ffmpeg-rockchip issue. 2eb0b5dc03

backuprepo commented on issue starred/ffmpeg-rockchip#226 2025-12-23 10:36:28 +01:00
rk3588 h264_rkmpp encoder can not be found

@flyingbird1002 commented on GitHub (Dec 5, 2025):

编码器找不到,但解码器可以找到 // 查找解码器 rk_h264_decodec = avcodec_find_decoder_by_name(DECODEC_NAME); if (!rk_h264_decod…

backuprepo commented on issue starred/ffmpeg-rockchip#226 2025-12-23 10:36:27 +01:00
rk3588 h264_rkmpp encoder can not be found

@nyanmisaka commented on GitHub (Dec 2, 2025):

Use LD_LIBRARY_PATH or static link your app to ffmpeg-rockchip instead of the system ffmpeg.

backuprepo commented on issue starred/ffmpeg-rockchip#227 2025-12-23 10:36:27 +01:00
(RK3588)VPU中AVS2硬件解码支持

@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

backuprepo commented on issue starred/ffmpeg-rockchip#228 2025-12-23 10:36:27 +01:00
rk3588 h264_rkmpp/hevc-rkmpp encoder can not be found

@flyingbird1002 commented on GitHub (Dec 5, 2025):

编码器找不到,但解码器可以找到 // 查找解码器 rk_h264_decodec = avcodec_find_decoder_by_name(DECODEC_NAME); if (!rk_h264_decod…

backuprepo closed issue starred/ffmpeg-rockchip#228 2025-12-23 10:36:26 +01:00
rk3588 h264_rkmpp/hevc-rkmpp encoder can not be found
backuprepo closed issue starred/ffmpeg-rockchip#227 2025-12-23 10:36:26 +01:00
(RK3588)VPU中AVS2硬件解码支持
backuprepo commented on issue starred/ffmpeg-rockchip#226 2025-12-23 10:36:26 +01:00
rk3588 h264_rkmpp encoder can not be found

@flyingbird1002 commented on GitHub (Dec 2, 2025):

but by command line. I can find it

root@topeet:~/dev/ffmpeg/doc/examples# ffmpeg -encoders