[PR #19] [MERGED] AFBC stride multiplier and crop/offset_y fixes #237

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

📋 Pull Request Information

Original PR: https://github.com/nyanmisaka/ffmpeg-rockchip/pull/19
Author: @nyanmisaka
Created: 1/24/2024
Status: Merged
Merged: 1/27/2024
Merged by: @nyanmisaka

Base: masterHead: use-crop


📝 Commits (3)

  • 74050e5 fixup! lavc/rkmppdec: refactor RKMPP decoders and extend codecs
  • 1cb7e3d fixup! lavf/rkrga: add RKRGA scale, vpp and overlay filter
  • 1a9a968 fixup! lavc/rkmppenc: add RKMPP H264 and HEVC encoder

📊 Changes

3 files changed (+215 additions, -95 deletions)

View changed files

📝 libavcodec/rkmppdec.c (+49 -13)
📝 libavcodec/rkmppenc.c (+88 -42)
📝 libavfilter/rkrga_common.c (+78 -40)

📄 Description

  • Use crop_top to handle MPP decoder AFBC offset_y.
  • Apply stride multiplier to drm_prime AFBC frame.

🔄 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/19 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 1/24/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@nyanmisaka](https://github.com/nyanmisaka) **Base:** `master` ← **Head:** `use-crop` --- ### 📝 Commits (3) - [`74050e5`](https://github.com/nyanmisaka/ffmpeg-rockchip/commit/74050e5a857dfa1fc02ef5897c3fcfa8b3fb244a) fixup! lavc/rkmppdec: refactor RKMPP decoders and extend codecs - [`1cb7e3d`](https://github.com/nyanmisaka/ffmpeg-rockchip/commit/1cb7e3d2e26cde3c6eb91880cb6f9de095a81390) fixup! lavf/rkrga: add RKRGA scale, vpp and overlay filter - [`1a9a968`](https://github.com/nyanmisaka/ffmpeg-rockchip/commit/1a9a9688100d17cc2363697f884833ec3b317c58) fixup! lavc/rkmppenc: add RKMPP H264 and HEVC encoder ### 📊 Changes **3 files changed** (+215 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `libavcodec/rkmppdec.c` (+49 -13) 📝 `libavcodec/rkmppenc.c` (+88 -42) 📝 `libavfilter/rkrga_common.c` (+78 -40) </details> ### 📄 Description - Use crop_top to handle MPP decoder AFBC offset_y. - Apply stride multiplier to drm_prime AFBC frame. --- <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:33 +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#237
No description provided.