mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
[PR #104] [CLOSED] Support MJPEG decoding #240
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nyanmisaka/ffmpeg-rockchip/pull/104
Author: @lumiaJJ
Created: 8/24/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
daebe9eSupport MJPEG decoding📊 Changes
5 files changed (+143 additions, -9 deletions)
View changed files
📝
configure(+1 -0)📝
libavcodec/Makefile(+1 -0)📝
libavcodec/allcodecs.c(+1 -0)📝
libavcodec/rkmppdec.c(+136 -9)📝
libavcodec/rkmppdec.h(+4 -0)📄 Description
Implement MJPEG decoding with mpp MPPTask API.
I tested MJPEG decoding with this commit. But I got some error log from MPP log. Once I enabled MJPEG decoding, below error logs would be printed. I personally think it's related to this issue: https://github.com/nyanmisaka/ffmpeg-rockchip/issues/101 . Currently, I feel that there are still some doubts about using the MPP interface, and I'm not sure how to investigate it. Can you help me to debug and merge this PR? Thank you.
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa8001ba8 node 0x7fa8001b80 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa8001ba8 node 0x7fa8001b80 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa80036e8 node 0x7fa80036c0 check (nil)
Aug 23 16:40:54 orangepi5b mpp[61670]: message repeated 2 times: [ mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fa80036e8 node 0x7fa80036c0 check (nil)]
Aug 23 16:40:54 orangepi5b mpp[61670]: mpp_mem_pool: mpp_mem_pool_put_f invalid mem pool ptr 0x7fe802fec8 node 0x7fe802fea0 check (nil)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.