Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Thursday 05 September 2019 17:57:59 Phyllis Smith написал(а): > Andrea, gg is interested in this. Did you find a way to make dav1d work > for 32-bit? Phyllis/GG Something like attached Makefile works, at least not errors out patch (diff -u) made from dav1d directory also

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Thursday 05 September 2019 17:57:59 Phyllis Smith написал(а): > Andrea, gg is interested in this. Did you find a way to make dav1d work > for 32-bit? Phyllis/GG Not inside CinGG buildsystem (yet). I use FFMPEG_CFG override, so ffmpeg picks up system-wide installed copy of

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Phyllis Smith
Andrea, gg is interested in this. Did you find a way to make dav1d work for 32-bit? Phyllis/GG > Aha, for static Makefile GG added ... > > +$(NASM_BLD)/%.obj: src/x86/%.asm > + $(NASM) -f elf64 \ > + -I src/ -I $(BUILD)/ -MQ $@ -MF $@.ndep \ > + $< -o $@ > >

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-05 Thread Andrew Randrianasulu
В сообщении от Tuesday 03 September 2019 17:33:32 Phyllis Smith написал(а): > Andrew, > > > Sorry, for not testing all those combination, I tend to just add/update > > new software > > as some program ask for it. And being Slackware OS can be moved both ways > > (up/downgrade) equally easy. > > >

Re: [Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-03 Thread Phyllis Smith
Andrew, > Sorry, for not testing all those combination, I tend to just add/update > new software > as some program ask for it. And being Slackware OS can be moved both ways > (up/downgrade) equally easy. > No problem -- testing of all the distros is most easily done here when we do the monthly

[Cin] The "Story of Dav1d" with Cinelerra builds (AV1 decoder)

2019-09-02 Thread Phyllis Smith
As pointed out by Andrew (BT #214), using libdav1d as opposed to libaom for decoding (no encoding) is so attractive because it pretty much runs at full speed. So when FFmpeg 4.2 included the compile option for this, we were highly motivated to put this in as the default for AV1 media