Dirk Farin
Dirk Farin
Yes, the JS version is currently limited to HEIF files only. For AVIF, we would have to compile the aom library to JS too. The other webpage you're referring to...
Thank you. Please confirm that this is fixed with the above change.
I've added the changes from `heif_file.cc` (8c5465e), but I did not merge the other changes, because they seem to introduce a lot of changes in the CMake file without clearly...
Thanks for investigating this. If I'd want to add the X265_API_IMPORTS define to the libheif build files, for which systems does this have to be defined? Blindly adding it non-conditionally...
@jeremyd2019 Yes, I know that 443e208 does not solve the root of the problem, but it's not bad to check for NULL anyway. Is it for all Windows shared builds?...
Hello Olaf, thanks for this pull request. I've integrated the CMakefile fix, but solved the SSE problem in a different way. The real problem here was that the compiler generates...
`sherlock265` is not meant for viewing real-time video. It's display routines are slow because of the diagnostic overlays that it draws. Use `dec265` for example, it has fast display colorspace...
Do you know which algorithm is used by SharpYUV ? I don't think it is simple bilinear upsampling. Maybe bicubic or Lanczos, or something else?
Understood, thanks for the explanation. Sounds like this could be done with a large matrix inversion. Since it's an overdetermined system, one might look for a least squares solution. Maybe...
No. The scc config has only been used to check the potential performance gains. It was not implemented in the decoder. Do you know anyone using this in practice?