Skip to content

Releases: libxengine/XEngine_AVCodecApp

XEngine_AVCodecApp V1.2.1.1001

17 Dec 08:46

Choose a tag to compare

优化:解码参数拷贝以及硬编码失败重新选择软编解码功能
优化:验证模式优化
修改:调整转码工具权限处理的问题
修改:转码工具编解码参数完善封装以及配置生效
修正:转码服务修正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

04 Dec 08:39

Choose a tag to compare

增加:支持重置开始时间戳的参数
优化:音视频封包过滤器
优化:媒体解包函数
优化:优化转码工具图像处理不存在的时候逻辑
优化:工具启动逻辑优化
优化:转码工具支持自动结束没任务的进程
修改:使用新的音频队列处理方法
修正:码率控制问题
修正:多线程任务转码问题修正
修正:转码工具写日志问题
修正: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

18 Nov 09:27

Choose a tag to compare

  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音视频检测和修复