[PR #104] [CLOSED] Support MJPEG decoding #240

Closed
opened 2025-12-23 10:36:36 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nyanmisaka/ffmpeg-rockchip/pull/104
Author: @lumiaJJ
Created: 8/24/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nyanmisaka/ffmpeg-rockchip/pull/104 **Author:** [@lumiaJJ](https://github.com/lumiaJJ) **Created:** 8/24/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`daebe9e`](https://github.com/nyanmisaka/ffmpeg-rockchip/commit/daebe9ea20e3baf173378924ec4f6c9c7d81e3e2) Support MJPEG decoding ### 📊 Changes **5 files changed** (+143 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+1 -0) 📝 `libavcodec/Makefile` (+1 -0) 📝 `libavcodec/allcodecs.c` (+1 -0) 📝 `libavcodec/rkmppdec.c` (+136 -9) 📝 `libavcodec/rkmppdec.h` (+4 -0) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-23 10:36:36 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/ffmpeg-rockchip#240
No description provided.