The Wayback Machine - https://web.archive.org/web/20210912131420/https://github.com/topics/codec
Skip to content
#

codec

Here are 337 public repositories matching this topic...

dk-lockdown
dk-lockdown commented Apr 26, 2020

If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。

func (s *Server) newSession(session getty.Session) error {
	var (
		ok      bool
		tcpConn *net.TCPConn
	)
	
	// 省略部分代码...
	session.SetTaskPool(srvGrpool)
	return nil
}

ortherwise,handleTcpPackage() will blocked,led to the response missing

func (s *session
BlueSwordM
BlueSwordM commented May 17, 2021

Hello. I've been trying out VVenC recently, and I've noticed that this encoder doesn't support y4m input for some reason.

Are there any plans into bringing y4m support into the encoder? Having to pipe YUV and specifying the data is fine, but it is not optimal and makes the encoding workflow more annoying, even when scripted.

Might as well add in y4m support in VVdec.

目标是提供一个通用的Java核心编程框架,作为搭建其它框架或者项目的基础. 让相关领域的研发人员能够专注高层设计而不用关注底层实现. 涵盖了缓存,编解码,通讯,事件,输入/输出,监控,存储,配置,脚本和事务10个方面.
  • Updated Sep 10, 2021
  • Java

Improve this page

Add a description, image, and links to the codec topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codec topic, visit your repo's landing page and select "manage topics."

Learn more