BwackNinja

Results 16 comments of BwackNinja

@itlancer This isn't using the ffmpeg binary, but rather the ffmpeg libraries (libavcodec.so and friends) @ajwfrost Even using AIR 5.2.2.2, we can't get this to work. We are seeing "Invalid...

Some success here. Tried several versions (including a couple libav releases) and they all still see avcodec_find_decoder called with AV_CODEC_ID_INDEO3, but FFmpeg 4.4.3 doesn't crash after patching around that. We...

Has there been any update to this? We're still very interested in using video decoding capabilities with the Linux runtime, especially with hardware acceleration. Also willing to test any new...

I have a patch for this, but it depends on the gtk3 port because `gdk_screen_get_monitor_plug_name` returns null for gtk2.

I've got an old port of Viewnior 1.1 to GTK3 with everything working, including migration from GDK drawing to cairo. I can clean it up a bit, rebase and make...

Fixed those bugs along with broken dark background mode and some minor style issues.

Fixed bugs I had introduced with fullscreen and the crop rectangle. I tested whatever else that I could think of, and it looks like everything works.

@orbea Backwards compatibility with what? Gtk2 is end of life and gtk3 has been available for over 10 years. Even xfce4's gtk3 port was finished over 3 years ago. It's...

@ncmprhnsbl This doesn't seem to be a gtk3 issue as I can reproduce the same with gtk2. It is probably a use-after-free issue. I'll see if I can resolve it...

That's what it was. I'll make a pull request to fix it in the next few days, but for now here's a patch: [fix-use-after-free-multi-file.patch.txt](https://github.com/hellosiyan/Viewnior/files/7208351/fix-use-after-free-multi-file.patch.txt)