-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
220 lines (205 loc) · 9.34 KB
/
CHANGELOG
File metadata and controls
220 lines (205 loc) · 9.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
XEngine_AVCodecApp V1.6.4.1001
Added: Limit UDP output packet size
Added: Support specifying the output network interface for UDP
Optimized: New image conversion processing
Optimized: Error handling
Optimized: Exit and termination handling process
Optimized: Modified scheduled playback task processing
Fixed: A code leak and address handling issue
Fixed: Permission verification and logging issues
增加:输出UDP大小进行限制
增加:UDP指定输出网卡的功能
优化:新的图像转换处理
优化:错误处理
优化:退出结束处理流程
优化:修改定时播放任务处理
修正:一处代码泄漏和地址处理问题
修正:权限验证和日志问题
========================================================================
XEngine_AVCodecApp V1.6.3.1001
Add: macOS system support
Add: Multi-bitrate compatibility support
Add: Playback failure handling logic
Improved: Image transcoding performance issues
Improved: File enumeration
Improved: Cloud transcoding logic processing
Improved: Multi-file merge support and hardware decoding limitations
Improved: Image processing module performance
Improved: Log export performance
Improved: Image overlay performance
Modify: Skip errors when merging episodes
Modify: Tencent Cloud transcoding request optimization
Fix: Transcoding artifacts caused by certain formats
Fix: Abnormal exit issue with end messages under multiple tokens
Fix: Widescreen conversion issue
Fix: TSP streaming over UDP issue
Fix: Points optimization issue
Fix: TS output format and total bitrate configuration issues
Fix: Cloud transcoding timeout optimization
Fix: Issues caused by unsupported sampling formats
Fix: Occasional crashes when stopping image processing
增加:MACOS系统支持
增加:多码率兼容性支持
增加:播放处理失败处理逻辑
优化:图像转码性能问题
优化:文件枚举优化
优化:云转码逻辑处理优化
优化:多文件合并支持与硬解码限制
优化:图像处理模块性能
优化:日志导出性能
优化:图像叠加性能
修改:对合并剧集错误跳过
修改:腾讯云转码请求优化
修正:某些格式导致转码花屏问题
修正:结束消息在多token下异常退出问题
修正:宽屏转换问题
修正:TSP推流UDP的问题
修正:修正要优化点数问题
修正:ts输出格式和总码率配置问题
修正:优化云转码超时
修正:某些采样格式不支持导致的问题
修正:停止图像处理某些时候崩溃问题
========================================================================
XEngine_AVCodecApp V1.5.0.1001
Added: Points support
Modified: Adjusted creation protocol, fixed m3u8 output issue
Modified: Adjusted points functionality in transcoding tool
Optimized: Optimized data communication network code
Optimized: Windows Firewall alert handling
Fixed: Incorrect deletion of image processing handle
Fixed: COS deletion configuration not taking effect
Fixed: Transcoding file checkbox issue
Fixed: Service now exits correctly after verification
Fixed: Incorrect bitrate issue in UDP streaming
Fixed: Progress notification issue
Fixed: Transcoding error statistics issue
Fixed: Audio multi-channel processing issue
增加:点数支持
修改:调整创建协议,修正输出m3u8的问题
修改:调整转码工具点数功能
优化:优化数据通信网络代码
优化:windows防火墙警报
修正:删除图像处理句柄不正确的问题
修正:COS删除配置不生效
修正:转码文件复选框问题修正
修正:验证服务后可以正确退出了
修正:UDP推流码率不正确问题
修正:进度通知问题
修正:转码错误统计问题
修正:音频多通道无法处理的问题
========================================================================
XEngine_AVCodecApp V1.4.0.1001
增加:云配置加解密支持
增加:COS删除对象操作支持
增加:支持字幕压制选项
修改:云配置界面逻辑修改
修改:调整转码工具界面代码逻辑
Add: cloud configuration encryption and decryption support
Add: Support for COS object deletion operations
Add: Support subtitle burning option
Revised: Cloud Configuration Interface Logic Modification
Modify: Adjust the code logic of the transcoding tool interface
========================================================================
XEngine_AVCodecApp V1.3.2.1001
增加:腾讯SDK云配音以及下载支持
增加:转码服务加解密支持
增加:云配置界面,完善配置读写
增加:增加端口范围配置支持
优化:图像处理滤镜优化
优化:优化编译选项
优化:修改优化主动退出逻辑
修改:转码服务新版音画同步方案
修改:云配置读写支持完善
修改:重新设计进度通信数据协议
修改:调整通信逻辑,删除多余配置,调整界面处理逻辑
修正:delogo参数无效问题
修正:启动销毁崩溃问题修正
修正:修改文本滤镜处理问题
修正:水印消除和协议修正
Added: Tencent SDK Cloud Voiceover and download support
Added: Encryption and decryption support for transcoding services
Added: Cloud configuration interface improved configuration read/write
Added: Support for port range configuration
Optimized: Image processing filter optimization
Optimized: Optimized compilation options
Optimized: Modified and optimized active exit logic
Modified: New audio-video synchronization scheme for transcoding services
Modified: Improved support for cloud configuration read/write
Modified: Redesigned progress communication data protocol
Modified: Adjusted communication logic, removed redundant configurations, and adjusted interface processing logic
Fixed: Issue where delogo parameters were ineffective
Fixed: Fixed crash issues during startup and destruction
Fixed: Modified text filter processing issues
Fixed: Watermark removal and protocol corrections
========================================================================
XEngine_AVCodecApp V1.2.1.1001
优化:解码参数拷贝以及硬编码失败重新选择软编解码功能
优化:验证模式优化
修改:调整转码工具权限处理的问题
修改:转码工具编解码参数完善封装以及配置生效
修正:转码服务修正MP2编码不生效的问题
修正:修正硬解码某些时候绿屏的问题
修正:转码工具保存配置无效
修正:水印消除和协议修正
修正:delogo滤镜引起的崩溃
improved:Decode parameter copying optimized, with automatic fallback to software encoding/decoding when hardware encoding fails
improved:Verification mode optimization
modify:Adjusted permission handling issues in the transcoding tool
modify:Improved encapsulation of encoding/decoding parameters in the transcoding tool and ensured configuration takes effect
fixed:Fixed an issue where MP2 encoding did not take effect in the transcoding service
fixed:Fixed occasional green screen issues during hardware decoding
fixed:Fixed an issue where the transcoding tool failed to save configurations
fixed:Fixed watermark removal and protocol-related issues
fixed:Fixed crashes caused by the delogo filter
========================================================================
XEngine_AVCodecApp V1.1.0.1001
增加:支持重置开始时间戳的参数
优化:音视频封包过滤器
优化:媒体解包函数
优化:优化转码工具图像处理不存在的时候逻辑
优化:工具启动逻辑优化
优化:转码工具支持自动结束没任务的进程
修改:使用新的音频队列处理方法
修正:码率控制问题
修正:多线程任务转码问题修正
修正:转码工具写日志问题
修正:seek后音画同步问题优化
修正:转码工具死锁和验证问题
修正:转码过程错误导致进程卡死问题
修正:解码参数不一致导致的问题
Add: Support for resetting the start timestamp
Optimize: Audio and video packet filter
Optimize: Media unpacking function
Optimize: Logic when image processing does not exist in the transcoding tool
Optimize: Tool startup logic
Optimize: Transcoding tool supports automatically ending processes with no tasks
Modify: Use a new audio queue processing method
Fix: Bitrate control issue
Fix: Multithreaded transcoding task issue
Fix: Log writing issue in the transcoding tool
Fix: Audio-video sync issue after seek
Fix: Deadlock and verification issues in the transcoding tool
Fix: Process hang issue caused by transcoding errors
Fix: Issue caused by inconsistent decoding parameters
========================================================================
XEngine_AVCodecApp V1.0.0.1001
1. 支持HTTP协议通信,支持HTTP API控制(大量API接口帮助你随心所欲的控制推拉流编解码)
2. 支持HTTP验证
3. 支持推流(写文件和推流给流媒体服务)和拉流(读文件和直播流)
4. 支持录像(MP4,TS,M3U8...)
5. 支持多种协议推拉流(RTMP.RTSP,RTP,UDP,FLV,文件等等)
6. 支持对音视频重新编解码,支持配置编解码参数
7. 支持音视频滤镜处理(帧率修改,音频声音大小规范等)
8. 支持视频图像处理(叠加文本,图像,图标消除等)
9. 支持视频竖转横(1080x1920->1920x1080)
10. 支持无感流切换(直播流和文件流随意切换,播放端无感播放)
11. 支持视频硬编解码(NVIDIA,INTEL,AMD)
12. 支持音频和视频CBR码流封装
13. 支持仅重采样(不重新编解码)
14. 支持转码工具使用(XEngine_AVToolApp)
15. 支持文件与流合并
16. linux支持输出恒定UDP码流(切换流TS验证工具不报错)
17. 支持字幕
18. 支持多文件转码处理(XEngine_AVToolApp)
19. 支持播放排班以及定时播放
20. AI音视频检测和修复