[Cin] AVX512 asm instructions - idea for configure.ac

2020-03-20 Thread Andrew Randrianasulu
Oh, i was looking at recent fail-out from libdav1d upgrade... It seems proper course of action is to add configure.ac check for nasm supporting specific new instructions, and if not - disabling internal dav1d build (or may be swicthed to old version of it?) Right now there is already one

[Cin] av1 encoding speed with libaom-git

2020-03-20 Thread Andrew Randrianasulu
Not EXACTLY same fragment, but same frame size (720x400), project colorspace (rgba-float), and duration - 10.9 seconds. guest@slax:/dev/shm$ cin Cinelerra Infinity - built: Mar 20 2020 08:57:03 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams

[Cin] stdc++11 detecion via autotools

2020-03-20 Thread Andrew Randrianasulu
I just added AX_CXX_COMPILE_STDCXX_11 into configure.ac, and now, ./configure prints: checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... yes found this tip via stackoverfolw, and then gnu site:

Re: [Cin] stdc++11 detecion via autotools

2020-03-20 Thread Phyllis Smith
Andrew, Your research is helpful as it is something we do not have time to do. I am going to try to summarize some of your suggestions and add that to the manual. That way we can have BOTH the stable builds for the users AND provide good suggestions for the more computer savvy users who do their

Re: [Cin] Checked in tweaked patches from Andrew - EXR, PNG, and TIFF

2020-03-20 Thread Phyllis Smith
Andrew, the latest GIT checkin fixes the crash and provides a warning as you suggested. It works on the latest 2.4.1 version as there were some code improvements over the 2.2.1. Try it now. > > > Also, minor bug: > > > > > > If I render OpenEXR sequence, load it, play it, > > > and then delete

Re: [Cin] Checked in tweaked patches from Andrew - EXR, PNG, and TIFF

2020-03-20 Thread Andrew Randrianasulu
В сообщении от Saturday 21 March 2020 03:39:18 Phyllis Smith написал(а): > Andrew, the latest GIT checkin fixes the crash and provides a warning as > you suggested. It works on the latest 2.4.1 version as there were some > code improvements over the 2.2.1. Try it now. Seems to work (tried to