Johannes Sauer

Results 13 issues of Johannes Sauer

I'm trying to convert the data type of a tensor on GPU, I think this should be faster than on CPU. Also I'll need to do it several time between...

question
inactive-30d

I want to implement a convolution of two 16bit integer inputs. I think this can be split up into 4 convolutions of 8bit inputs, along with some bit shifts /...

question
inactive-30d

Hi, I also use the local backend of mopidy. When I add an artist from the local library, the playlist also fills up with songs found in soundcloud. I'd like...

A while back I worked on fast playback using OpenGL, I now made some effort to merge this into YUView. This is a basic working version, but still needs a...

Just saw a nice illustration of merging motion parameters in Tutorial on VVC. Would be cool to have it in YUView. Basically the idea is to replace the partitioning given...

enhancement
icebox

Just an idea for another feature. Viewing frames in coding order might help to understand propagation of artifacts. For my concrete case I'll have to do it manually anyway, since...

enhancement
icebox

I actually never used the autosave feature so far. but now that i'm looking into #353 I realized it doesn't work for me at all in the current version. The...

I added a cmake file which allows to build the project. I also updated the CI workflows to use it. Shouldn't merge it right away, since there are still some...

Added class holding information of each instance. uuid, pid, playlist. Instances are stored as list in QSettings.

I often have more than one YUView running. What I noticed is that if there is already an instance running opening a new one will show the crash recovery dialog....

bug