Re: [Cin] Real fix for 16-bit pngs

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Tuesday 24 March 2020 21:27:35 Phyllis Smith написал(а): > I did try it on my x86 machine and it did not change the result per ffprobe. > This may be misleading since ffmpeg-4.2 does not seem to even look for le. > That is the disturbing feature. The probes and header data do not

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Phyllis Smith
Ooops. forgot to attach the OpenCV patch. On Tue, Mar 24, 2020 at 6:26 AM Andrea paz wrote: > Sorry to waste your time with my stupid things. With wget the > compilation is OK; however, I can't start the CinGG. The console > crashes without dump. Without opencv, CinGG start as usual. I enclose

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Andrea paz
Sorry to waste your time with my stupid things. With wget the compilation is OK; however, I can't start the CinGG. The console crashes without dump. Without opencv, CinGG start as usual. I enclose cin5.log and console output. cin5log.tar.gz Description: application/gzip -- Cin mailing list

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Tuesday 24 March 2020 15:26:18 Andrea paz написал(а): > Sorry to waste your time with my stupid things. With wget the > compilation is OK; however, I can't start the CinGG. The console > crashes without dump. Without opencv, CinGG start as usual. I enclose > cin5.log and console

[Cin] More fun with new (2020) openCV and old gcc (5.5.0)

2020-03-24 Thread Andrew Randrianasulu
Apparently, this new openCV, as opposed to one from 2018, ALSO started to demand stc++11 :} diff --git a/cinelerra-5.1/opencv_build b/cinelerra-5.1/opencv_build index fd029027..fabb8775 100644 --- a/cinelerra-5.1/opencv_build +++ b/cinelerra-5.1/opencv_build @@ -49,6 +49,7 @@ jobs:=-j$(shell echo

Re: [Cin] Real fix for 16-bit pngs

2020-03-24 Thread Phyllis Smith
Andrew, GG writes here: This is weird. I have looked into this and Little Endian / png / swapping in ffmpeg, libpng. see libpng16-src pnginfo.h, no endian or swap or relevant order params. see ffmpeg-4.2 libavcodec/pngdec.c:618 decode_idat_chunk, only 16be formats. Little Endian format is not

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Pierre autourduglobe
The tar for Linux mint 18.3 works fine but the tar for Linux mint 19.3 refuses to load. Under Linux Mint 19.3 if I launch CinGG the CinGG logo appears then disappears but cin the boot does not go further. Here are the contents of the terminal: pierre@hp-quad:~$

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Tuesday 24 March 2020 23:05:50 Phyllis Smith написал(а): > Ooops. forgot to attach the OpenCV patch. I used similar (I hope!) patch, but resulting OpenCV plugins are unstable, crash Cin a lot :/ > > On Tue, Mar 24, 2020 at 6:26 AM Andrea paz > wrote: > > > Sorry to waste

Re: [Cin] Real fix for 16-bit pngs

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Tuesday 24 March 2020 20:35:55 Phyllis Smith написал(а): > Andrew, > GG writes here: This is weird. I have looked into this and Little Endian > / png / swapping in ffmpeg, libpng. > see libpng16-src pnginfo.h, no endian or swap or relevant order params. > see ffmpeg-4.2

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Tuesday 24 March 2020 22:40:26 Pierre autourduglobe написал(а): > The tar for Linux mint 18.3 works fine but the tar for Linux mint 19.3 > refuses to load. > > Under Linux Mint 19.3 if I launch CinGG the CinGG logo appears then > disappears but cin the boot does not go further. >

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Phyllis Smith
*ANDREW,* we are working on the OpenCV patch and testing it on all of the distros which takes about 4 hours. but if you want to try it, here is the patch for you to build yourself. BUT we did not test SLACKWARE at all and this patch may not work. *ANDREA*, this patch did work for Arch and gg

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Phyllis Smith
Andrew, I will test some more on another system. Before we did the test builds, we tested on gg's desktop and my laptop and did not have problems requiring the patch or crashing any of the 6 plugins (I only did the 4 and not FindObj or MoveObj) on FEDORA. If we need more information on the

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Phyllis Smith
Thanks Pierre. We are working on it now (along with 5 other things!). On Tue, Mar 24, 2020 at 1:40 PM Pierre autourduglobe < p.autourdugl...@gmail.com> wrote: > The tar for Linux mint 18.3 works fine but the tar for Linux mint 19.3 > refuses to load. > > Under Linux Mint 19.3 if I launch CinGG

Re: [Cin] Real fix for 16-bit pngs

2020-03-24 Thread Phyllis Smith
I did try it on my x86 machine and it did not change the result per ffprobe. This may be misleading since ffmpeg-4.2 does not seem to even look for le. That is the disturbing feature. The probes and header data do not include be. This means that all that can happen is that it can create bad data

[Cin] OpenCV from 2020 compiles for me, but on startup plugins fails :/

2020-03-24 Thread Andrew Randrianasulu
/stylizeobj.plugin = /usr/lib/cin/plugins/opencv/stylizeobj.plugin: undefined symbol: __itt_api_version_ptr__3_0 it seems I need more libs linked in ... https://answers.opencv.org/question/210025/build-static-opencv-4-lib-in-macos/ for me lib mentioned there lives in /dev/shm/tmp/cinelerra-goodguy-20200324

Re: [Cin] Some early static tar builds + today's GIT checkin

2020-03-24 Thread Andrew Randrianasulu
В сообщении от Wednesday 25 March 2020 00:27:09 Phyllis Smith написал(а): > Andrew, > I will test some more on another system. Before we did the test builds, we > tested on gg's desktop and my laptop and did not have problems requiring > the patch or crashing any of the 6 plugins (I only did the