From 252b259197037864c41c145058dbc872f4effe83 Mon Sep 17 00:00:00 2001 From: liguoY <14643419+liguoy@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 11:01:24 +0800 Subject: [PATCH 1/5] fix readme files Signed-off-by: liguoY --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ea58a8..9df72f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VPE引擎 +# VPE引擎(multimedia_video_processing_engine) ## 简介 VPE(Video Processing Engine)引擎是处理视频和图像数据的媒体引擎,包括细节增强、对比度增强、亮度增强、动态范围增强等基础能力,为转码、分享、显示后处理等提供色彩空间转换、缩放超分、动态元数据集生成等基础算法。 diff --git a/README_EN.md b/README_EN.md index d300dc5..531c863 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -# VPE +# VPE(multimedia_video_processing_engine) ## Overview The Video Processing Engine (VPE) is a media engine for processing video and image data. It offers a range of fundamental capabilities including enhancements to details, contrast, luminance, and dynamic ranges. It also supports essential algorithms for color space conversion, scaling and upscaling, and dynamic metadata generation for transcoding, sharing, and post-processing for display. -- Gitee From 882b8ab220af9c4b15aab376a877b70f9495c188 Mon Sep 17 00:00:00 2001 From: liguoY <14643419+liguoy@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 11:42:07 +0800 Subject: [PATCH 2/5] fix readme file Signed-off-by: liguoY --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 531c863..2a3cfff 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -# VPE(multimedia_video_processing_engine) +# VPE(multimedia_video_processing_engine) ## Overview The Video Processing Engine (VPE) is a media engine for processing video and image data. It offers a range of fundamental capabilities including enhancements to details, contrast, luminance, and dynamic ranges. It also supports essential algorithms for color space conversion, scaling and upscaling, and dynamic metadata generation for transcoding, sharing, and post-processing for display. -- Gitee From 89d3dd52c104e4aa91195a0f2050bc80b6c516ac Mon Sep 17 00:00:00 2001 From: liguoY <14643419+liguoy@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 12:11:44 +0800 Subject: [PATCH 3/5] fix readme file Signed-off-by: liguoY --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 286962c..810a254 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -19,4 +19,4 @@ group("video_processing_engine_packages") { "framework:videoprocessingengine", "services:videoprocessingservice" ] -} +} \ No newline at end of file -- Gitee From feca339e36436c7e69611171b177f77047c37257 Mon Sep 17 00:00:00 2001 From: liguoY <14643419+liguoy@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 14:21:57 +0800 Subject: [PATCH 4/5] add empty patches Signed-off-by: liguoY --- patches/patches.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches.json diff --git a/patches/patches.json b/patches/patches.json new file mode 100644 index 0000000..9607aa9 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,4 @@ +{ + "patches": [ + ] +} \ No newline at end of file -- Gitee From d3aa21ed88c4339a00211a8e0e0e1c6709346c54 Mon Sep 17 00:00:00 2001 From: liguoY <14643419+liguoy@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 16:15:36 +0800 Subject: [PATCH 5/5] add vpe patches Signed-off-by: liguoY --- patches/patches.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index 9607aa9..1d277a4 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1,4 +1,9 @@ { "patches": [ + { + "project":"vendor_hihope", + "path":"vendor/hihope", + "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/1420" + } ] } \ No newline at end of file -- Gitee