Dmitry Dudkin
Dmitry Dudkin
Hello, If key is null then p0.length for initial crc should be 1 less in CodecUtils.decodeWithEncrypt =========================================== ``` diff --git a/src/util/CodecUtils.ts b/src/util/CodecUtils.ts index 67b410b..5748cbf 100644 --- a/src/util/CodecUtils.ts +++ b/src/util/CodecUtils.ts @@...
I found that on Ubuntu 16.04 melt have huge audio/video desync ( video about 100-200ms ahead of audio) on all H264/AAC videos. I have tested SDL1/SDL2 and both have an...
Could you explain a reason to implement MaxMemory using a simple json/encoding to count the byte size? Because simple json/encoding using at least TWICE memory than actual objects!!! MaxMemory should...
Software backlight does not work on OPI CM4 with Raspberry PI DSI displays like Waveshare 4.3inch DSI QLED that emulate official Raspberry PI touchscreen attiny regulator. It can be supported...
There are 2 fixes: 1. accept.go can't be compiled under Windows because of missing syscall.SizeofSockaddrAny 2. SetDeadline has deadlock because it calls pd.lock.Lock() at the start and then in unblock...