Anders Klemets
Anders Klemets
The RTSP PLAY response does not include the RTP-Info header. This header includes the initial RTP time stamp and sequence number. It is important, the absence of this header can...
I could not find a test case for MIAF paragraph 7.4.2: > Thumbnail or auxiliary sequences shall conform either to the requirements of the same MIAF codec profile as the...
There is a memory leak in the `GetContext` function in jxl_cms.cc. This function uses a `static thread_local` variable to allocate a CMS "context" object, by calling `cmsCreateContext`. But the code...