softworkz
softworkz
I am using OpenCL on Windows with D3D11 texture sharing and the following crash has driven me nuts: ``` Abort was called at 362 line in file: D:\qb\workspace\21461\source\vpg-compute-neo\shared\source\os_interface\windows\wddm\wddm.cpp ``` That...
I'm wondering whether somebody could help me with the following issue:  I like the rounded selection borders, but the selection borders always get clipped on the left edge, as...
Hi, I'm working on subtitle filtering capabilities in ffmpeg (see ffmpeg-devel mailing list). In a small number of cases, there are conversion scenarios where the duration of subtitle events is...
Hi, quick question: is there a way to avoid the generation of those `_wrap.c` files? Why do they exist? Thanks, sw
UDP Sockets
One question: Is this supposed to work with UDP sockets as well? Did somebody try this? Thanks, softworkz
[mfxExtDecVideoProcessing](https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#mfxextdecvideoprocessing) The documentation states: > If attached to the [mfxVideoParam](https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#mfxVideoParam) structure during the [Init](https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#MFXVideoDECODE_Init) stage this buffer will instruct decoder to resize output frames via fixed function resize engine (if...
In a recent conversation, @dmitryermilov had stated this: > GetPayload returns payloads in FIFO order. Since bitstream is encodedOrder, payloads will be in encodedOrder as well. App is expected to...
Structures for HDR side data have recently been added for HEVC encoding: https://github.com/Intel-Media-SDK/MediaSDK/commit/a9685bf658d1ec97ff44b614dcf75818ecc62819 : - mfxExtContentLightLevelInfo - mfxExtMasteringDisplayColourVolume What missing is to fill those structures when decoding HEVC video. Could...
Quick Question - would it be possible to create a custom kernel with https://github.com/intel/cm-compiler and load it from an MSDK VPP plugin?
### What version of Hls.js are you using? 1.0.5 ### What browser and OS (including versions) are you using? Win 10, Chrome latest ### Test stream: https://softworkz.github.io/hlstestfiles/regression/A276B7.m3u8 ### Checklist -...