KkemChen
|
fd89e0d801
|
feat: VideoStack支持等比缩放 (#4191)
feat: VideoStack支持等比缩放 (目前以宏VIDEOSTACK_KEEP_ASPECT_RATIO
方式控制开启,后续考虑是否添加到配置文件中来控制)
|
2025-03-19 09:42:57 +08:00 |
|
PioLing
|
a8507d9ecc
|
Optimize the code related to decoding and screenshot (#4106)
Co-authored-by: xia-chu <771730766@qq.com>
|
2025-01-19 20:18:32 +08:00 |
|
sbkyy
|
5c80c75ed9
|
修复video stack相关功能bug
/index/api/stack/reset 在相同url和通分辨率多次调用channel析构没画面的问题
是在 VideoStackManager::parseParams 函数里 多次 (*params)[i * cols + j] =
nullptr; 导致 channel 计数器为0,析构没画面。
同时修复cpu占用过高问题。
|
2024-10-26 09:20:24 +08:00 |
|
alex
|
4152dcd409
|
AI automatically translates all comments in the code into English (#3917)
|
2024-09-19 14:53:50 +08:00 |
|
KkemChen
|
2f6723f602
|
perf: 调整VideoStack相关代码 (#3642)
1. 修复编译宏不生效问题
2. 新增reset接口,用于不断流的情况下变更拼接参数
|
2024-06-19 14:06:02 +08:00 |
|
Aven
|
3dcd0ed463
|
Enable video stack individually (#3469)
|
2024-04-13 20:35:59 +08:00 |
|
KkemChen
|
2e2823d4cf
|
VideoStack: move sws execution to WorkThread and optimization interface (#3407)
VideoStack: move sws execution to WorkThread and optimization interface
|
2024-03-23 20:47:38 +08:00 |
|
ljx0305
|
66a6253160
|
Fix compilation error issues (#3385)
|
2024-03-22 20:42:02 +08:00 |
|
KkemChen
|
437ae778c0
|
feat: VideoStack (#3373)
|
2024-03-16 22:56:32 +08:00 |
|