Maybe or probably just placebo effect, as we reinstall from scratch cookies and all garbages will be cancelled, so OWB may seems faster at first usage ... we need some more time to tell
Seems working good aniway, just would be interesting the test that threading curl and SSL stuff
But newer versions of Curl are harder because it need our-custom-threading-resolver implementation as i have in 7.28.1 , so it need some work for sure.
You sent me the code for that years ago, and I've been using it in my ports. Is it not working correctly or was there an update to that code?
Your GitHub repo still has the older crypto/ssl/curl libs (at the time of this post).
Pretty sure it doesn't work that way. The only difference would be that GCC 8 would compile things a bit faster, if it had itself been compiled with GCC 8 with optimizations on, but the resulting binaries it produces should be exactly the same.
You sent me the code for that years ago, and I've been using it in my ports. Is it not working correctly or was there an update to that code?
Didn't test your libcurl from os4depot (it also seems pretty older than current 7.68.0), but maybe that one ok too. I remember with more recent curls back in past there were issues always when linked with odyssey, hope with 7.68.0 all can be ok now.
But I surely can see that youtube images didn't load properly as they load with older, 7.28.1 curl. So there is one regression I can notice for sure. Maybe that one of the issues I had back in the past as well with newer curls.
Quote:
Your GitHub repo still has the older crypto/ssl/curl libs (at the time of this post).
Of course, they can be broken or have new bugs, until it all not tested/fixed properly there no point to replace good-old-tested ones.
@All I just noticed that some of youtube images didn't showups correctly even on the version from os4depot, so that looks like not regressions of new curl. Good!
As far as i can see : no. At least i test google image galleries, and while it show WebP-lossless and WebP-lossy (with alpha) for png, in google's WebP gallery it show only .jpeg, but not .webp
- 12.04.2014: Odyssey Web Browser 1.24 ... - Enabled WebP support again, it seems it had been disabled at some point.
And by checking the MorphOS archive i found a very small typo in bookmark HTML file in our version, that file will be generated from Odyssey when you start creating personal bookmark :)
All the title references in HTML generated file still have an old reference for "OWB MorphOS"
Quote:
!-- OWB MorphOS Bookmark V1 --
OWB MorphOS Bookmark
OWB was also the old name scheme of MorphOS version until 1.12 afaik .. now it might instead show "Odyssey AmigaOS4" or something similar
Edited by samo79 on 2020/3/3 12:30:08 Edited by samo79 on 2020/3/3 12:31:35 Edited by samo79 on 2020/3/3 12:34:43 Edited by samo79 on 2020/3/3 12:35:33 Edited by samo79 on 2020/3/3 12:36:04
@samo About webp: yeah, Fab enable it for 1.24, mean i can do so as well then
About bookmark file and "OWB Morphos" words: that not typo, it was like this of course. But if you mean as forgotten to replace, then it didnt specially, to allow users from both oses import/export that file between oses. If change it now, it will mean no more ability to cross-use the same file, which is more important imho than words changing.
Need to check if it changed in latest morphos versions or not
I apologize, for this request, surely you are working on much more important things. And so mine is just a "superfluous" request Not having real PPC hardware, I cannot participate in important reports for real hardware. I was told by a friend that even having an X1000 Odyssey when playing videos on Youtube, if the cursor remains on the active browser window the video is played jerky. While instead making the browser window inactive the video is played smoothly. I apologize again for this report. I was wondering if this problem really exists on an X1000 And if it can be resolved in the future possibly. Indeed, thanks once again for the work being done on the new Odyssey. Thanks one more time.
I just put a small video to highlight what I mean, thanks!
About bookmark file and "OWB Morphos" words: that not typo, it was like this of course.
Sorry, of course not "typo" .. i meant "replacing"
Quote:
But if you mean as forgotten to replace, then it didnt specially, to allow users from both oses import/export that file between oses. If change it now, it will mean no more ability to cross-use the same file, which is more important imho than words changing.
Ah, i did not thinked about importing to other versions of odyssey for other systems ,, i though it was merely a replaceble HTML text title
@Mick Enabled WebP, and it didn't help youtube images. So I assume youtube just needs updated core for some time.
Also, have issues with WebP rendering: all the images are in "over-blue" color, like something with endianness. I tried and your version from os4depot, and build my own latest 1.1.0, and has the same issue, see:
@all I tried to build Odyssey with LTO, and while I was able to do so, and the resulting binary save a lot of sizes (about ~15mb less!), it just crashes on start. Probably because of some issues lto-plugin bring on linking about violating c++ rules, redefines and all that stuff. Will create a ticket on GitHub about where everyone can see how to build it with lto and may be able to fix issues that cause crashes.