Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Tencent:main #54

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
383e718
Add hardware decoding support for HarmonyOS system. (#2384)
kevingpqi123 Jul 26, 2024
186cf7d
Fix the PAGDiskCache test.
domchen Jul 30, 2024
aea70e5
Add software decoding support for HarmonyOS system. (#2387)
kevingpqi123 Jul 30, 2024
d72e4ed
Support for OHOS interfaces (#2408)
Hparty Aug 7, 2024
958f8c4
Add support for building the HAR package on the OHOS platform. (#2413)
kevingpqi123 Aug 9, 2024
7429949
fix compiler error in scaler-context.ts (#2421)
Hparty Aug 14, 2024
52a2cdf
fix compiler error in scaler-context.ts (#2422)
Hparty Aug 14, 2024
57278ee
Fix crash caused by PAGView destructor (#2431)
Hparty Aug 16, 2024
54397fd
Revert the domain to pag.io (#2434)
domchen Aug 20, 2024
52addf8
upgrade the codecov version.
domchen Aug 20, 2024
a7a11db
Add support for surfaceId (#2425)
hyiso Aug 23, 2024
eeb2e63
Add PAGSurface.updateSize() (#2441)
hyiso Aug 23, 2024
388586e
Add support for software video decoding on the OHOS platform. (#2447)
kevingpqi123 Aug 26, 2024
1b58ae2
Move the registration of system fonts to the ATKTS level on OHOS. (#2…
kevingpqi123 Aug 28, 2024
7ca126a
Add a badge of the Cloud Studio.
domchen Aug 29, 2024
4f732b2
Update README.zh_CN.md
domchen Aug 29, 2024
97f920c
Fix the random pixels outside the clip by adding a clear op before th…
domchen Aug 31, 2024
eb1b41e
Remove parameter restrictions for PAGDecoder and PAGImageView on the …
kevingpqi123 Sep 2, 2024
141d723
Update some comments of PAGAnimator.
domchen Sep 4, 2024
7da2cdc
Add exports of the PAGDiskCache interfaces on the OHOS platform. (#2459)
Hparty Sep 5, 2024
1ed87f6
Add support for loading files over network on the HarmonyOS platform.…
kevingpqi123 Sep 5, 2024
956c12d
Temporarily disable texture generation through NativeBuffer on the Ha…
kevingpqi123 Sep 5, 2024
9d9841d
Add a PAGViewController class to manipulate the backing PAGView on th…
Hparty Sep 6, 2024
15d11ef
Update the file template.
domchen Sep 9, 2024
7c8a2d5
Add the PAGImageView for the OHOS platform.(#2467)
Hparty Sep 11, 2024
ac1c161
Update README.md
domchen Sep 13, 2024
6218a45
Fix the autotest failure caused by inconsistent outputs of the system…
Hparty Sep 14, 2024
68ad155
Fix a potential memory allocation failure. (#2481)
kevingpqi123 Sep 19, 2024
9275dcb
Modifications related to version building. (#2480)
kevingpqi123 Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.zh_CN.md
  • Loading branch information
domchen committed Aug 29, 2024
commit 4f732b2f61194c34e43ecbf56803d9ffe8512028
2 changes: 2 additions & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![Actions Status](https://github.com/Tencent/libpag/workflows/autotest/badge.svg?branch=main)](https://github.com/Tencent/libpag/actions)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Tencent/libpag)](https://github.com/Tencent/libpag/releases)

[![Cloud Studio](https://cs-res.codehub.cn/common/assets/icon-badge.svg)](https://cloudstudio.net/a/20987965736472576?channel=share&sharetype=Markdown)

[English](./README.md) | 简体中文 | [官网](https://pag.io)

## 介绍
Expand Down