Skip to content

Commit 46bc579

Browse files
将libde265添加为git子模块"
1 parent 2d13830 commit 46bc579

File tree

7 files changed

+7
-26
lines changed

7 files changed

+7
-26
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ __pycache__/
44
dist/
55
trashcan/
66
cache/
7-
libde265/
87
*.egg-info
98
*.whl
109
*.html

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,19 @@ test/vis_performance.py
145145

146146
1. 克隆存储库 `git clone https://github.com/Puiching-Memory/pylibde265.git`
147147
2. 安装编译器(Visual Studio 生成工具 2022 or Visual Studio 2022 C++开发套件)
148-
3. 运行 `python -m build`
149-
150-
环境需求-开发:
148+
3. 构建libde265
151149

152150
```
153151
pip install -r requirements_dev.txt
154-
git clone https://github.com/strukturag/libde265.git
155152
cd libde265
156153
mkdir build
157154
cd build
158155
cmake ..
159156
cmake --build . --config Release
160157
```
161158

159+
4. 构建pylibde265 `python -m build`
160+
162161
# 常见问题QA
163162

164163
| 问题Q | 回答A | 日期 | 版本 |
@@ -173,7 +172,7 @@ cmake --build . --config Release
173172
# 路线图
174173

175174
* [ ] 帧解码性能改进
176-
* [ ] 支持GPU处理
175+
* [ ] 解复用器
177176
* [ ] 流式加载数据(而不是在开始解码前完全载入)
178177
* [ ] 可修改的设置项
179178

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==75.8.0", "wheel==0.45.1","cython==3.1.0a1","numpy>=2.0.0"]
2+
requires = ["setuptools==77.0.1", "wheel==0.45.1","cython==3.1.0a1","numpy>=2.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# must be installed
2-
setuptools==75.8.0
2+
setuptools==77.0.1
33
wheel==0.45.1
44
cython==3.1.0a1
55
build==1.2.2
6-
cmake==3.31.4
6+
cmake==3.31.6
77

88
# for Syntax prompt
99
numpy>=2.0.0

test/cover.py

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

test/tester.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)